@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 768px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:1023px)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1023px)/";
  width: 1023px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1023px) and (max-width:1261px)/";
  width: 1023px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: black;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li, h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span,
h2,
.newsletter-content .footer-info-heading,
.facet-quick-heading,
.product-highlight-field span,
h3,
h4,
.responsive-tab-title a,
h5,
h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1023px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #ed0000;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: black; }

p {
  margin-bottom: 1.5rem; }

h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span,
h2,
.newsletter-content .footer-info-heading,
.facet-quick-heading,
.product-highlight-field span,
h3,
h4,
.responsive-tab-title a,
h5,
h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title {
  color: black;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small, .sizeon-content h3 small, .aboutUs-left h2 small, .aboutUs-left .newsletter-content .footer-info-heading small, .newsletter-content .aboutUs-left .footer-info-heading small, .aboutUs-left .facet-quick-heading small, .aboutUs-left .product-highlight-field span small, .product-highlight-field .aboutUs-left span small,
  h2 small,
  .newsletter-content .footer-info-heading small,
  .facet-quick-heading small,
  .product-highlight-field span small,
  h3 small,
  h4 small,
  .responsive-tab-title a small,
  h5 small,
  h6 small,
  .categories-inner h2 small,
  .categories-inner .newsletter-content .footer-info-heading small,
  .newsletter-content .categories-inner .footer-info-heading small,
  .categories-inner .facet-quick-heading small,
  .categories-inner .product-highlight-field span small,
  .product-highlight-field .categories-inner span small,
  .faq-que small,
  .location-tab-title small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
  font-size: 48px; }


h2,
.newsletter-content .footer-info-heading,
.facet-quick-heading,
.product-highlight-field span {
  font-size: 32px; }

h3 {
  font-size: 28px; }


h4,
.responsive-tab-title a {
  font-size: 24px; }

h5 {
  font-size: 20px; }


h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title {
  font-size: 18px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e1e1e1;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: black;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 28px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: black;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e1e1e1;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e1e1e1; }

.table-tfoot {
  border: 1px solid #e1e1e1; }

.table-tbody tr {
  border-bottom: 1px solid #e1e1e1; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button, #consent-manager .css-1wn42nw button, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
.snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: black;
  color: white;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, #consent-manager .css-1wn42nw button:hover, body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:hover, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover, .button:focus, #consent-manager .css-1wn42nw button:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:focus, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:focus, .button.is-active, #consent-manager .css-1wn42nw button.is-active, body .snize-ac-results .is-active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .is-active.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.is-active.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .is-active.snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .is-active.snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.is-active.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.is-active.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .is-active.yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .is-active.yotpo-question-submit, .button.active, #consent-manager .css-1wn42nw button.active, body .snize-ac-results .active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .active.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.active.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .active.snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .active.snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.active.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.active.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .active.yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .active.yotpo-question-submit {
    background-color: transparent;
    border-color: #ed0000;
    color: white; }
  .button:active, #consent-manager .css-1wn42nw button:active, body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:active, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:active,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:active, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:active, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:active {
    background-color: transparent;
    border: 1px solid #ed0000;
    color: white; }
  .button:focus, #consent-manager .css-1wn42nw button:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:focus, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:focus, .button.is-active, #consent-manager .css-1wn42nw button.is-active, body .snize-ac-results .is-active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .is-active.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.is-active.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .is-active.snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .is-active.snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.is-active.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.is-active.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .is-active.yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .is-active.yotpo-question-submit, .button.active, #consent-manager .css-1wn42nw button.active, body .snize-ac-results .active.snize-view-all-link, body .snize-ac-results .snize-nothing-found .active.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.active.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .active.snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .active.snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.active.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.active.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .active.yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .active.yotpo-question-submit {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, body .snize-ac-results .button + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button,
    #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button,
    body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-view-all-link + .snize-button,
    body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button,
    body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button,
    .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-question-submit, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary, #consent-manager .css-1wn42nw button:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
.snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all {
  background-color: #ed0000;
  border-color: #ed0000;
  color: white; }
  .button--primary:hover, #consent-manager .css-1wn42nw button:hover:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, .button--primary:focus, #consent-manager .css-1wn42nw button:focus:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, .button--primary.is-active, #consent-manager .css-1wn42nw button.is-active:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .is-active.snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .is-active.snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.is-active.snize-product-filters-reset-all, .button--primary.active, #consent-manager .css-1wn42nw button.active:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .active.snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .active.snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.active.snize-product-filters-reset-all {
    background-color: black;
    border-color: black;
    color: white; }
  .button--primary:active, #consent-manager .css-1wn42nw button:active:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:active,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled], #consent-manager .css-1wn42nw button[disabled], body .snize-ac-results .snize-view-all-link[disabled], body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text[disabled], body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text[disabled], .cate-page #snize-search-results-grid-mode li.snize-product .snize-button[disabled],
.snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button[disabled], body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products[disabled], body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all[disabled], .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit[disabled], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 20px; }

.button--small {
  font-size: 18px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab, #consent-manager .css-1wn42nw button + .button--slab, body .snize-ac-results .snize-view-all-link + .button--slab, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button--slab, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button--slab, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button--slab, .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button--slab, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button--slab, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button--slab, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button--slab, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #ed0000; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button, #consent-manager .css-1wn42nw .buttonGroup > button, body .snize-ac-results .buttonGroup > .snize-view-all-link, body .snize-ac-results .snize-nothing-found .buttonGroup > .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .buttonGroup > div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .buttonGroup > .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .buttonGroup > .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .buttonGroup > button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .buttonGroup > button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .buttonGroup > .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .buttonGroup > .yotpo-question-submit {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, #consent-manager .css-1wn42nw .buttonGroup > button:first-child, body .snize-ac-results .buttonGroup > .snize-view-all-link:first-child, body .snize-ac-results .snize-nothing-found .buttonGroup > .snize-popular-suggestions-view-all-products-text:first-child, .cate-page #snize-search-results-grid-mode li.snize-product .buttonGroup > .snize-button:first-child,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .buttonGroup > .snize-button:first-child, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .buttonGroup > button.snize-product-filters-show-products:first-child, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .buttonGroup > button.snize-product-filters-reset-all:first-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .buttonGroup > .yotpo-new-review-submit:first-child, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .buttonGroup > .yotpo-question-submit:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, #consent-manager .css-1wn42nw .buttonGroup > button:last-child, body .snize-ac-results .buttonGroup > .snize-view-all-link:last-child, body .snize-ac-results .snize-nothing-found .buttonGroup > .snize-popular-suggestions-view-all-products-text:last-child, .cate-page #snize-search-results-grid-mode li.snize-product .buttonGroup > .snize-button:last-child,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .buttonGroup > .snize-button:last-child, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .buttonGroup > button.snize-product-filters-show-products:last-child, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .buttonGroup > button.snize-product-filters-reset-all:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .buttonGroup > .yotpo-new-review-submit:last-child, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .buttonGroup > .yotpo-question-submit:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #f7f7f7;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label, #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label {
  color: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small, #InStockNotifyOutOfStock small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label small {
    color: black;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input, .select2-search--dropdown .select2-search__field, .cart-total .select2-search--dropdown .select2-search__field, .estimator-form-input .form-input, .coupon-form .form-input, .cart-gift-certificate-form .form-input, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea {
  appearance: none;
  background-color: white;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: black;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled, .select2-search--dropdown .select2-search__field:disabled, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea:disabled, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container:disabled, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container:disabled, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea:disabled {
    background-color: white;
    color: #f0f0f0;
    cursor: not-allowed; }
  .form-input[readonly], .select2-search--dropdown .select2-search__field[readonly], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea[readonly], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container[readonly], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container[readonly], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea[readonly] {
    background-color: #e5e5e5;
    border-color: #f7f7f7;
    color: #757575;
    cursor: text; }
  .form-input:focus, .select2-search--dropdown .select2-search__field:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows], .select2-search--dropdown .select2-search__field[rows], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea[rows], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container[rows], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container[rows], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea[rows] {
    height: auto; }
  .form-input[type="search"], .select2-search--dropdown .select2-search__field[type="search"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea[type="search"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container[type="search"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container[type="search"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .cart-total .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .estimator-form-input .form-input::-webkit-input-placeholder, .coupon-form .form-input::-webkit-input-placeholder, .cart-gift-certificate-form .form-input::-webkit-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea::-webkit-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-webkit-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-webkit-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea::-webkit-input-placeholder {
    color: #f0f0f0; }
  .form-input::-ms-clear, .select2-search--dropdown .select2-search__field::-ms-clear, .cart-total .select2-search--dropdown .select2-search__field::-ms-clear, .estimator-form-input .form-input::-ms-clear, .coupon-form .form-input::-ms-clear, .cart-gift-certificate-form .form-input::-ms-clear, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea::-ms-clear, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-ms-clear, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-ms-clear, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .select2-search--dropdown .select2-search__field::-moz-placeholder, .cart-total .select2-search--dropdown .select2-search__field::-moz-placeholder, .estimator-form-input .form-input::-moz-placeholder, .coupon-form .form-input::-moz-placeholder, .cart-gift-certificate-form .form-input::-moz-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea::-moz-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-moz-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-moz-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea::-moz-placeholder {
    color: #f0f0f0; }
  .form-input:-ms-input-placeholder, .select2-search--dropdown .select2-search__field:-ms-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea:-ms-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container:-ms-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container:-ms-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea:-ms-input-placeholder {
    color: #f0f0f0; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  color: black;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #f7f7f7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper:before, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:before, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:before, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:before, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:before, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:before, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:before, .form-row:after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after {
    content: " ";
    display: table; }
  .form-row:after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper:after {
    clear: both; }
  .form-row .form-field, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-field, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating,
  .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-content,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-headline,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline, .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name,
  .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row .yotpo-new-review-email,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 768px) {
    .form-row--half .form-field, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-field, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .form-row--half .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--half .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating,
    .form-row--half .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--half .yotpo-new-review-content,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-content,
    .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
    .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
    .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
    .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
    .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
    .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
    .form-row--half .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--half .yotpo-new-review-headline,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
    .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
    .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
    .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
    .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
    .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
    .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline, .form-row--half .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--half .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name,
    .form-row--half .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--half .yotpo-new-review-email,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email,
    .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
    .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
    .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
    .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
    .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
    .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email, .form-row--half .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row--half .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row--half .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row--half .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row--half .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row--half .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row--half .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row--half .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row--half .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row--half .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row--half .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row--half .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row--half .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row--half .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row--half .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row--half .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row--half .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row--half .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
      width: 50%; }
    .form-row--third .form-field, .form-row--third .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--third .yotpo-new-review-star-rating,
    .form-row--third .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--third .yotpo-new-review-content,
    .form-row--third .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--third .yotpo-new-review-headline, .form-row--third .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--third .yotpo-new-review-name,
    .form-row--third .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--third .yotpo-new-review-email, .form-row--third .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--third .yotpo-question-content, .form-row--third .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--third .yotpo-question-content, .form-row--third .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--third .yotpo-question-content, .form-row--third .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--third .yotpo-question-content, .form-row--third .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-name, .form-row--third .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-email, .form-row--third .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-name, .form-row--third .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-email, .form-row--third .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-name, .form-row--third .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-email, .form-row--third .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-name, .form-row--third .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-email, .form-row--third .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--third .yotpo-question-content, .form-row--third .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--third .yotpo-question-content, .form-row--third .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-name, .form-row--third .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-email, .form-row--third .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-name, .form-row--third .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--third .yotpo-question-email {
      width: 33.33333%; }
    .form-row--quarter .form-field, .form-row--quarter .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--quarter .yotpo-new-review-star-rating,
    .form-row--quarter .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--quarter .yotpo-new-review-content,
    .form-row--quarter .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--quarter .yotpo-new-review-headline, .form-row--quarter .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-new-review-name,
    .form-row--quarter .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-new-review-email, .form-row--quarter .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--quarter .yotpo-question-content, .form-row--quarter .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--quarter .yotpo-question-content, .form-row--quarter .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--quarter .yotpo-question-content, .form-row--quarter .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--quarter .yotpo-question-content, .form-row--quarter .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-name, .form-row--quarter .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-email, .form-row--quarter .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-name, .form-row--quarter .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-email, .form-row--quarter .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-name, .form-row--quarter .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-email, .form-row--quarter .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-name, .form-row--quarter .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-email, .form-row--quarter .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--quarter .yotpo-question-content, .form-row--quarter .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--quarter .yotpo-question-content, .form-row--quarter .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-name, .form-row--quarter .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-email, .form-row--quarter .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-name, .form-row--quarter .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--quarter .yotpo-question-email {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating,
.yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content,
.yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name,
.yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating:before,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content:before,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline:before, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name:before,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email:before, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:before, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:before, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:before, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:before, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:before, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:before, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:before, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:before, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:before, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:before, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:before, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:before, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:before, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:before, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:before, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:before, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:before, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:before, .form-field:after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating:after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content:after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline:after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name:after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after {
    content: " ";
    display: table; }
  .form-field:after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating:after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content:after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline:after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name:after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label, .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label,
  .form-radio + .form-label,
  .form-radio + #InStockNotifyOutOfStock,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before, .form-checkbox + .form-label::after, .form-checkbox + #InStockNotifyOutOfStock::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after,
    .form-radio + .form-label::before,
    .form-radio + #InStockNotifyOutOfStock::before,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
    .form-radio + .form-label::after,
    .form-radio + #InStockNotifyOutOfStock::after,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::after,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before, .form-checkbox + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
    .form-radio + .form-label::before,
    .form-radio + #InStockNotifyOutOfStock::before,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before {
      background-color: white;
      border: solid black;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after, .form-checkbox + #InStockNotifyOutOfStock::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after,
    .form-radio + .form-label::after,
    .form-radio + #InStockNotifyOutOfStock::after,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::after,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.form-checkbox:checked + .form-label::after, .form-checkbox:checked + #InStockNotifyOutOfStock::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox:checked + .yotpo-form-label::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox:checked + .yotpo-form-label::after, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox:checked + .yotpo-form-label::after,
.form-radio:checked + .form-label::after,
.form-radio:checked + #InStockNotifyOutOfStock::after,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio:checked + .yotpo-form-label::after,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio:checked + .yotpo-form-label::after,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio:checked + .yotpo-form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label, .form-checkbox[disabled] + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox[disabled] + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox[disabled] + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox[disabled] + .yotpo-form-label,
.form-radio[disabled] + .form-label,
.form-radio[disabled] + #InStockNotifyOutOfStock,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio[disabled] + .yotpo-form-label,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio[disabled] + .yotpo-form-label,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio[disabled] + .yotpo-form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before, .form-checkbox[disabled] + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox[disabled] + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox[disabled] + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox[disabled] + .yotpo-form-label::before,
  .form-radio[disabled] + .form-label::before,
  .form-radio[disabled] + #InStockNotifyOutOfStock::before,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio[disabled] + .yotpo-form-label::before,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio[disabled] + .yotpo-form-label::before,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio[disabled] + .yotpo-form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before, .form-checkbox + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after, .form-checkbox + #InStockNotifyOutOfStock::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(240, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(240, 0, 0, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }


.form-radio + .form-label::before,
.form-radio + #InStockNotifyOutOfStock::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before {
  border-radius: 50%; }


.form-radio + .form-label::after,
.form-radio + #InStockNotifyOutOfStock::after,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::after,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after {
  background: rgba(240, 0, 0, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action, .select2-search--dropdown .has-action.select2-search__field, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea.has-action, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .has-action.yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .has-action.yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction, .select2-search--dropdown .has-action.select2-search__field + .button--inputAction, .estimator-form-input .has-action.form-input + .button--inputAction, .coupon-form .has-action.form-input + .button--inputAction, .cart-gift-certificate-form .has-action.form-input + .button--inputAction, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea.has-action + .button--inputAction, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .has-action.yotpo-new-input-container + .button--inputAction, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .has-action.yotpo-new-input-container + .button--inputAction, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon, .select2-search--dropdown .has-icon.select2-search__field, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea.has-icon, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .has-icon.yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .has-icon.yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon, .select2-search--dropdown .has-icon.select2-search__field + .icon, .estimator-form-input .has-icon.form-input + .icon, .coupon-form .has-icon.form-input + .icon, .cart-gift-certificate-form .has-icon.form-input + .icon, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea.has-icon + .icon, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .has-icon.yotpo-new-input-container + .icon, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .has-icon.yotpo-new-input-container + .icon, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input, .form-prefixPostfix .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-prefixPostfix .select2-search__field, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea {
    flex: 1; }
  .form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-prefixPostfix div.snize-popular-suggestions-view-all-products-text, .form-prefixPostfix .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button,
  .form-prefixPostfix .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-show-products, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-reset-all, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-prefixPostfix .yotpo-new-review-submit, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-prefixPostfix .yotpo-question-submit {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #f7f7f7;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input, .select2-search--dropdown .form-prefixPostfix-label--prefix + .select2-search__field, .estimator-form-input .form-prefixPostfix-label--prefix + .form-input, .coupon-form .form-prefixPostfix-label--prefix + .form-input, .cart-gift-certificate-form .form-prefixPostfix-label--prefix + .form-input, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix-label--prefix + textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix-label--prefix + .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix-label--prefix + .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix-label--prefix + textarea {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #ed0000;
    box-shadow: 0 0 4px rgba(237, 0, 0, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #f0f0f0;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #f7f7f7;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input, .form-field--success .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-field--success .select2-search__field, .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success textarea, .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container, .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container, .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success textarea,
.form-field--error .form-input,
.form-field--error .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--error .select2-search__field,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error textarea,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error .yotpo-new-input-container,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error .yotpo-new-input-container,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error textarea,
.form-field--warning .form-input,
.form-field--warning .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--warning .select2-search__field,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--warning textarea,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--warning .yotpo-new-input-container,
.form-field--warning .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--warning .yotpo-new-input-container,
.form-field--warning .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--warning textarea {
  float: left; }

.form-field--success .form-input, .form-field--success .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-field--success .select2-search__field, .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success textarea, .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container, .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container, .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success textarea,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-checkbox + #InStockNotifyOutOfStock::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--success .form-checkbox + .yotpo-form-label::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .form-checkbox + .yotpo-form-label::before,
.form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .form-checkbox + .yotpo-form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-radio + #InStockNotifyOutOfStock::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--success .form-radio + .yotpo-form-label::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .form-radio + .yotpo-form-label::before,
.form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .form-radio + .yotpo-form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }


.form-field--error .form-input,
.form-field--error .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--error .select2-search__field,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error textarea,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error .yotpo-new-input-container,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error .yotpo-new-input-container,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error textarea,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-checkbox + #InStockNotifyOutOfStock::before,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--error .form-checkbox + .yotpo-form-label::before,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error .form-checkbox + .yotpo-form-label::before,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error .form-checkbox + .yotpo-form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-radio + #InStockNotifyOutOfStock::before,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--error .form-radio + .yotpo-form-label::before,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error .form-radio + .yotpo-form-label::before,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error .form-radio + .yotpo-form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }


.form-field--warning .form-input,
.form-field--warning .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--warning .select2-search__field,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--warning textarea,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--warning .yotpo-new-input-container,
.form-field--warning .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--warning .yotpo-new-input-container,
.form-field--warning .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--warning textarea,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-checkbox + #InStockNotifyOutOfStock::before,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--warning .form-checkbox + .yotpo-form-label::before,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--warning .form-checkbox + .yotpo-form-label::before,
.form-field--warning .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--warning .form-checkbox + .yotpo-form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-radio + #InStockNotifyOutOfStock::before,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--warning .form-radio + .yotpo-form-label::before,
.form-field--warning .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--warning .form-radio + .yotpo-form-label::before,
.form-field--warning .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--warning .form-radio + .yotpo-form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: black;
  float: left;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #f0f0f0; }
    .breadcrumb.unavailable a {
      color: #f0f0f0; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #f0f0f0;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: black;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #f0f0f0;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e1e1e1;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .tab {
      float: left; } }

.tab-title {
  color: black;
  display: block;
  font-size: 20px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  font-weight: 700; }

@media (min-width: 768px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 768px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 768px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 20px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #ed0000;
  font-size: 20px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: black;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #ed0000; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #ed0000;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button, .alertBox #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .alertBox button, .alertBox body .snize-ac-results .snize-view-all-link, body .snize-ac-results .alertBox .snize-view-all-link, .alertBox body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .alertBox .snize-popular-suggestions-view-all-products-text, .alertBox body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .alertBox div.snize-popular-suggestions-view-all-products-text, .alertBox .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .alertBox .snize-button,
  .alertBox .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .alertBox .snize-button, .alertBox body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .alertBox button.snize-product-filters-show-products, .alertBox body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .alertBox button.snize-product-filters-reset-all, .alertBox .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .alertBox .yotpo-new-review-submit, .alertBox .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .alertBox .yotpo-question-submit {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #f7f7f7; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e1e1e1 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e1e1e1 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.875rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e1e1e1 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e1e1e1;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e1e1e1;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e1e1e1;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .modal-footer button, .modal-footer body .snize-ac-results .snize-view-all-link, body .snize-ac-results .modal-footer .snize-view-all-link, .modal-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .modal-footer .snize-popular-suggestions-view-all-products-text, .modal-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .modal-footer div.snize-popular-suggestions-view-all-products-text, .modal-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .modal-footer .snize-button,
  .modal-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .modal-footer .snize-button, .modal-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal-footer button.snize-product-filters-show-products, .modal-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal-footer button.snize-product-filters-reset-all, .modal-footer .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .modal-footer .yotpo-new-review-submit, .modal-footer .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .modal-footer .yotpo-question-submit {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .modal-footer button, .modal-footer body .snize-ac-results .snize-view-all-link, body .snize-ac-results .modal-footer .snize-view-all-link, .modal-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .modal-footer .snize-popular-suggestions-view-all-products-text, .modal-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .modal-footer div.snize-popular-suggestions-view-all-products-text, .modal-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .modal-footer .snize-button,
      .modal-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .modal-footer .snize-button, .modal-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal-footer button.snize-product-filters-show-products, .modal-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal-footer button.snize-product-filters-reset-all, .modal-footer .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .modal-footer .yotpo-new-review-submit, .modal-footer .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .modal-footer .yotpo-question-submit {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 20px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button, .actionBar #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .actionBar button, .actionBar body .snize-ac-results .snize-view-all-link, body .snize-ac-results .actionBar .snize-view-all-link, .actionBar body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .actionBar .snize-popular-suggestions-view-all-products-text, .actionBar body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .actionBar div.snize-popular-suggestions-view-all-products-text, .actionBar .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .actionBar .snize-button,
  .actionBar .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .actionBar .snize-button, .actionBar body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .actionBar button.snize-product-filters-show-products, .actionBar body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .actionBar button.snize-product-filters-reset-all, .actionBar .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .actionBar .yotpo-new-review-submit, .actionBar .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .actionBar .yotpo-question-submit {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 768px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label, .actionBar-section #InStockNotifyOutOfStock, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input,
    .actionBar-section .select2-search--dropdown .select2-search__field,
    .select2-search--dropdown .actionBar-section .select2-search__field,
    .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section textarea,
    .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-new-input-container,
    .actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-new-input-container,
    .actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section textarea {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 768px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #f7f7f7;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body, .listItem-actions {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child, .listItem-actions > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child, .listItem-actions > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text, .listItem-actions .card-text {
    color: black; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: black; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ed0000;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid black;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #ed0000; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 768px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1023px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 1023px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #f0f0f0;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span,
h2,
.newsletter-content .footer-info-heading,
.facet-quick-heading,
.product-highlight-field span,
h3,
h4,
.responsive-tab-title a,
h5,
h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title {
  font-weight: 400;
  margin-top: 2.25rem; }

h5,
h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
  font-size: 48px; }


h2,
.newsletter-content .footer-info-heading,
.facet-quick-heading,
.product-highlight-field span {
  font-size: 32px; }

h3 {
  font-size: 28px; }


h4,
.responsive-tab-title a {
  font-size: 24px; }

h5 {
  font-size: 20px; }


h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title {
  font-size: 18px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: black;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small, #InStockNotifyOutOfStock small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: black;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e1e1e1; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button, .table-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .table-actions button, .table-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .table-actions .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button,
  .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .table-actions .button, .table-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .table-actions button, .table-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .table-actions .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button,
      .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .table-actions .button + .button, .table-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .table-actions button + .button, .table-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .table-actions .snize-view-all-link + .button, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .button, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + .button, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .button, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + .button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + .button, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + .button, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + .button, .table-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .table-actions .button + button, .table-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .table-actions button + button, .table-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .table-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .table-actions .snize-view-all-link + button, .table-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .table-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + button, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + button, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + button, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + button, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + button, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + button, .table-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .table-actions .button + .snize-view-all-link, .table-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .table-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .table-actions button + .snize-view-all-link, .table-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .table-actions .snize-view-all-link + .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-view-all-link, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-view-all-link, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .table-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + .snize-view-all-link, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .table-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + .snize-view-all-link, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + .snize-view-all-link, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + .snize-view-all-link, .table-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .button + .snize-popular-suggestions-view-all-products-text, .table-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .table-actions button + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .table-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .button + div.snize-popular-suggestions-view-all-products-text, .table-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .table-actions button + div.snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .table-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .button + .snize-button, .table-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .table-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .table-actions button + .snize-button, .table-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .table-actions .snize-view-all-link + .snize-button, .table-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-button, .table-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + .snize-button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + .snize-button, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + .snize-button, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + .snize-button,
      .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .button + .snize-button,
      .table-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .table-actions button + .snize-button,
      .table-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .table-actions .snize-view-all-link + .snize-button,
      .table-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
      .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
      .table-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-button,
      .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .snize-button,
      .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + .snize-button,
      .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + .snize-button,
      .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + .snize-button,
      .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + .snize-button, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .button + button.snize-product-filters-show-products, .table-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .table-actions button + button.snize-product-filters-show-products, .table-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .table-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .table-actions .snize-view-all-link + button.snize-product-filters-show-products, .table-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .table-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + button.snize-product-filters-show-products, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + button.snize-product-filters-show-products, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .button + button.snize-product-filters-reset-all, .table-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .table-actions button + button.snize-product-filters-reset-all, .table-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .table-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .table-actions .snize-view-all-link + button.snize-product-filters-reset-all, .table-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .table-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + button.snize-product-filters-reset-all, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + button.snize-product-filters-reset-all, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .button + .yotpo-new-review-submit, .table-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .table-actions button + .yotpo-new-review-submit, .table-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .table-actions .snize-view-all-link + .yotpo-new-review-submit, .table-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .yotpo-new-review-submit, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .yotpo-new-review-submit, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + .yotpo-new-review-submit, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .button + .yotpo-question-submit, .table-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .table-actions button + .yotpo-question-submit, .table-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .table-actions .snize-view-all-link + .yotpo-question-submit, .table-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .table-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .table-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .yotpo-question-submit, .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .table-actions .snize-button + .yotpo-question-submit, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-show-products + .yotpo-question-submit, .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .table-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .table-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .table-actions .yotpo-new-review-submit + .yotpo-question-submit, .table-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .table-actions .yotpo-question-submit + .yotpo-question-submit {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e1e1e1;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e1e1e1;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e1e1e1; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus, .dropdown-menu #consent-manager .css-1wn42nw button:focus, #consent-manager .css-1wn42nw .dropdown-menu button:focus, .dropdown-menu body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .dropdown-menu .snize-view-all-link:focus, .dropdown-menu body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results .snize-nothing-found .dropdown-menu .snize-popular-suggestions-view-all-products-text:focus, .dropdown-menu .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, .cate-page #snize-search-results-grid-mode li.snize-product .dropdown-menu .snize-button:focus,
  .dropdown-menu .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, .snize-results-page #snize-search-results-grid-mode li.snize-product .dropdown-menu .snize-button:focus, .dropdown-menu body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .dropdown-menu button.snize-product-filters-show-products:focus, .dropdown-menu body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .dropdown-menu button.snize-product-filters-reset-all:focus, .dropdown-menu .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .dropdown-menu .yotpo-new-review-submit:focus, .dropdown-menu .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .dropdown-menu .yotpo-question-submit:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 768px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1023px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button, .form-wishlist body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-wishlist .snize-view-all-link, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text, .form-wishlist body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-wishlist div.snize-popular-suggestions-view-all-products-text, .form-wishlist .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-wishlist .snize-button,
  .form-wishlist .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-wishlist .snize-button, .form-wishlist body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-wishlist button.snize-product-filters-show-products, .form-wishlist body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-wishlist button.snize-product-filters-reset-all, .form-wishlist .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-wishlist .yotpo-new-review-submit, .form-wishlist .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-wishlist .yotpo-question-submit {
    width: 100%; }
    @media (min-width: 1023px) {
      .form-wishlist .button, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button, .form-wishlist body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-wishlist .snize-view-all-link, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text, .form-wishlist body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-wishlist div.snize-popular-suggestions-view-all-products-text, .form-wishlist .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-wishlist .snize-button,
      .form-wishlist .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-wishlist .snize-button, .form-wishlist body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-wishlist button.snize-product-filters-show-products, .form-wishlist body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-wishlist button.snize-product-filters-reset-all, .form-wishlist .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-wishlist .yotpo-new-review-submit, .form-wishlist .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-wishlist .yotpo-question-submit {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button, .form-wishlist #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-wishlist button, .form-wishlist body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-wishlist .snize-view-all-link, .form-wishlist body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-wishlist .snize-popular-suggestions-view-all-products-text, .form-wishlist body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-wishlist div.snize-popular-suggestions-view-all-products-text, .form-wishlist .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-wishlist .snize-button,
      .form-wishlist .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-wishlist .snize-button, .form-wishlist body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-wishlist button.snize-product-filters-show-products, .form-wishlist body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-wishlist button.snize-product-filters-reset-all, .form-wishlist .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-wishlist .yotpo-new-review-submit, .form-wishlist .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-wishlist .yotpo-question-submit {
        margin-right: 0.75rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1023px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button, #wishlist-dropdown.is-open #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #wishlist-dropdown.is-open button, #wishlist-dropdown.is-open body .snize-ac-results .snize-view-all-link, body .snize-ac-results #wishlist-dropdown.is-open .snize-view-all-link, #wishlist-dropdown.is-open body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #wishlist-dropdown.is-open .snize-popular-suggestions-view-all-products-text, #wishlist-dropdown.is-open .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown.is-open .snize-button,
  #wishlist-dropdown.is-open .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown.is-open .snize-button, #wishlist-dropdown.is-open body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown.is-open button.snize-product-filters-show-products, #wishlist-dropdown.is-open body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown.is-open button.snize-product-filters-reset-all, #wishlist-dropdown.is-open .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #wishlist-dropdown.is-open .yotpo-new-review-submit, #wishlist-dropdown.is-open .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #wishlist-dropdown.is-open .yotpo-question-submit {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #wishlist-dropdown.is-open li:not(:last-child) button, #wishlist-dropdown.is-open li:not(:last-child) body .snize-ac-results .snize-view-all-link, body .snize-ac-results #wishlist-dropdown.is-open li:not(:last-child) .snize-view-all-link, #wishlist-dropdown.is-open li:not(:last-child) body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #wishlist-dropdown.is-open li:not(:last-child) .snize-popular-suggestions-view-all-products-text, #wishlist-dropdown.is-open li:not(:last-child) .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown.is-open li:not(:last-child) .snize-button,
  #wishlist-dropdown.is-open li:not(:last-child) .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown.is-open li:not(:last-child) .snize-button, #wishlist-dropdown.is-open li:not(:last-child) body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown.is-open li:not(:last-child) button.snize-product-filters-show-products, #wishlist-dropdown.is-open li:not(:last-child) body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown.is-open li:not(:last-child) button.snize-product-filters-reset-all, #wishlist-dropdown.is-open li:not(:last-child) .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #wishlist-dropdown.is-open li:not(:last-child) .yotpo-new-review-submit, #wishlist-dropdown.is-open li:not(:last-child) .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #wishlist-dropdown.is-open li:not(:last-child) .yotpo-question-submit {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field, .modal .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .modal .yotpo-new-review-star-rating,
  .modal .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .modal .yotpo-new-review-content,
  .modal .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .modal .yotpo-new-review-headline, .modal .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .modal .yotpo-new-review-name,
  .modal .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .modal .yotpo-new-review-email, .modal .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .modal .yotpo-question-content, .modal .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .modal .yotpo-question-content, .modal .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .modal .yotpo-question-content, .modal .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .modal .yotpo-question-content, .modal .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-name, .modal .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-email, .modal .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-name, .modal .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-email, .modal .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-name, .modal .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-email, .modal .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-name, .modal .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-email, .modal .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .modal .yotpo-question-content, .modal .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .modal .yotpo-question-content, .modal .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-name, .modal .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-email, .modal .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-name, .modal .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .modal .yotpo-question-email {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 28px;
  text-align: center; }
  @media (min-width: 1023px) {
    .modal-header-title {
      font-size: 32px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: black;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1023px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #ed0000; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: black;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #ed0000;
      border-color: #ed0000;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: black;
      border-color: black;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 768px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #ed0000;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 24px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e1e1e1;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #ed0000; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: black; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: black; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.75rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: black;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button, #consent-manager .css-1wn42nw button, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
.snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, body .snize-ac-results .button + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button,
  #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button,
  body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-view-all-link + .snize-button,
  body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button,
  body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button,
  .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-question-submit, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit {
    margin-left: 0; }
    @media (min-width: 1023px) {
      .button + .button, #consent-manager .css-1wn42nw button + .button, body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw button + button, body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, body .snize-ac-results .button + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button,
      .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button,
      #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button,
      body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-view-all-link + .snize-button,
      body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button,
      body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button,
      .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button,
      .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button,
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button,
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button,
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button,
      .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-question-submit, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit {
        margin-left: 0.75rem; } }

.button[disabled], #consent-manager .css-1wn42nw button[disabled], body .snize-ac-results .snize-view-all-link[disabled], body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text[disabled], body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text[disabled], .cate-page #snize-search-results-grid-mode li.snize-product .snize-button[disabled],
.snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button[disabled], body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products[disabled], body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all[disabled], .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit[disabled], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: black; }

.tab {
  border-top: 1px solid #e1e1e1;
  float: none; }
  @media (min-width: 1023px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 768px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 1023px) {
      .tab.is-active {
        border: 1px solid #e1e1e1;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1023px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 768px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1023px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 1023px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 1023px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 1023px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 1023px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 1023px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.75rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1023px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #f0f0f0; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: black;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1023px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label, .form--hiddenLabels #InStockNotifyOutOfStock, .form--hiddenLabels .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form--hiddenLabels .yotpo-form-label, .form--hiddenLabels .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form--hiddenLabels .yotpo-form-label, .form--hiddenLabels .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form--hiddenLabels .yotpo-form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }


.form-field--error .form-input,
.form-field--error .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--error .select2-search__field,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error textarea,
.form-field--error .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--error .yotpo-new-input-container,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error .yotpo-new-input-container,
.form-field--error .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--error textarea {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"], .form-field--success .select2-search--dropdown .select2-search__field[type="text"], .select2-search--dropdown .form-field--success .select2-search__field[type="text"], .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea[type="text"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success textarea[type="text"], .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container[type="text"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container[type="text"], .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container[type="text"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container[type="text"], .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea[type="text"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success textarea[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"], .form-field--success .select2-search--dropdown .select2-search__field[name="credit_card_number"], .select2-search--dropdown .form-field--success .select2-search__field[name="credit_card_number"], .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea[name="credit_card_number"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success textarea[name="credit_card_number"], .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container[name="credit_card_number"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container[name="credit_card_number"], .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container[name="credit_card_number"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container[name="credit_card_number"], .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea[name="credit_card_number"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success textarea[name="credit_card_number"] {
  background-position: right 2.25rem center; }

.form-field--success .form-input[name="cvv"], .form-field--success .select2-search--dropdown .select2-search__field[name="cvv"], .select2-search--dropdown .form-field--success .select2-search__field[name="cvv"], .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea[name="cvv"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success textarea[name="cvv"], .form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container[name="cvv"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container[name="cvv"], .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container[name="cvv"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .yotpo-new-input-container[name="cvv"], .form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea[name="cvv"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success textarea[name="cvv"] {
  background-position: right 2.25rem center; }

.form-checkbox + .form-label:last-child, .form-checkbox + #InStockNotifyOutOfStock:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label:last-child, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label:last-child,
.form-radio + .form-label:last-child,
.form-radio + #InStockNotifyOutOfStock:last-child,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label:last-child,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label:last-child,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after, .form-checkbox + #InStockNotifyOutOfStock::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after,
.form-radio + .form-label::after,
.form-radio + #InStockNotifyOutOfStock::after,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::after,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before, .form-checkbox + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.form-radio + .form-label::before,
.form-radio + #InStockNotifyOutOfStock::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before {
  top: 0.1875rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 768px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button, .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-actions button, .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button,
  .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .form-actions .button, .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-actions button, .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button,
      .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .form-actions .snize-view-all-link + .button, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .button, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .button, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button, .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .form-actions .snize-view-all-link + button, .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button, .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .form-actions .button + .snize-view-all-link, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .form-actions button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-view-all-link, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-view-all-link, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-view-all-link, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .button + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .button + .snize-button, .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .form-actions button + .snize-button, .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .form-actions .snize-view-all-link + .snize-button, .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-button,
    .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .button + .snize-button,
    .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .form-actions button + .snize-button,
    .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .form-actions .snize-view-all-link + .snize-button,
    .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
    .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
    .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button,
    .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-button,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-button,
    .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-button,
    .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .button + button.snize-product-filters-show-products, .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .form-actions button + button.snize-product-filters-show-products, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-show-products, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .button + button.snize-product-filters-reset-all, .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .form-actions button + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-reset-all, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .button + .yotpo-new-review-submit, .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .form-actions button + .yotpo-new-review-submit, .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .form-actions .snize-view-all-link + .yotpo-new-review-submit, .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-new-review-submit, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-new-review-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .button + .yotpo-question-submit, .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .form-actions button + .yotpo-question-submit, .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .form-actions .snize-view-all-link + .yotpo-question-submit, .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-question-submit, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-question-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .yotpo-question-submit,
    .form-actions .button + input,
    .form-actions #consent-manager .css-1wn42nw button + input,
    #consent-manager .css-1wn42nw .form-actions button + input,
    .form-actions body .snize-ac-results .snize-view-all-link + input,
    body .snize-ac-results .form-actions .snize-view-all-link + input,
    .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + input,
    body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + input,
    .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + input,
    .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + input,
    .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + input,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + input,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + input,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + input,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + input,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + input,
    .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + input,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + input,
    .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + input,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + input,
    .form-actions .button + a,
    .form-actions #consent-manager .css-1wn42nw button + a,
    #consent-manager .css-1wn42nw .form-actions button + a,
    .form-actions body .snize-ac-results .snize-view-all-link + a,
    body .snize-ac-results .form-actions .snize-view-all-link + a,
    .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + a,
    body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + a,
    .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + a,
    .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + a,
    .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + a,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + a,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + a,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + a,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + a,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + a,
    .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + a,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + a,
    .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + a,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + a,
    .form-actions input + .button,
    .form-actions #consent-manager .css-1wn42nw input + button,
    #consent-manager .css-1wn42nw .form-actions input + button,
    .form-actions body .snize-ac-results input + .snize-view-all-link,
    body .snize-ac-results .form-actions input + .snize-view-all-link,
    .form-actions body .snize-ac-results .snize-nothing-found input + .snize-popular-suggestions-view-all-products-text,
    body .snize-ac-results .snize-nothing-found .form-actions input + .snize-popular-suggestions-view-all-products-text,
    .form-actions .cate-page #snize-search-results-grid-mode li.snize-product input + .snize-button,
    .cate-page #snize-search-results-grid-mode li.snize-product .form-actions input + .snize-button,
    .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product input + .snize-button,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions input + .snize-button,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container input + button.snize-product-filters-show-products,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions input + button.snize-product-filters-show-products,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container input + button.snize-product-filters-reset-all,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions input + button.snize-product-filters-reset-all,
    .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer input + .yotpo-new-review-submit,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions input + .yotpo-new-review-submit,
    .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer input + .yotpo-question-submit,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions input + .yotpo-question-submit,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions #consent-manager .css-1wn42nw a + button,
    #consent-manager .css-1wn42nw .form-actions a + button,
    .form-actions body .snize-ac-results a + .snize-view-all-link,
    body .snize-ac-results .form-actions a + .snize-view-all-link,
    .form-actions body .snize-ac-results .snize-nothing-found a + .snize-popular-suggestions-view-all-products-text,
    body .snize-ac-results .snize-nothing-found .form-actions a + .snize-popular-suggestions-view-all-products-text,
    .form-actions .cate-page #snize-search-results-grid-mode li.snize-product a + .snize-button,
    .cate-page #snize-search-results-grid-mode li.snize-product .form-actions a + .snize-button,
    .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product a + .snize-button,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions a + .snize-button,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container a + button.snize-product-filters-show-products,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions a + button.snize-product-filters-show-products,
    .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container a + button.snize-product-filters-reset-all,
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions a + button.snize-product-filters-reset-all,
    .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer a + .yotpo-new-review-submit,
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions a + .yotpo-new-review-submit,
    .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer a + .yotpo-question-submit,
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions a + .yotpo-question-submit,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 768px) {
        .form-actions .button + .button, .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .form-actions .snize-view-all-link + .button, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .button, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .button, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button, .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .form-actions .snize-view-all-link + button, .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button, .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .form-actions .button + .snize-view-all-link, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .form-actions button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-view-all-link, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-view-all-link, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-view-all-link, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .button + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .button + .snize-button, .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .form-actions button + .snize-button, .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .form-actions .snize-view-all-link + .snize-button, .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-button,
        .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .button + .snize-button,
        .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .form-actions button + .snize-button,
        .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .form-actions .snize-view-all-link + .snize-button,
        .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
        .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
        .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button,
        .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-button,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-button,
        .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-button,
        .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .button + button.snize-product-filters-show-products, .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .form-actions button + button.snize-product-filters-show-products, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-show-products, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .button + button.snize-product-filters-reset-all, .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .form-actions button + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-reset-all, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .button + .yotpo-new-review-submit, .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .form-actions button + .yotpo-new-review-submit, .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .form-actions .snize-view-all-link + .yotpo-new-review-submit, .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-new-review-submit, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-new-review-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .button + .yotpo-question-submit, .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .form-actions button + .yotpo-question-submit, .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .form-actions .snize-view-all-link + .yotpo-question-submit, .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-question-submit, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-question-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .yotpo-question-submit,
        .form-actions .button + input,
        .form-actions #consent-manager .css-1wn42nw button + input,
        #consent-manager .css-1wn42nw .form-actions button + input,
        .form-actions body .snize-ac-results .snize-view-all-link + input,
        body .snize-ac-results .form-actions .snize-view-all-link + input,
        .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + input,
        body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + input,
        .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + input,
        .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + input,
        .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + input,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + input,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + input,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + input,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + input,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + input,
        .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + input,
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + input,
        .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + input,
        .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + input,
        .form-actions .button + a,
        .form-actions #consent-manager .css-1wn42nw button + a,
        #consent-manager .css-1wn42nw .form-actions button + a,
        .form-actions body .snize-ac-results .snize-view-all-link + a,
        body .snize-ac-results .form-actions .snize-view-all-link + a,
        .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + a,
        body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + a,
        .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + a,
        .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + a,
        .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + a,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + a,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + a,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + a,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + a,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + a,
        .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + a,
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + a,
        .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + a,
        .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + a,
        .form-actions input + .button,
        .form-actions #consent-manager .css-1wn42nw input + button,
        #consent-manager .css-1wn42nw .form-actions input + button,
        .form-actions body .snize-ac-results input + .snize-view-all-link,
        body .snize-ac-results .form-actions input + .snize-view-all-link,
        .form-actions body .snize-ac-results .snize-nothing-found input + .snize-popular-suggestions-view-all-products-text,
        body .snize-ac-results .snize-nothing-found .form-actions input + .snize-popular-suggestions-view-all-products-text,
        .form-actions .cate-page #snize-search-results-grid-mode li.snize-product input + .snize-button,
        .cate-page #snize-search-results-grid-mode li.snize-product .form-actions input + .snize-button,
        .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product input + .snize-button,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions input + .snize-button,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container input + button.snize-product-filters-show-products,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions input + button.snize-product-filters-show-products,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container input + button.snize-product-filters-reset-all,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions input + button.snize-product-filters-reset-all,
        .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer input + .yotpo-new-review-submit,
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions input + .yotpo-new-review-submit,
        .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer input + .yotpo-question-submit,
        .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions input + .yotpo-question-submit,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions #consent-manager .css-1wn42nw a + button,
        #consent-manager .css-1wn42nw .form-actions a + button,
        .form-actions body .snize-ac-results a + .snize-view-all-link,
        body .snize-ac-results .form-actions a + .snize-view-all-link,
        .form-actions body .snize-ac-results .snize-nothing-found a + .snize-popular-suggestions-view-all-products-text,
        body .snize-ac-results .snize-nothing-found .form-actions a + .snize-popular-suggestions-view-all-products-text,
        .form-actions .cate-page #snize-search-results-grid-mode li.snize-product a + .snize-button,
        .cate-page #snize-search-results-grid-mode li.snize-product .form-actions a + .snize-button,
        .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product a + .snize-button,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions a + .snize-button,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container a + button.snize-product-filters-show-products,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions a + button.snize-product-filters-show-products,
        .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container a + button.snize-product-filters-reset-all,
        body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions a + button.snize-product-filters-reset-all,
        .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer a + .yotpo-new-review-submit,
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions a + .yotpo-new-review-submit,
        .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer a + .yotpo-question-submit,
        .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions a + .yotpo-question-submit,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 18px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #f0f0f0;
  font-size: 18px; }

.form-field-group {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input, .form-prefixPostfix .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-prefixPostfix .select2-search__field, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea, .form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-prefixPostfix div.snize-popular-suggestions-view-all-products-text, .form-prefixPostfix .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button,
.form-prefixPostfix .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-show-products, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-reset-all, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-prefixPostfix .yotpo-new-review-submit, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-prefixPostfix .yotpo-question-submit {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input, .form-prefixPostfix .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-prefixPostfix .select2-search__field, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder, .form-prefixPostfix .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .select2-search--dropdown .form-prefixPostfix .select2-search__field::-webkit-input-placeholder, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea::-webkit-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea::-webkit-input-placeholder, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-webkit-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container::-webkit-input-placeholder, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-webkit-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container::-webkit-input-placeholder, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea::-webkit-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea::-webkit-input-placeholder {
  color: black; }

.form-prefixPostfix .form-input::-moz-placeholder, .form-prefixPostfix .select2-search--dropdown .select2-search__field::-moz-placeholder, .select2-search--dropdown .form-prefixPostfix .select2-search__field::-moz-placeholder, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea::-moz-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea::-moz-placeholder, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-moz-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container::-moz-placeholder, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container::-moz-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container::-moz-placeholder, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea::-moz-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea::-moz-placeholder {
  color: black; }

.form-prefixPostfix .form-input:-ms-input-placeholder, .form-prefixPostfix .select2-search--dropdown .select2-search__field:-ms-input-placeholder, .select2-search--dropdown .form-prefixPostfix .select2-search__field:-ms-input-placeholder, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea:-ms-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea:-ms-input-placeholder, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container:-ms-input-placeholder, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container:-ms-input-placeholder, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container:-ms-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix .yotpo-new-input-container:-ms-input-placeholder, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea:-ms-input-placeholder, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-prefixPostfix textarea:-ms-input-placeholder {
  color: black; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-prefixPostfix div.snize-popular-suggestions-view-all-products-text, .form-prefixPostfix .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button,
  .form-prefixPostfix .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-show-products, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-reset-all, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-prefixPostfix .yotpo-new-review-submit, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-prefixPostfix .yotpo-question-submit {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.75rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button, .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-increment button, .form-increment body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-increment .snize-view-all-link, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text, .form-increment body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-increment div.snize-popular-suggestions-view-all-products-text, .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button,
.form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-show-products, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-reset-all, .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-increment .yotpo-new-review-submit, .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-increment .yotpo-question-submit {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #e1e1e1;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: rgba(240, 0, 0, 0.0588235);
    box-shadow: 0 0 0 1px rgba(240, 0, 0, 0.0588235); }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 768px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 18px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-star-rating,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-content,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-headline, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-new-review-name,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-new-review-email, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button, .form-minMaxRow #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-minMaxRow button, .form-minMaxRow body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-minMaxRow .snize-view-all-link, .form-minMaxRow body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-minMaxRow .snize-popular-suggestions-view-all-products-text, .form-minMaxRow body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-minMaxRow div.snize-popular-suggestions-view-all-products-text, .form-minMaxRow .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-minMaxRow .snize-button,
  .form-minMaxRow .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-minMaxRow .snize-button, .form-minMaxRow body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-minMaxRow button.snize-product-filters-show-products, .form-minMaxRow body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-minMaxRow button.snize-product-filters-reset-all, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-minMaxRow .yotpo-new-review-submit, .form-minMaxRow .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-minMaxRow .yotpo-question-submit {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 768px) {
  .form-row--half > .form-field:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .form-field:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .form-field:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .form-field:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .form-field:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .form-field:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .form-field:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .form-field:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--half > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-star-rating:nth-child(odd),
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--half > .yotpo-new-review-content:nth-child(odd),
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd),
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd),
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd),
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd),
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd),
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd),
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-content:nth-child(odd),
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row--half > .yotpo-new-review-headline:nth-child(odd),
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd),
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd),
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd),
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd),
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd),
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd),
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-headline:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--half > .yotpo-new-review-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-name:nth-child(odd),
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row--half > .yotpo-new-review-email:nth-child(odd),
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd),
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd),
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd),
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd),
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd),
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd),
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-new-review-email:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half > .yotpo-question-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half > .yotpo-question-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half > .yotpo-question-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half > .yotpo-question-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half > .yotpo-question-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row--half > .yotpo-question-content:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-content:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-name:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-name:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row--half > .yotpo-question-email:nth-child(odd), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper > .yotpo-question-email:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1023px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body, .listItem-actions {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title, .listItem-title {
  font-size: 20px;
  margin: 0 0 0.25rem; }
  .card-title > a, .listItem-title > a {
    color: black;
    display: block;
    text-decoration: none; }
    .card-title > a:hover, .listItem-title > a:hover {
      color: #ed0000; }

.card-text {
  margin-bottom: 0.1875rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus, .listItem-actions .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 768px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #ed0000; }
    .card--alternate:hover .card-body {
      background-color: #ed0000; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a, .card--alternate:hover .listItem-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid black;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(240, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(240, 0, 0, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #ed0000; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 1023px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1023px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1023px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-star-rating,
.actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-content,
.actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-headline, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .actionBar-section .yotpo-new-review-name,
.actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .actionBar-section .yotpo-new-review-email, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email {
  background-color: white;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }
  .actionBar-section .form-field:hover, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-star-rating:hover,
  .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-content:hover,
  .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-headline:hover, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .actionBar-section .yotpo-new-review-name:hover,
  .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .actionBar-section .yotpo-new-review-email:hover, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:hover, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content:hover, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:hover, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content:hover, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:hover, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content:hover, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:hover, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content:hover, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:hover, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name:hover, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:hover, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email:hover, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:hover, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name:hover, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:hover, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email:hover, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:hover, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name:hover, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:hover, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email:hover, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:hover, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name:hover, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:hover, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email:hover, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:hover, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content:hover, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:hover, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content:hover, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:hover, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name:hover, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:hover, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email:hover, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:hover, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name:hover, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:hover, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email:hover {
    border-color: #474747; }

.actionBar-section .form-label, .actionBar-section #InStockNotifyOutOfStock, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label {
  color: black;
  font-size: 18px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }


.actionBar-section .form-input,
.actionBar-section .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .actionBar-section .select2-search__field,
.actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section textarea,
.actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-new-input-container,
.actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-new-input-container,
.actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section textarea,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label, .actionBar-section #InStockNotifyOutOfStock, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label,
.actionBar-section .form-input,
.actionBar-section .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .actionBar-section .select2-search__field,
.actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section textarea,
.actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-new-input-container,
.actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-new-input-container,
.actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section textarea,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #ed0000;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1023px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e1e1e1 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

@media (min-width: 1023px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: white;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #ed0000; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #ed0000;
      stroke: #ed0000; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.875rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e1e1e1;
  color: black;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1023px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #ed0000; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1023px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 1023px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 1023px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 768px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: white;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field,
  .dropdown--quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .dropdown--quickSearch .yotpo-new-review-star-rating,
  .dropdown--quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .dropdown--quickSearch .yotpo-new-review-content,
  .dropdown--quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .dropdown--quickSearch .yotpo-new-review-headline,
  .dropdown--quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-new-review-name,
  .dropdown--quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-new-review-email,
  .dropdown--quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .dropdown--quickSearch .yotpo-question-content,
  .dropdown--quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .dropdown--quickSearch .yotpo-question-content,
  .dropdown--quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .dropdown--quickSearch .yotpo-question-content,
  .dropdown--quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .dropdown--quickSearch .yotpo-question-content,
  .dropdown--quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-name,
  .dropdown--quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-email,
  .dropdown--quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-name,
  .dropdown--quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-email,
  .dropdown--quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-name,
  .dropdown--quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-email,
  .dropdown--quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-name,
  .dropdown--quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-email,
  .dropdown--quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .dropdown--quickSearch .yotpo-question-content,
  .dropdown--quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .dropdown--quickSearch .yotpo-question-content,
  .dropdown--quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-name,
  .dropdown--quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-email,
  .dropdown--quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-name,
  .dropdown--quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .dropdown--quickSearch .yotpo-question-email {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input, .dropdown--quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .dropdown--quickSearch .select2-search__field, .dropdown--quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .dropdown--quickSearch textarea, .dropdown--quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .dropdown--quickSearch .yotpo-new-input-container, .dropdown--quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .dropdown--quickSearch .yotpo-new-input-container, .dropdown--quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .dropdown--quickSearch textarea {
    font-size: 24px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1023px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1023px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1023px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1023px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1023px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1023px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1023px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1023px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1023px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1023px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1023px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1023px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: white;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1023px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #ed0000;
    stroke: #ed0000; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #ed0000; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #ed0000;
      stroke: #ed0000; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: black; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1023px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 1023px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1023px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1023px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1023px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1023px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1023px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

@media (min-width: 1023px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

@media (min-width: 1023px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 1023px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1023px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1023px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1023px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1023px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.75rem; }
  @media (min-width: 1023px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field, .navPages-quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .navPages-quickSearch .yotpo-new-review-star-rating,
  .navPages-quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .navPages-quickSearch .yotpo-new-review-content,
  .navPages-quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .navPages-quickSearch .yotpo-new-review-headline, .navPages-quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-new-review-name,
  .navPages-quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-new-review-email, .navPages-quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .navPages-quickSearch .yotpo-question-content, .navPages-quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .navPages-quickSearch .yotpo-question-content, .navPages-quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .navPages-quickSearch .yotpo-question-content, .navPages-quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .navPages-quickSearch .yotpo-question-content, .navPages-quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-name, .navPages-quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-email, .navPages-quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-name, .navPages-quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-email, .navPages-quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-name, .navPages-quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-email, .navPages-quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-name, .navPages-quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-email, .navPages-quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .navPages-quickSearch .yotpo-question-content, .navPages-quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .navPages-quickSearch .yotpo-question-content, .navPages-quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-name, .navPages-quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-email, .navPages-quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-name, .navPages-quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .navPages-quickSearch .yotpo-question-email {
    margin-bottom: 0; }

@media (min-width: 1023px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e1e1e1; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e1e1e1; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: black;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #ed0000; }
    .socialLinks .icon svg {
      fill: black;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: black; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1023px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1023px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1023px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1023px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1023px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 768px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1023px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: blue;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      background-color: blue;
      background-color: rgba(0, 0, 255, 0.9);
      background-color: rgba(0, 0, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: white;
  font-size: 24px;
  margin: 0; }
  @media (min-width: 1023px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 18px; } }
  @media (min-width: 1023px) {
    .heroCarousel-description {
      font-size: 20px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 1023px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #f0f0f0;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 1023px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 768px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 768px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 20px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 768px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 20px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #f0f0f0;
  margin-bottom: 0.375rem; }
  @media (min-width: 768px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label, .return-itemQuantity #InStockNotifyOutOfStock, .return-itemQuantity .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .return-itemQuantity .yotpo-form-label, .return-itemQuantity .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .return-itemQuantity .yotpo-form-label, .return-itemQuantity .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .return-itemQuantity .yotpo-form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 768px) {
    .return-itemQuantity .form-label, .return-itemQuantity #InStockNotifyOutOfStock, .return-itemQuantity .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .return-itemQuantity .yotpo-form-label, .return-itemQuantity .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .return-itemQuantity .yotpo-form-label, .return-itemQuantity .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .return-itemQuantity .yotpo-form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1023px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title, .productCarousel-slide .card .listItem-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1023px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: black;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1023px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .productView-image:not(.video-visible) {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.375rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e1e1e1;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 1023px) {
  .productView-product {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 24px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1023px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 48px; } }

.productView-brand {
  color: black;
  font-size: 20px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 24px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: black; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 20px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1023px) {
    .productView-price {
      font-size: 32px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 20px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: black;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 768px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 768px) {
    .productView-info-name {
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 768px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"], .productView-options .select2-search--dropdown .select2-search__field[type="number"], .select2-search--dropdown .productView-options .select2-search__field[type="number"], .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea[type="number"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options textarea[type="number"], .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container[type="number"], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-new-input-container[type="number"], .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container[type="number"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-new-input-container[type="number"], .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea[type="number"], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options textarea[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 18px; }
  .productView-options .form-field, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating,
  .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content,
  .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name,
  .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .form-field > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .form-field > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .form-field > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .form-field > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .form-label, .productView-options .form-field > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .form-field > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .form-field > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .form-field > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-checkbox + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-checkbox + .yotpo-form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-radio + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-radio + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-radio + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-radio + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-radio + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-radio + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-radio + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-radio + .form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-radio + .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-radio + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .form-label, .productView-options .form-field > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-radio + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-radio + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-radio + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-radio + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-radio + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + #InStockNotifyOutOfStock, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .form-field > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .form-field > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .form-field > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .form-radio + .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-radio + .yotpo-form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .form-label:nth-of-type(2), .productView-options .form-field > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > #InStockNotifyOutOfStock:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .form-field > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-star-rating-wrapper .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-star-rating-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-star-rating-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .form-field > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-input-wrapper .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-input-wrapper .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .productView-options .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .form-field > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-input-wrapper .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .productView-options .yotpo-question-content > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-input-wrapper .yotpo-question-email > .yotpo-form-label:nth-of-type(2), .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email > .yotpo-form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1023px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button, .productView-options .add-to-cart-buttons #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .productView-options .add-to-cart-buttons button, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-view-all-link, body .snize-ac-results .productView-options .add-to-cart-buttons .snize-view-all-link, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .productView-options .add-to-cart-buttons .snize-popular-suggestions-view-all-products-text, .productView-options .add-to-cart-buttons .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .productView-options .add-to-cart-buttons .snize-button,
    .productView-options .add-to-cart-buttons .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .productView-options .add-to-cart-buttons .snize-button, .productView-options .add-to-cart-buttons body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView-options .add-to-cart-buttons button.snize-product-filters-show-products, .productView-options .add-to-cart-buttons body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView-options .add-to-cart-buttons button.snize-product-filters-reset-all, .productView-options .add-to-cart-buttons .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .productView-options .add-to-cart-buttons .yotpo-new-review-submit, .productView-options .add-to-cart-buttons .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .productView-options .add-to-cart-buttons .yotpo-question-submit {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: black;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #e1e1e1;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #e1e1e1; }
  .productOptions-list-item .form-label, .productOptions-list-item #InStockNotifyOutOfStock, .productOptions-list-item .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .productOptions-list-item .yotpo-form-label, .productOptions-list-item .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .productOptions-list-item .yotpo-form-label, .productOptions-list-item .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .productOptions-list-item .yotpo-form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #f0f0f0; }

.compareTable {
  border-top: 1px solid #e1e1e1;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e1e1e1; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1023px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 1023px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1023px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: black;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button, .compareTable-action #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .compareTable-action button, .compareTable-action body .snize-ac-results .snize-view-all-link, body .snize-ac-results .compareTable-action .snize-view-all-link, .compareTable-action body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .compareTable-action .snize-popular-suggestions-view-all-products-text, .compareTable-action body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .compareTable-action div.snize-popular-suggestions-view-all-products-text, .compareTable-action .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .compareTable-action .snize-button,
  .compareTable-action .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .compareTable-action .snize-button, .compareTable-action body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .compareTable-action button.snize-product-filters-show-products, .compareTable-action body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .compareTable-action button.snize-product-filters-reset-all, .compareTable-action .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .compareTable-action .yotpo-new-review-submit, .compareTable-action .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .compareTable-action .yotpo-question-submit {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: black; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 18px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e1e1e1 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1023px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 1023px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1023px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 1023px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #ed0000;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1023px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1023px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e1e1e1;
  display: block; }
  @media (min-width: 1023px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e1e1e1;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1023px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1023px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1023px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 1023px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1023px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1023px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 1023px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 1023px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: black;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1023px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1023px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: black;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  display: inline-block;
  font-size: 20px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 768px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: black; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1023px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1023px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e1e1e1; } }
  .cart-total .form-input, .select2-search--dropdown .cart-total .select2-search__field, .cart-total .select2-search--dropdown .select2-search__field, .cart-total .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-total textarea, .cart-total .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-total .yotpo-new-input-container, .cart-total .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-total .yotpo-new-input-container, .cart-total .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-total textarea {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1023px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 768px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 1023px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1023px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1023px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .select2-search--dropdown .select2-search__field, .select2-search--dropdown .coupon-form .select2-search__field, .coupon-form .form-input, .coupon-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .coupon-form textarea, .coupon-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .coupon-form .yotpo-new-input-container, .coupon-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .coupon-form .yotpo-new-input-container, .coupon-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .coupon-form textarea,
  .coupon-form .button,
  .coupon-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .coupon-form button,
  .coupon-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .coupon-form .snize-view-all-link,
  .coupon-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .coupon-form .snize-popular-suggestions-view-all-products-text,
  .coupon-form body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .coupon-form div.snize-popular-suggestions-view-all-products-text,
  .coupon-form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .cate-page #snize-search-results-grid-mode li.snize-product .coupon-form .snize-button,
  .coupon-form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .coupon-form .snize-button,
  .coupon-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .coupon-form button.snize-product-filters-show-products,
  .coupon-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .coupon-form button.snize-product-filters-reset-all,
  .coupon-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .coupon-form .yotpo-new-review-submit,
  .coupon-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .coupon-form .yotpo-question-submit,
  .cart-gift-certificate-form .select2-search--dropdown .select2-search__field,
  .select2-search--dropdown .cart-gift-certificate-form .select2-search__field,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-gift-certificate-form textarea,
  .cart-gift-certificate-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-gift-certificate-form .yotpo-new-input-container,
  .cart-gift-certificate-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-gift-certificate-form .yotpo-new-input-container,
  .cart-gift-certificate-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-gift-certificate-form textarea,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .cart-gift-certificate-form button,
  .cart-gift-certificate-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .cart-gift-certificate-form .snize-view-all-link,
  .cart-gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .cart-gift-certificate-form .snize-popular-suggestions-view-all-products-text,
  .cart-gift-certificate-form body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cart-gift-certificate-form div.snize-popular-suggestions-view-all-products-text,
  .cart-gift-certificate-form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .cate-page #snize-search-results-grid-mode li.snize-product .cart-gift-certificate-form .snize-button,
  .cart-gift-certificate-form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-gift-certificate-form .snize-button,
  .cart-gift-certificate-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-gift-certificate-form button.snize-product-filters-show-products,
  .cart-gift-certificate-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-gift-certificate-form button.snize-product-filters-reset-all,
  .cart-gift-certificate-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-gift-certificate-form .yotpo-new-review-submit,
  .cart-gift-certificate-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-gift-certificate-form .yotpo-question-submit {
    float: left; }
  .coupon-form .select2-search--dropdown .select2-search__field, .select2-search--dropdown .coupon-form .select2-search__field, .coupon-form .form-input, .coupon-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .coupon-form textarea, .coupon-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .coupon-form .yotpo-new-input-container, .coupon-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .coupon-form .yotpo-new-input-container, .coupon-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .coupon-form textarea,
  .cart-gift-certificate-form .select2-search--dropdown .select2-search__field,
  .select2-search--dropdown .cart-gift-certificate-form .select2-search__field,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-gift-certificate-form textarea,
  .cart-gift-certificate-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-gift-certificate-form .yotpo-new-input-container,
  .cart-gift-certificate-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-gift-certificate-form .yotpo-new-input-container,
  .cart-gift-certificate-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-gift-certificate-form textarea {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .coupon-form button,
  .coupon-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .coupon-form .snize-view-all-link,
  .coupon-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .coupon-form .snize-popular-suggestions-view-all-products-text,
  .coupon-form body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .coupon-form div.snize-popular-suggestions-view-all-products-text,
  .coupon-form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .cate-page #snize-search-results-grid-mode li.snize-product .coupon-form .snize-button,
  .coupon-form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .coupon-form .snize-button,
  .coupon-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .coupon-form button.snize-product-filters-show-products,
  .coupon-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .coupon-form button.snize-product-filters-reset-all,
  .coupon-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .coupon-form .yotpo-new-review-submit,
  .coupon-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .coupon-form .yotpo-question-submit,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form #consent-manager .css-1wn42nw button,
  #consent-manager .css-1wn42nw .cart-gift-certificate-form button,
  .cart-gift-certificate-form body .snize-ac-results .snize-view-all-link,
  body .snize-ac-results .cart-gift-certificate-form .snize-view-all-link,
  .cart-gift-certificate-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .cart-gift-certificate-form .snize-popular-suggestions-view-all-products-text,
  .cart-gift-certificate-form body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cart-gift-certificate-form div.snize-popular-suggestions-view-all-products-text,
  .cart-gift-certificate-form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .cate-page #snize-search-results-grid-mode li.snize-product .cart-gift-certificate-form .snize-button,
  .cart-gift-certificate-form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-gift-certificate-form .snize-button,
  .cart-gift-certificate-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-gift-certificate-form button.snize-product-filters-show-products,
  .cart-gift-certificate-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-gift-certificate-form button.snize-product-filters-reset-all,
  .cart-gift-certificate-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-gift-certificate-form .yotpo-new-review-submit,
  .cart-gift-certificate-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-gift-certificate-form .yotpo-question-submit {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input, .estimator-form .select2-search--dropdown .select2-search__field, .select2-search--dropdown .estimator-form .select2-search__field, .estimator-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .estimator-form textarea, .estimator-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .estimator-form .yotpo-new-input-container, .estimator-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .estimator-form .yotpo-new-input-container, .estimator-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .estimator-form textarea {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary, .estimator-form #consent-manager .css-1wn42nw button:nth-child(even), #consent-manager .css-1wn42nw .estimator-form button:nth-child(even), .estimator-form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .estimator-form .snize-button,
  .estimator-form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .estimator-form .snize-button, .estimator-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .estimator-form button.snize-product-filters-reset-all {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label, .estimator-form-label #InStockNotifyOutOfStock, .estimator-form-label .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .estimator-form-label .yotpo-form-label, .estimator-form-label .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .estimator-form-label .yotpo-form-label, .estimator-form-label .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .estimator-form-label .yotpo-form-label {
    line-height: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .select2-search--dropdown .select2-search__field, .select2-search--dropdown .estimator-form-input .select2-search__field, .estimator-form-input .form-input, .estimator-form-input .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .estimator-form-input textarea, .estimator-form-input .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .estimator-form-input .yotpo-new-input-container, .estimator-form-input .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .estimator-form-input .yotpo-new-input-container, .estimator-form-input .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .estimator-form-input textarea,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button, .cart-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-actions .snize-view-all-link, .cart-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-actions .snize-popular-suggestions-view-all-products-text, .cart-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cart-actions div.snize-popular-suggestions-view-all-products-text, .cart-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-actions .snize-button,
  .cart-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-actions .snize-button, .cart-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-actions button.snize-product-filters-show-products, .cart-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-actions button.snize-product-filters-reset-all, .cart-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-actions .yotpo-new-review-submit, .cart-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-actions .yotpo-question-submit {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .cart-actions .button, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button, .cart-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-actions .snize-view-all-link, .cart-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-actions .snize-popular-suggestions-view-all-products-text, .cart-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cart-actions div.snize-popular-suggestions-view-all-products-text, .cart-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-actions .snize-button,
      .cart-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-actions .snize-button, .cart-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-actions button.snize-product-filters-show-products, .cart-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-actions button.snize-product-filters-reset-all, .cart-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-actions .yotpo-new-review-submit, .cart-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-actions .yotpo-question-submit {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e1e1e1; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: black;
  display: inline-block;
  font-size: 18px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button, .previewCartAction #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .previewCartAction button, .previewCartAction body .snize-ac-results .snize-view-all-link, body .snize-ac-results .previewCartAction .snize-view-all-link, .previewCartAction body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartAction .snize-popular-suggestions-view-all-products-text, .previewCartAction body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .previewCartAction div.snize-popular-suggestions-view-all-products-text, .previewCartAction .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .previewCartAction .snize-button,
  .previewCartAction .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .previewCartAction .snize-button, .previewCartAction body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartAction button.snize-product-filters-show-products, .previewCartAction body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartAction button.snize-product-filters-reset-all, .previewCartAction .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .previewCartAction .yotpo-new-review-submit, .previewCartAction .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .previewCartAction .yotpo-question-submit {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 768px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button, .panel--address .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .panel--address .form-actions button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button,
    .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .panel--address .form-actions button + .button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .button, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .button, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .button, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .button, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .button, .panel--address .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .button + button, .panel--address .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .panel--address .form-actions button + button, .panel--address .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .panel--address .form-actions .snize-view-all-link + button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + button, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + button, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + button, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + button, .panel--address .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .button + .snize-view-all-link, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-view-all-link, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-view-all-link, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-view-all-link, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .panel--address .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .panel--address .form-actions button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .panel--address .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .button + .snize-button, .panel--address .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-button, .panel--address .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .panel--address .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-button, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-button, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-button,
      .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .button + .snize-button,
      .panel--address .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-button,
      .panel--address .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-button,
      .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
      .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
      .panel--address .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button,
      .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button,
      .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-button,
      .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-button,
      .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-button,
      .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .button + button.snize-product-filters-show-products, .panel--address .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .panel--address .form-actions button + button.snize-product-filters-show-products, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .panel--address .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-show-products, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .button + button.snize-product-filters-reset-all, .panel--address .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .panel--address .form-actions button + button.snize-product-filters-reset-all, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .panel--address .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-reset-all, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .button + .yotpo-new-review-submit, .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .panel--address .form-actions button + .yotpo-new-review-submit, .panel--address .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .yotpo-new-review-submit, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-new-review-submit, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-new-review-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .button + .yotpo-question-submit, .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .panel--address .form-actions button + .yotpo-question-submit, .panel--address .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .yotpo-question-submit, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-question-submit, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-question-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .yotpo-question-submit {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 768px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .panel--address .form-actions button + .button, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .button, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .button, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .button, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .button, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .button, .panel--address .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .button + button, .panel--address .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .panel--address .form-actions button + button, .panel--address .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .panel--address .form-actions .snize-view-all-link + button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + button, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + button, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + button, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + button, .panel--address .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .button + .snize-view-all-link, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-view-all-link, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-view-all-link, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-view-all-link, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-view-all-link, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .panel--address .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .panel--address .form-actions button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .panel--address .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .button + .snize-button, .panel--address .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-button, .panel--address .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-button, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .panel--address .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-button, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-button, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-button,
          .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .button + .snize-button,
          .panel--address .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .panel--address .form-actions button + .snize-button,
          .panel--address .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .snize-button,
          .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
          .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
          .panel--address .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button,
          .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .snize-button,
          .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .snize-button,
          .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .snize-button,
          .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .snize-button,
          .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .snize-button, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .button + button.snize-product-filters-show-products, .panel--address .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .panel--address .form-actions button + button.snize-product-filters-show-products, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .panel--address .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-show-products, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .button + button.snize-product-filters-reset-all, .panel--address .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .panel--address .form-actions button + button.snize-product-filters-reset-all, .panel--address .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .panel--address .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .panel--address .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-reset-all, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .button + .yotpo-new-review-submit, .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .panel--address .form-actions button + .yotpo-new-review-submit, .panel--address .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .yotpo-new-review-submit, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-new-review-submit, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-new-review-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .button + .yotpo-question-submit, .panel--address .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .panel--address .form-actions button + .yotpo-question-submit, .panel--address .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .panel--address .form-actions .snize-view-all-link + .yotpo-question-submit, .panel--address .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .panel--address .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .panel--address .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-question-submit, .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .panel--address .form-actions .snize-button + .yotpo-question-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .panel--address .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .panel--address .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .panel--address .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .panel--address .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .panel--address .form-actions .yotpo-question-submit + .yotpo-question-submit {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 20px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: black;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1023px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1023px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1023px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1023px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .previewCartCheckout button, .previewCartCheckout body .snize-ac-results .snize-view-all-link, body .snize-ac-results .previewCartCheckout .snize-view-all-link, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text, .previewCartCheckout body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .previewCartCheckout div.snize-popular-suggestions-view-all-products-text, .previewCartCheckout .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button,
  .previewCartCheckout .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button, .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-show-products, .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-reset-all, .previewCartCheckout .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .previewCartCheckout .yotpo-new-review-submit, .previewCartCheckout .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .previewCartCheckout .yotpo-question-submit {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout #consent-manager .css-1wn42nw button + p, #consent-manager .css-1wn42nw .previewCartCheckout button + p, .previewCartCheckout body .snize-ac-results .snize-view-all-link + p, body .snize-ac-results .previewCartCheckout .snize-view-all-link + p, .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + p, body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text + p, .previewCartCheckout .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + p, .cate-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button + p, .previewCartCheckout .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + p, .snize-results-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button + p, .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + p, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-show-products + p, .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + p, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-reset-all + p, .previewCartCheckout .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + p, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .previewCartCheckout .yotpo-new-review-submit + p, .previewCartCheckout .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + p, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .previewCartCheckout .yotpo-question-submit + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout #consent-manager .css-1wn42nw button:not(:last-child), #consent-manager .css-1wn42nw .previewCartCheckout button:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-view-all-link:not(:last-child), body .snize-ac-results .previewCartCheckout .snize-view-all-link:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:last-child), body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text:not(:last-child), .previewCartCheckout .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:last-child), .cate-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button:not(:last-child),
    .previewCartCheckout .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:last-child), .snize-results-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button:not(:last-child), .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:not(:last-child), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-show-products:not(:last-child), .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:not(:last-child), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-reset-all:not(:last-child), .previewCartCheckout .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:not(:last-child), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .previewCartCheckout .yotpo-new-review-submit:not(:last-child), .previewCartCheckout .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:not(:last-child), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .previewCartCheckout .yotpo-question-submit:not(:last-child) {
      margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 48px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1023px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button, .cookieMessage #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cookieMessage button, .cookieMessage body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cookieMessage .snize-view-all-link, .cookieMessage body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cookieMessage .snize-popular-suggestions-view-all-products-text, .cookieMessage body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cookieMessage div.snize-popular-suggestions-view-all-products-text, .cookieMessage .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cookieMessage .snize-button,
  .cookieMessage .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cookieMessage .snize-button, .cookieMessage body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cookieMessage button.snize-product-filters-show-products, .cookieMessage body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cookieMessage button.snize-product-filters-reset-all, .cookieMessage .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cookieMessage .yotpo-new-review-submit, .cookieMessage .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cookieMessage .yotpo-question-submit {
    width: 100%; }
    @media (min-width: 1023px) {
      .cookieMessage .button, .cookieMessage #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cookieMessage button, .cookieMessage body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cookieMessage .snize-view-all-link, .cookieMessage body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cookieMessage .snize-popular-suggestions-view-all-products-text, .cookieMessage body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cookieMessage div.snize-popular-suggestions-view-all-products-text, .cookieMessage .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cookieMessage .snize-button,
      .cookieMessage .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cookieMessage .snize-button, .cookieMessage body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cookieMessage button.snize-product-filters-show-products, .cookieMessage body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cookieMessage button.snize-product-filters-reset-all, .cookieMessage .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cookieMessage .yotpo-new-review-submit, .cookieMessage .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cookieMessage .yotpo-question-submit {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cookieMessage button, .cookieMessage body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cookieMessage .snize-view-all-link, .cookieMessage body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cookieMessage .snize-popular-suggestions-view-all-products-text, .cookieMessage body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cookieMessage div.snize-popular-suggestions-view-all-products-text, .cookieMessage .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cookieMessage .snize-button,
      .cookieMessage .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cookieMessage .snize-button, .cookieMessage body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cookieMessage button.snize-product-filters-show-products, .cookieMessage body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cookieMessage button.snize-product-filters-reset-all, .cookieMessage .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cookieMessage .yotpo-new-review-submit, .cookieMessage .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cookieMessage .yotpo-question-submit {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1023px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1023px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 56.25rem; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1023px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1023px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1023px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row, .advancedSearch-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .advancedSearch-form .yotpo-name-email-wrapper, .advancedSearch-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .advancedSearch-form .yotpo-name-email-wrapper, .advancedSearch-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .advancedSearch-form .yotpo-name-email-wrapper, .advancedSearch-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .advancedSearch-form .yotpo-name-email-wrapper, .advancedSearch-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .advancedSearch-form .yotpo-name-email-wrapper, .advancedSearch-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .advancedSearch-form .yotpo-name-email-wrapper, .advancedSearch-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .advancedSearch-form .yotpo-name-email-wrapper {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1023px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1023px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 20px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 48px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 1023px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e1e1e1;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 20px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #f0f0f0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 20px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #f0f0f0;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: black;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label, .account-product--alignMiddle .account-product-checkItem #InStockNotifyOutOfStock, .account-product--alignMiddle .account-product-checkItem .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .account-product--alignMiddle .account-product-checkItem .yotpo-form-label, .account-product--alignMiddle .account-product-checkItem .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .account-product--alignMiddle .account-product-checkItem .yotpo-form-label, .account-product--alignMiddle .account-product-checkItem .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .account-product--alignMiddle .account-product-checkItem .yotpo-form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 20px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: black;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e1e1e1;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 24px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: black;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 768px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #f0f0f0;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #f0f0f0; }

.account-sidebar-block {
  font-size: 20px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #ed0000;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: black;
  font-size: 20px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: black; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field, .wishlist-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .wishlist-form .yotpo-new-review-star-rating,
  .wishlist-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .wishlist-form .yotpo-new-review-content,
  .wishlist-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .wishlist-form .yotpo-new-review-headline, .wishlist-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .wishlist-form .yotpo-new-review-name,
  .wishlist-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .wishlist-form .yotpo-new-review-email, .wishlist-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .wishlist-form .yotpo-question-content, .wishlist-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .wishlist-form .yotpo-question-content, .wishlist-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .wishlist-form .yotpo-question-content, .wishlist-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .wishlist-form .yotpo-question-content, .wishlist-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-name, .wishlist-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-email, .wishlist-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-name, .wishlist-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-email, .wishlist-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-name, .wishlist-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-email, .wishlist-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-name, .wishlist-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-email, .wishlist-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .wishlist-form .yotpo-question-content, .wishlist-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .wishlist-form .yotpo-question-content, .wishlist-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-name, .wishlist-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-email, .wishlist-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-name, .wishlist-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .wishlist-form .yotpo-question-email {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #c98500; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 768px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e1e1e1;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button, .paymentMethod #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .paymentMethod button, .paymentMethod body .snize-ac-results .snize-view-all-link, body .snize-ac-results .paymentMethod .snize-view-all-link, .paymentMethod body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .paymentMethod .snize-popular-suggestions-view-all-products-text, .paymentMethod body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .paymentMethod div.snize-popular-suggestions-view-all-products-text, .paymentMethod .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .paymentMethod .snize-button,
  .paymentMethod .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .paymentMethod .snize-button, .paymentMethod body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .paymentMethod button.snize-product-filters-show-products, .paymentMethod body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .paymentMethod button.snize-product-filters-reset-all, .paymentMethod .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .paymentMethod .yotpo-new-review-submit, .paymentMethod .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .paymentMethod .yotpo-question-submit {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 18px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 20px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 18px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 768px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field, .paymentMethodForm-column:first-child .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .paymentMethodForm-column:first-child .yotpo-new-review-star-rating,
    .paymentMethodForm-column:first-child .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .paymentMethodForm-column:first-child .yotpo-new-review-content,
    .paymentMethodForm-column:first-child .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .paymentMethodForm-column:first-child .yotpo-new-review-headline, .paymentMethodForm-column:first-child .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-new-review-name,
    .paymentMethodForm-column:first-child .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-new-review-email, .paymentMethodForm-column:first-child .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .paymentMethodForm-column:first-child .yotpo-question-content, .paymentMethodForm-column:first-child .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .paymentMethodForm-column:first-child .yotpo-question-content, .paymentMethodForm-column:first-child .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .paymentMethodForm-column:first-child .yotpo-question-content, .paymentMethodForm-column:first-child .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .paymentMethodForm-column:first-child .yotpo-question-content, .paymentMethodForm-column:first-child .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-name, .paymentMethodForm-column:first-child .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-email, .paymentMethodForm-column:first-child .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-name, .paymentMethodForm-column:first-child .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-email, .paymentMethodForm-column:first-child .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-name, .paymentMethodForm-column:first-child .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-email, .paymentMethodForm-column:first-child .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-name, .paymentMethodForm-column:first-child .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-email, .paymentMethodForm-column:first-child .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .paymentMethodForm-column:first-child .yotpo-question-content, .paymentMethodForm-column:first-child .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .paymentMethodForm-column:first-child .yotpo-question-content, .paymentMethodForm-column:first-child .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-name, .paymentMethodForm-column:first-child .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-email, .paymentMethodForm-column:first-child .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-name, .paymentMethodForm-column:first-child .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .paymentMethodForm-column:first-child .yotpo-question-email {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 768px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #f0f0f0;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input, .manual-captcha-input-container .select2-search--dropdown .select2-search__field, .select2-search--dropdown .manual-captcha-input-container .select2-search__field, .manual-captcha-input-container .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .manual-captcha-input-container textarea, .manual-captcha-input-container .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .manual-captcha-input-container .yotpo-new-input-container, .manual-captcha-input-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .manual-captcha-input-container .yotpo-new-input-container, .manual-captcha-input-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .manual-captcha-input-container textarea {
    flex: 1; }

.skip-to-main-link {
  background: black;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: black;
  border-bottom: 1px solid #e1e1e1;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1023px) {
    .header {
      border-bottom: 1px solid #e1e1e1;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1023px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1023px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1023px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #ed0000; }
    .header-logo__link:active {
      color: #ed0000; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1023px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1023px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1023px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 32px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1023px) {
    .header-logo-image-container {
      min-height: 106px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 1023px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1023px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1023px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 1023px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1023px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1023px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e1e1e1;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: black;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1023px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1023px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 768px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1023px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: black;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: black;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: black;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1023px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: black; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1023px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e1e1e1;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 28px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: black;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 20px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1023px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1023px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e1e1e1;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1023px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title, .brandGrid .brand .listItem-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1023px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 768px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1023px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1023px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1023px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1023px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1023px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 768px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 768px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #f0f0f0;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1023px) {
    .listItem-brand {
      font-size: 20px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 20px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1023px) {
    .listItem-title {
      font-size: 24px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1023px) {
    .listItem-price {
      font-size: 24px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 18px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button, .listItem-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .listItem-actions button, .listItem-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .listItem-actions .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button,
.listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .listItem-actions button, .listItem-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .listItem-actions .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button,
    .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .listItem-actions button + .button, .listItem-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .listItem-actions .snize-view-all-link + .button, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .button, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + .button, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .button, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + .button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + .button, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + .button, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + .button, .listItem-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .listItem-actions .button + button, .listItem-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .listItem-actions button + button, .listItem-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .listItem-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .listItem-actions .snize-view-all-link + button, .listItem-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .listItem-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + button, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + button, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + button, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + button, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + button, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + button, .listItem-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .listItem-actions .button + .snize-view-all-link, .listItem-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .listItem-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .listItem-actions button + .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .listItem-actions .snize-view-all-link + .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-view-all-link, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-view-all-link, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .listItem-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + .snize-view-all-link, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .listItem-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + .snize-view-all-link, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + .snize-view-all-link, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + .snize-view-all-link, .listItem-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .button + .snize-popular-suggestions-view-all-products-text, .listItem-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .listItem-actions button + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .listItem-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .button + div.snize-popular-suggestions-view-all-products-text, .listItem-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .listItem-actions button + div.snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .listItem-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .button + .snize-button, .listItem-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .listItem-actions button + .snize-button, .listItem-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .listItem-actions .snize-view-all-link + .snize-button, .listItem-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-button, .listItem-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + .snize-button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + .snize-button, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + .snize-button, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + .snize-button,
      .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .button + .snize-button,
      .listItem-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .listItem-actions button + .snize-button,
      .listItem-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .listItem-actions .snize-view-all-link + .snize-button,
      .listItem-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
      .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
      .listItem-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-button,
      .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .snize-button,
      .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + .snize-button,
      .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + .snize-button,
      .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + .snize-button,
      .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + .snize-button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .button + button.snize-product-filters-show-products, .listItem-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .listItem-actions button + button.snize-product-filters-show-products, .listItem-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .listItem-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .listItem-actions .snize-view-all-link + button.snize-product-filters-show-products, .listItem-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .listItem-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + button.snize-product-filters-show-products, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .button + button.snize-product-filters-reset-all, .listItem-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .listItem-actions button + button.snize-product-filters-reset-all, .listItem-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .listItem-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .listItem-actions .snize-view-all-link + button.snize-product-filters-reset-all, .listItem-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .listItem-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + button.snize-product-filters-reset-all, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + button.snize-product-filters-reset-all, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .button + .yotpo-new-review-submit, .listItem-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .listItem-actions button + .yotpo-new-review-submit, .listItem-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .listItem-actions .snize-view-all-link + .yotpo-new-review-submit, .listItem-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .yotpo-new-review-submit, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .yotpo-new-review-submit, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + .yotpo-new-review-submit, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .button + .yotpo-question-submit, .listItem-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .listItem-actions button + .yotpo-question-submit, .listItem-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .listItem-actions .snize-view-all-link + .yotpo-question-submit, .listItem-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .listItem-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .listItem-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .yotpo-question-submit, .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .snize-button + .yotpo-question-submit, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-show-products + .yotpo-question-submit, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .yotpo-new-review-submit + .yotpo-question-submit, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .yotpo-question-submit + .yotpo-question-submit {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1023px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1023px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1023px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1023px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #ed0000; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: #ed0000; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #ed0000;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: #ed0000; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #ed0000;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: #ed0000; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 50px;
  width: 50px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1023px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1023px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1023px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1023px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1023px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1023px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/*--- [Common] ---*/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1, .fancybox-share .sizeon-content h3, .sizeon-content .fancybox-share h3, .fancybox-share .aboutUs-left h2, .aboutUs-left .fancybox-share h2, .fancybox-share .aboutUs-left .newsletter-content .footer-info-heading, .aboutUs-left .newsletter-content .fancybox-share .footer-info-heading, .fancybox-share .newsletter-content .aboutUs-left .footer-info-heading, .newsletter-content .aboutUs-left .fancybox-share .footer-info-heading, .fancybox-share .aboutUs-left .facet-quick-heading, .aboutUs-left .fancybox-share .facet-quick-heading, .fancybox-share .aboutUs-left .product-highlight-field span, .aboutUs-left .product-highlight-field .fancybox-share span, .fancybox-share .product-highlight-field .aboutUs-left span, .product-highlight-field .aboutUs-left .fancybox-share span {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-button.fancybox-button--play, .fancybox-button.fancybox-button--thumbs {
  display: none; }

/*--- [ MEDIA ] ---*/
/*--- [ COMMON MIXIN ] ---*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }
  body.hasAdminBar .body, body.hasAdminBar [data-content-region="header_bottom--global"], body.hasAdminBar [data-content-region="header_bottom"] {
    margin-top: 0 !important; }
  @media screen and (max-width: 1023px) {
    body.snize-instant-widget-is-open {
      overflow: hidden; } }

/*--- [ Typography ]---*/
h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span,
h2,
.newsletter-content .footer-info-heading,
.facet-quick-heading,
.product-highlight-field span,
h3,
h4,
.responsive-tab-title a,
h5,
h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title {
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem; }

h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
  font-size: 48px; }
  @media screen and (max-width: 1023px) {
    h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    h1, .sizeon-content h3, .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
      font-size: 32px; } }


h2,
.newsletter-content .footer-info-heading,
.facet-quick-heading,
.product-highlight-field span {
  font-size: 32px; }
  @media screen and (max-width: 1023px) {
    
    h2,
    .newsletter-content .footer-info-heading,
    .facet-quick-heading,
    .product-highlight-field span {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    
    h2,
    .newsletter-content .footer-info-heading,
    .facet-quick-heading,
    .product-highlight-field span {
      font-size: 28px; } }

h3 {
  font-size: 28px; }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 24px; } }


h4,
.responsive-tab-title a {
  font-size: 24px; }
  @media screen and (max-width: 1023px) {
    
    h4,
    .responsive-tab-title a {
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    
    h4,
    .responsive-tab-title a {
      font-size: 20px; } }

h5 {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 18px; } }


h6,
.categories-inner h2,
.categories-inner .newsletter-content .footer-info-heading,
.newsletter-content .categories-inner .footer-info-heading,
.categories-inner .facet-quick-heading,
.categories-inner .product-highlight-field span,
.product-highlight-field .categories-inner span,
.faq-que,
.location-tab-title {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    
    h6,
    .categories-inner h2,
    .categories-inner .newsletter-content .footer-info-heading,
    .newsletter-content .categories-inner .footer-info-heading,
    .categories-inner .facet-quick-heading,
    .categories-inner .product-highlight-field span,
    .product-highlight-field .categories-inner span,
    .faq-que,
    .location-tab-title {
      font-size: 16px; } }

p {
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 767px) {
    p {
      margin-bottom: 20px; } }

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    a .icon svg {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }

/*--- [Common Classes] ---*/
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-v-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-direction {
  flex-direction: column;
  -webkit-flex-direction: column; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*--- [Common Font] ---*/
.fs-18, .promotion-content p, .earnSave-content p, .sizeon-content p, .aboutUs-left p, .ratting-card p, .ratting-author {
  font-size: 1.8rem;
  line-height: 1.5; }

.small-text {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .small-text {
      font-size: 8px;
      margin-bottom: 12px; } }

/*--- [Common Space] ---*/
.mb-100, .categories-section, .earnSave-banner, .popularBrand-section, .sizeon-banner, .byGoal-section, .productView {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1023px) {
    .mb-100, .categories-section, .earnSave-banner, .popularBrand-section, .sizeon-banner, .byGoal-section, .productView {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .mb-100, .categories-section, .earnSave-banner, .popularBrand-section, .sizeon-banner, .byGoal-section, .productView {
      margin-bottom: 40px; } }

.ptb-100, .custome-product-section, .product-carousel {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media screen and (max-width: 1023px) {
    .ptb-100, .custome-product-section, .product-carousel {
      padding-top: 60px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .ptb-100, .custome-product-section, .product-carousel {
      padding-top: 40px;
      padding-bottom: 20px; } }

.plr-30, .productView-details.product-data, .productView-details [data-product-option-change], .productView-info-bulkPricing-inner, .bulk-discount-section {
  padding-left: 3rem;
  padding-right: 3rem; }
  @media screen and (max-width: 1279px) {
    .plr-30, .productView-details.product-data, .productView-details [data-product-option-change], .productView-info-bulkPricing-inner, .bulk-discount-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1023px) {
    .plr-30, .productView-details.product-data, .productView-details [data-product-option-change], .productView-info-bulkPricing-inner, .bulk-discount-section {
      padding-left: 0;
      padding-right: 0; } }

/*--- [List Style] ---*/
ol {
  margin-left: 2.6rem;
  margin-bottom: 2.4rem; }
  ol li {
    padding-left: 0.6rem; }

.page-content ul:not(.list-none):not(.select2-results__options), .product-info-content ul:not(.list-none):not(.select2-results__options), .blog-post ul:not(.list-none):not(.select2-results__options), .sitemap-list li ul:not(.list-none):not(.select2-results__options) {
  margin-left: 1.1rem;
  list-style: none;
  margin-bottom: 2.4rem; }
  .page-content ul:not(.list-none):not(.select2-results__options) li, .product-info-content ul:not(.list-none):not(.select2-results__options) li, .blog-post ul:not(.list-none):not(.select2-results__options) li, .sitemap-list li ul:not(.list-none):not(.select2-results__options) li {
    position: relative;
    padding-left: 1.5rem; }
    .page-content ul:not(.list-none):not(.select2-results__options) li::before, .product-info-content ul:not(.list-none):not(.select2-results__options) li::before, .blog-post ul:not(.list-none):not(.select2-results__options) li::before, .sitemap-list li ul:not(.list-none):not(.select2-results__options) li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.9rem;
      height: 0.4rem;
      width: 0.4rem;
      border-radius: 50%;
      background-color: black; }

.col, .sub-categories-card {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (max-width: 767px) {
    .col, .sub-categories-card {
      padding-left: 5px;
      padding-right: 5px; } }

.row, .sub-categories-list {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 767px) {
    .row, .sub-categories-list {
      margin-left: -5px;
      margin-right: -5px; } }

/*--- [Table] ---*/
.table {
  margin-top: 0;
  margin-bottom: 3rem;
  border: 0; }
  .table thead {
    background: none; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1.6rem;
      padding-top: 0;
      padding-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        .table thead tr th,
        .table thead tr td {
          font-size: 1.5rem; } }
  .table tr th,
  .table tr td {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border: 0; }
    @media screen and (max-width: 767px) {
      .table tr th,
      .table tr td {
        font-size: 1.5rem; } }
  .table tbody {
    border-top: 0.1rem solid #e1e1e1; }
    .table tbody tr {
      border-bottom: 0.1rem solid #e1e1e1; }
  @media screen and (max-width: 767px) {
    .table-actions .button--small {
      margin-bottom: 0.5rem; } }

/*--- [Common class] ---*/
.page-bg, .pdp-pickup, .product-carousel {
  background-color: #f7f7f7; }

.color-primary {
  color: #ed0000; }

/*--- [Background Image] ---*/
.background-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.body {
  margin: 0; }

.hasAdminBar .body {
  margin-top: 0 !important; }

.page {
  margin: 0; }
  .page-content {
    min-height: 25rem; }
  .page-content--centered {
    padding: 0; }

.container {
  max-width: Min(140rem, 95.31%);
  width: 100%;
  padding: 0; }
  @media screen and (max-width: 1279px) {
    .container {
      max-width: 100%;
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 1023px) {
    .container {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }
  .container-fluid {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .container-fluid {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        padding-left: 0;
        padding-right: 0; } }
  .container-slider, .productCarousel, .categories-section, .byGoal-section {
    max-width: 100%;
    width: 100%;
    padding-left: calc(3rem + 11.77%);
    padding-right: calc(3rem + 11.77%);
    overflow: hidden; }
    @media only screen and (max-width: 1599px) {
      .container-slider, .productCarousel, .categories-section, .byGoal-section {
        padding-right: calc(30px + 5.07%);
        padding-left: calc(30px + 5.07%); } }
    @media screen and (max-width: 1279px) {
      .container-slider, .productCarousel, .categories-section, .byGoal-section {
        padding-right: 60px;
        padding-left: 60px; } }
    @media screen and (max-width: 1023px) {
      .container-slider, .productCarousel, .categories-section, .byGoal-section {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .container-slider, .productCarousel, .categories-section, .byGoal-section {
        padding-right: 10px;
        padding-left: 10px; } }

.custom-row {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 767px) {
    .custom-row {
      margin-left: -5px;
      margin-right: -5px; } }

.grid {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (max-width: 767px) {
    .grid {
      padding-left: 5px;
      padding-right: 5px; } }

*:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
input:focus + label,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus,
input:focus + label, .form-checkbox + .form-label, .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label,
.form-radio + .form-label,
.form-radio + #InStockNotifyOutOfStock,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label {
  outline: none !important; }

textarea {
  resize: none; }

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #666666 !important; }

.form-field, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating,
.yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content,
.yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name,
.yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
  margin-bottom: 3rem; }

.form-label, #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.5rem;
  cursor: default; }
  .form-label--alternate {
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .form-label small, #InStockNotifyOutOfStock small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label small {
    font-size: 1rem;
    margin-top: 0.2rem; }

.form-input, .select2-search--dropdown .select2-search__field, .cart-total .select2-search--dropdown .select2-search__field, .estimator-form-input .form-input, .coupon-form .form-input, .cart-gift-certificate-form .form-input, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .form-select {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  line-height: 1;
  padding: 1.3rem 2rem 1.2rem;
  height: auto;
  border-radius: 1rem; }
  .form-input:disabled, .select2-search--dropdown .select2-search__field:disabled, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea:disabled, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container:disabled, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container:disabled, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea:disabled, .form-select:disabled {
    color: #666666; }

.form-select {
  padding: 1.4rem 3rem 1.3rem 2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 1L4 4L7 1" stroke="black" stroke-width="1.5"/></svg>');
  background-size: 1rem 0.6rem;
  background-position: right 1.8rem center; }

.form-prefixPostfix .button, .form-prefixPostfix #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-prefixPostfix button, .form-prefixPostfix body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-prefixPostfix .snize-view-all-link, .form-prefixPostfix body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-prefixPostfix .snize-popular-suggestions-view-all-products-text, .form-prefixPostfix body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-prefixPostfix div.snize-popular-suggestions-view-all-products-text, .form-prefixPostfix .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button,
.form-prefixPostfix .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-prefixPostfix .snize-button, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-show-products, .form-prefixPostfix body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-prefixPostfix button.snize-product-filters-reset-all, .form-prefixPostfix .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-prefixPostfix .yotpo-new-review-submit, .form-prefixPostfix .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-prefixPostfix .yotpo-question-submit {
  height: auto; }

.form-inlineMessage {
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 0.6rem; }

.form-field--error .form-inlineMessage::before {
  width: 1rem;
  height: 1rem;
  top: 0.1rem; }

.form-row, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 767px) {
    .form-row, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper {
      margin-left: -5px;
      margin-right: -5px; } }
  .form-row .form-field, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-field, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating,
  .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-content,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
  .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-headline,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline, .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name,
  .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row .yotpo-new-review-email,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
  .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media screen and (max-width: 767px) {
      .form-row .form-field, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-field, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field, .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-star-rating,
      .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-content,
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-content,
      .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
      .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
      .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
      .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
      .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
      .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-content,
      .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-row .yotpo-new-review-headline,
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
      .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
      .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
      .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
      .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
      .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline,
      .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-headline, .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-name,
      .form-row .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-row .yotpo-new-review-email,
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email,
      .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
      .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
      .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
      .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
      .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email,
      .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-new-review-email, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-row .yotpo-question-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-content, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .form-row .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-row .yotpo-question-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
        padding-left: 5px;
        padding-right: 5px; } }

.form-column {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (max-width: 767px) {
    .form-column {
      padding-left: 5px;
      padding-right: 5px; } }

::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #666666 !important;
  opacity: 1; }

::-ms-input-placeholder {
  color: #666666 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #666666 !important;
  opacity: 1; }


.form-field--success .form-radio + .form-label::before,
.form-field--success .form-radio + #InStockNotifyOutOfStock::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--success .form-radio + .yotpo-form-label::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .form-radio + .yotpo-form-label::before,
.form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .form-radio + .yotpo-form-label::before {
  border-color: #e1e1e1; }


.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-checkbox + #InStockNotifyOutOfStock::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-field--success .form-checkbox + .yotpo-form-label::before,
.form-field--success .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-field--success .form-checkbox + .yotpo-form-label::before,
.form-field--success .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-field--success .form-checkbox + .yotpo-form-label::before {
  border-color: black; }

.form-checkbox + .form-label, .form-checkbox + #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label {
  font-size: 1.1rem;
  padding-left: 2.2rem; }
  .form-checkbox + .form-label::before, .form-checkbox + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::before {
    content: " ";
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    border-color: #e1e1e1;
    border-radius: 0.4rem;
    top: -0.2rem; }
  .form-checkbox + .form-label::after, .form-checkbox + #InStockNotifyOutOfStock::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox + .yotpo-form-label::after {
    content: " ";
    position: absolute;
    left: 0.3rem;
    top: 0.2rem;
    width: 0.8rem;
    height: 0.6rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="white"/></svg>');
    background-position: 100%; }

.form-checkbox:checked + .form-label::before, .form-checkbox:checked + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-checkbox:checked + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-checkbox:checked + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-checkbox:checked + .yotpo-form-label::before {
  border-color: black;
  background-color: black; }


.form-radio + .form-label,
.form-radio + #InStockNotifyOutOfStock,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label,
.yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  padding-left: 2.2rem; }
  
  .form-radio + .form-label::before,
  .form-radio + #InStockNotifyOutOfStock::before,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::before,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::before {
    content: " ";
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    border: 0.1rem solid #e1e1e1;
    border-radius: 50%;
    top: -0.2rem; }
  
  .form-radio + .form-label::after,
  .form-radio + #InStockNotifyOutOfStock::after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label::after,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label::after {
    content: " ";
    position: absolute;
    height: 0.8rem;
    width: 0.8rem;
    background-color: black;
    border-radius: 50%;
    top: 0.1rem;
    left: 0.3rem;
    margin: 0;
    border: 0; }

.form-radio:checked + .form-label::before, .form-radio:checked + #InStockNotifyOutOfStock::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio:checked + .yotpo-form-label::before, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio:checked + .yotpo-form-label::before, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio:checked + .yotpo-form-label::before {
  border-color: black; }

.button, #consent-manager .css-1wn42nw button, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
.snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-color: black;
  padding: 1.4rem 4.9rem 1.2rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  margin: 0;
  height: auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .button, #consent-manager .css-1wn42nw button, body .snize-ac-results .snize-view-all-link, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit {
      font-size: 12px;
      padding-top: 12px;
      padding-bottom: 11px; } }
  .button:hover, #consent-manager .css-1wn42nw button:hover, body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:hover, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover {
    background-color: #ed0000; }
  .button:active, #consent-manager .css-1wn42nw button:active, body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:active, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:active,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:active, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:active, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:active, .button:focus, #consent-manager .css-1wn42nw button:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:focus, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:focus {
    background-color: #ed0000; }
  @media screen and (max-width: 1023px) {
    .button:focus, #consent-manager .css-1wn42nw button:focus, body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text:focus, .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:focus {
      border-color: black;
      background-color: black; } }
  .button--primary, #consent-manager .css-1wn42nw button:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all {
    background-color: #ed0000; }
    .button--primary:hover, #consent-manager .css-1wn42nw button:hover:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover {
      background-color: black; }
    .button--primary:active, #consent-manager .css-1wn42nw button:active:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:active,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:active, .button--primary:focus, #consent-manager .css-1wn42nw button:focus:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus {
      background-color: black; }
    @media screen and (max-width: 1023px) {
      .button--primary:focus, #consent-manager .css-1wn42nw button:focus:nth-child(even), .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus,
      .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus {
        border-color: #ed0000;
        background-color: #ed0000; } }
  @media screen and (max-width: 767px) {
    .button-small {
      padding: 9px 37px 8px; } }

.mac-os .button, .mac-os #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .mac-os button, .mac-os body .snize-ac-results .snize-view-all-link, body .snize-ac-results .mac-os .snize-view-all-link, .mac-os body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .mac-os .snize-popular-suggestions-view-all-products-text, .mac-os body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .mac-os div.snize-popular-suggestions-view-all-products-text, .mac-os .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .mac-os .snize-button,
.mac-os .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .mac-os .snize-button, .mac-os body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .mac-os button.snize-product-filters-show-products, .mac-os body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .mac-os button.snize-product-filters-reset-all, .mac-os .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .mac-os .yotpo-new-review-submit, .mac-os .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .mac-os .yotpo-question-submit {
  padding-top: 1.3rem; }
  @media screen and (max-width: 767px) {
    .mac-os .button, .mac-os #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .mac-os button, .mac-os body .snize-ac-results .snize-view-all-link, body .snize-ac-results .mac-os .snize-view-all-link, .mac-os body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .mac-os .snize-popular-suggestions-view-all-products-text, .mac-os body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .mac-os div.snize-popular-suggestions-view-all-products-text, .mac-os .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .mac-os .snize-button,
    .mac-os .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .mac-os .snize-button, .mac-os body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .mac-os button.snize-product-filters-show-products, .mac-os body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .mac-os button.snize-product-filters-reset-all, .mac-os .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .mac-os .yotpo-new-review-submit, .mac-os .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .mac-os .yotpo-question-submit {
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media screen and (max-width: 767px) {
    .mac-os .button-small {
      padding-top: 8px;
      padding-bottom: 8px; } }

.alertBox {
  font-size: 1.4rem; }

.modal--alert .modal-content {
  font-size: 1.6rem; }

.modal--alert .button-container .confirm.button, .modal--alert .button-container #consent-manager .css-1wn42nw button.confirm, #consent-manager .css-1wn42nw .modal--alert .button-container button.confirm, .modal--alert .button-container body .snize-ac-results .confirm.snize-view-all-link, body .snize-ac-results .modal--alert .button-container .confirm.snize-view-all-link, .modal--alert .button-container body .snize-ac-results .snize-nothing-found .confirm.snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .modal--alert .button-container .confirm.snize-popular-suggestions-view-all-products-text, .modal--alert .button-container .cate-page #snize-search-results-grid-mode li.snize-product .confirm.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .modal--alert .button-container .confirm.snize-button,
.modal--alert .button-container .snize-results-page #snize-search-results-grid-mode li.snize-product .confirm.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .modal--alert .button-container .confirm.snize-button, .modal--alert .button-container body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.confirm.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal--alert .button-container button.confirm.snize-product-filters-show-products, .modal--alert .button-container body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.confirm.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal--alert .button-container button.confirm.snize-product-filters-reset-all, .modal--alert .button-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .confirm.yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .modal--alert .button-container .confirm.yotpo-new-review-submit, .modal--alert .button-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .confirm.yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .modal--alert .button-container .confirm.yotpo-question-submit {
  border-color: #ed0000;
  background-color: #ed0000; }
  .modal--alert .button-container .confirm.button:hover, .modal--alert .button-container #consent-manager .css-1wn42nw button.confirm:hover, #consent-manager .css-1wn42nw .modal--alert .button-container button.confirm:hover, .modal--alert .button-container body .snize-ac-results .confirm.snize-view-all-link:hover, body .snize-ac-results .modal--alert .button-container .confirm.snize-view-all-link:hover, .modal--alert .button-container body .snize-ac-results .snize-nothing-found .confirm.snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .modal--alert .button-container .confirm.snize-popular-suggestions-view-all-products-text:hover, .modal--alert .button-container .cate-page #snize-search-results-grid-mode li.snize-product .confirm.snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .modal--alert .button-container .confirm.snize-button:hover,
  .modal--alert .button-container .snize-results-page #snize-search-results-grid-mode li.snize-product .confirm.snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .modal--alert .button-container .confirm.snize-button:hover, .modal--alert .button-container body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.confirm.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal--alert .button-container button.confirm.snize-product-filters-show-products:hover, .modal--alert .button-container body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.confirm.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .modal--alert .button-container button.confirm.snize-product-filters-reset-all:hover, .modal--alert .button-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .confirm.yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .modal--alert .button-container .confirm.yotpo-new-review-submit:hover, .modal--alert .button-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .confirm.yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .modal--alert .button-container .confirm.yotpo-question-submit:hover {
    border-color: black;
    background-color: black; }

.select2 {
  width: 100% !important; }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
  .select2-search--dropdown {
    display: block;
    padding: .5rem 1rem; }
    .select2-search--dropdown .select2-search__field, .cart-total .select2-search--dropdown .select2-search__field {
      width: 100%;
      box-sizing: border-box;
      height: auto; }
      .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button, .cart-total .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
      display: none; }
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-width: 21rem; }
    .select2-container.select-disabled {
      pointer-events: none;
      -webkit-filter: opacity(0.7) grayscale(1);
      filter: opacity(0.7) grayscale(1); }
    .select2-container--open .select2-dropdown {
      left: 0; }
      .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
        border-radius: 1rem;
        overflow: hidden; }
    .select2-container--default .select2-results__option--selected {
      background-color: #ed0000;
      color: white; }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      background-color: #ed0000;
      color: white; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      height: 26px;
      margin-right: 20px;
      padding-right: 0px; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0.4rem;
      width: 4rem;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: .5rem;
        width: .9rem;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 1L4 4L7 1" stroke="black" stroke-width="1.5"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center; }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
      float: left; }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
      left: 1px;
      right: auto; }
    .select2-container--default.select2-container--disabled .select2-selection--single {
      background-color: #eee;
      cursor: default; }
      .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none; }
      .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
        transform: rotate(180deg); }
    .select2-container .select2-selection--single {
      background-repeat: no-repeat;
      background-size: 1.6rem auto;
      background-position: right 1rem center;
      line-height: 1.5;
      padding: 1.4rem 3rem 1.3rem 2rem;
      border: 0.1rem solid #e1e1e1;
      color: black;
      outline: none;
      display: block;
      background-color: transparent;
      font-size: 1.1rem;
      line-height: 1;
      font-weight: 400;
      border-radius: 1rem;
      cursor: pointer; }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        padding-right: 20px; }
      .select2-container .select2-selection--single .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 14px; }
    .select2-container .select2-selection--multiple {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      min-height: 32px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline;
        list-style: none;
        padding: 0; }
      .select2-container .select2-selection--multiple .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 14px; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: 1px solid rgba(200, 207, 217, 0.5);
      font-size: 100%;
      margin-top: 5px;
      margin-left: 5px;
      padding: 0;
      max-width: 100%;
      resize: none;
      height: 18px;
      vertical-align: bottom;
      font-family: sans-serif;
      overflow: hidden;
      word-break: keep-all; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9;
    min-width: 100px;
    text-align: left;
    border-radius: 0px; }
  .select2-results {
    display: block;
    max-height: 250px;
    overflow: auto;
    border-radius: 0px;
    width: 100%; }
    .select2-results__options {
      list-style: none;
      margin: 0;
      margin-left: 0px !important;
      padding: 0;
      color: black; }
      .select2-results__options li {
        margin: 0; }
        .select2-results__options li:before {
          display: none; }
    .select2-results__option {
      padding: 1.3rem 2rem 1.2rem !important;
      user-select: none;
      -webkit-user-select: none;
      font-size: 1.1rem;
      line-height: 1; }
    .select2-results--selectable {
      cursor: pointer; }

/*--- [Carousel] ---*/
.carousel-tooltip {
  display: none !important; }

.slick-arrow {
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .slick-arrow::before {
    display: none;
    margin: 0; }
  .slick-arrow:hover .icon svg {
    fill: #ed0000; }
  .slick-arrow.slick-disabled .icon svg {
    fill: black; }

.slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.slick-dots {
  font-size: 0;
  position: static; }
  .slick-dots li {
    background: none;
    width: 9px;
    height: 3px;
    padding: 0;
    margin-right: 5px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li.slick-active button {
      background-color: #ed0000; }
    .slick-dots li button {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 2px;
      background-color: rgba(0, 0, 0, 0.16); }
      .slick-dots li button::before {
        display: none; }

/*--- [Hero Carousel] ---*/
.heroCarousel {
  margin-top: 0;
  margin-bottom: 2.1rem; }
  @media screen and (max-width: 1023px) {
    .heroCarousel {
      background-color: #f7f7f7; } }
  @media screen and (max-width: 1023px) {
    .heroCarousel.slick-dotted.slick-slider {
      margin-bottom: 28px; } }
  @media screen and (max-width: 767px) {
    .heroCarousel.slick-dotted.slick-slider {
      margin-bottom: 18px; } }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 69.2rem;
    max-height: 36.042vw;
    min-height: 450px; }
    @media screen and (max-width: 767px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 70.05vw;
        min-height: 290px; } }
  @media screen and (max-width: 1279px) {
    .heroCarousel-slide.stretch .heroCarousel-image {
      object-position: right; } }
  .heroCarousel-content {
    text-align: left;
    background: transparent;
    padding: 0;
    max-width: 62.4rem;
    width: 100%;
    max-height: 100%;
    margin-left: 14.6rem;
    margin-right: 14.6rem;
    overflow: hidden;
    opacity: 0; }
    @media screen and (max-width: 1279px) {
      .heroCarousel-content {
        margin-left: 100px;
        margin-right: 100px;
        max-width: 520px; } }
    @media screen and (max-width: 1023px) {
      .heroCarousel-content {
        position: static;
        transform: none;
        text-align: center;
        padding: 36px 20px 40px;
        margin: auto;
        max-width: 440px; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content {
        max-width: 360px; } }
  .heroCarousel-title {
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 1279px) {
      .heroCarousel-title {
        font-size: 48px; } }
    @media screen and (max-width: 1023px) {
      .heroCarousel-title {
        font-size: 40px;
        color: black;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-title {
        font-size: 32px;
        margin-bottom: 10px;
        max-width: 420px; } }
    .heroCarousel-title span {
      display: block;
      font-size: 2rem;
      line-height: 1.5;
      font-weight: 500;
      margin-bottom: 1.6rem;
      letter-spacing: 0.07em;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 1279px) {
        .heroCarousel-title span {
          font-size: 18px; } }
      @media screen and (max-width: 1023px) {
        .heroCarousel-title span {
          font-size: 16px;
          color: #ed0000; } }
      @media screen and (max-width: 767px) {
        .heroCarousel-title span {
          font-size: 12px;
          margin-bottom: 13px; } }
  .heroCarousel-description {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 4.2rem; }
    @media screen and (max-width: 1279px) {
      .heroCarousel-description {
        font-size: 18px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 1023px) {
      .heroCarousel-description {
        font-size: 16px;
        color: black; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-description {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto; } }
  .heroCarousel-action {
    color: black;
    border-color: white;
    background-color: white; }
    .heroCarousel-action:active, .heroCarousel-action:focus {
      color: black;
      border-color: white;
      background-color: white; }
    @media screen and (max-width: 1023px) {
      .heroCarousel-action {
        color: white;
        border-color: #ed0000;
        background-color: #ed0000; }
        .heroCarousel-action:hover {
          border-color: black;
          background-color: black; } }
  .heroCarousel.slick-initialized {
    max-height: 100%; }
  .heroCarousel .slick-arrow {
    width: 4rem;
    height: 6rem;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, 0.11); }
    .heroCarousel .slick-arrow:hover {
      background-color: #ed0000; }
    .heroCarousel .slick-arrow .icon {
      width: 0.7rem;
      height: 2rem; }
      .heroCarousel .slick-arrow .icon svg {
        fill: white; }
  .heroCarousel .slick-prev {
    left: 4rem; }
    @media screen and (max-width: 1279px) {
      .heroCarousel .slick-prev {
        left: 20px; } }
  .heroCarousel .slick-next {
    right: 4rem; }
    @media screen and (max-width: 1279px) {
      .heroCarousel .slick-next {
        right: 20px; } }
  .heroCarousel .slick-active .heroCarousel-content {
    opacity: 1; }
  .heroCarousel .slick-active .heroCarousel-title {
    animation-name: fadeInSlideUp;
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-fill-mode: both; }
  .heroCarousel .slick-active .heroCarousel-description {
    animation-name: fadeInSlideUp;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: both; }
  .heroCarousel .slick-active .heroCarousel-action {
    animation-name: fadeInSlideUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both; }
  .heroCarousel .slick-dots {
    padding-bottom: 40px; }
    .heroCarousel .slick-dots li {
      background: none; }

/*--- [Swiper Slider] ---*/
.swiper.swiper-initialized {
  padding-bottom: 8.7rem; }
  @media screen and (max-width: 1023px) {
    .swiper.swiper-initialized {
      padding-bottom: 0; } }

.swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/*--- [Scrollbar] ---*/
@media screen and (max-width: 1023px) {
  .swiper-scrollbar {
    display: none; } }

.swiper-scrollbar.swiper-scrollbar-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 0.2rem;
  background-color: #e1e1e1;
  border-radius: 0.5rem;
  margin: 0.1rem 0; }
  @media screen and (max-width: 1023px) {
    .swiper-scrollbar.swiper-scrollbar-horizontal {
      display: none; } }
  .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background-color: black;
    height: 0.4rem;
    border-radius: 0.5rem;
    cursor: pointer; }
    .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag:hover {
      background-color: #ed0000; }

/*--- [Product Carousel] ---*/
.productCarousel {
  min-width: auto;
  margin-left: 0;
  margin-right: 0; }
  .productCarousel .wishlistbtn {
    display: none; }
  .productCarousel .swiper {
    margin-left: -1rem;
    margin-right: -1rem; }
    @media screen and (max-width: 767px) {
      .productCarousel .swiper {
        margin-left: -5px;
        margin-right: -5px; } }
    @media screen and (max-width: 1023px) {
      .productCarousel .swiper {
        padding-bottom: 20px; } }
    .productCarousel .swiper.swiper-initialized {
      overflow: visible; }
      .productCarousel .swiper.swiper-initialized .swiper-slide {
        display: block;
        height: auto;
        width: 18.49vw; }
        @media only screen and (max-width: 1599px) {
          .productCarousel .swiper.swiper-initialized .swiper-slide {
            width: 340px; } }
        @media screen and (max-width: 1023px) {
          .productCarousel .swiper.swiper-initialized .swiper-slide {
            width: 280px; } }
        @media screen and (max-width: 767px) {
          .productCarousel .swiper.swiper-initialized .swiper-slide {
            width: 180px; } }
        .productCarousel .swiper.swiper-initialized .swiper-slide:first-child {
          margin-left: auto; }
        .productCarousel .swiper.swiper-initialized .swiper-slide:last-child {
          margin-right: auto; }
  .productCarousel-slide {
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
    display: none; }
    @media screen and (max-width: 767px) {
      .productCarousel-slide {
        padding-left: 5px;
        padding-right: 5px; } }
    .productCarousel-slide:nth-child(-n + 4) {
      display: block; }
    .productCarousel-slide:first-child {
      margin-left: auto; }
    .productCarousel-slide:last-child {
      margin-right: auto; }
    .productCarousel-slide.swiper-slide {
      width: 25%; }
      @media screen and (max-width: 1023px) {
        .productCarousel-slide.swiper-slide {
          width: 33.33%; } }
      @media screen and (max-width: 767px) {
        .productCarousel-slide.swiper-slide {
          width: 50%; } }
  @media screen and (max-width: 767px) {
    .productCarousel .card-figure {
      padding-bottom: 14px; } }
  .productCarousel .card-image {
    width: 10.417vw; }
    @media only screen and (max-width: 1599px) {
      .productCarousel .card-image {
        width: 20rem; } }
    @media screen and (max-width: 1279px) {
      .productCarousel .card-image {
        width: 15rem; } }
    @media screen and (max-width: 767px) {
      .productCarousel .card-image {
        width: 102px; } }
  @media screen and (max-width: 767px) {
    .productCarousel .card-color-options {
      margin-bottom: 6px; } }
  @media screen and (max-width: 767px) {
    .productCarousel .card-brand-ratting {
      margin-bottom: 6px; } }
  @media screen and (max-width: 767px) {
    .productCarousel .card-brand-ratting .card-text {
      font-size: 7px; } }
  @media screen and (max-width: 767px) {
    .productCarousel .card-title, .productCarousel .listItem-title {
      font-size: 10px;
      margin-bottom: 6px; } }
  @media screen and (max-width: 767px) {
    .productCarousel .card-text .price-section {
      font-size: 11px; } }
  @media screen and (max-width: 1023px) {
    .productCarousel .card-single-color {
      margin-right: 4px;
      width: calc(16.67% - 4px); } }
  @media screen and (max-width: 1023px) {
    .productCarousel .card-color-image, .productCarousel .card-color-box {
      padding: 3px; } }
  .productCarousel .price-compare-row .card-text {
    width: 100%; }
  .productCarousel .badge-wrap {
    width: 80%; }

/*--- [Modal] ---*/
.modal {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem; }
  .modal-header {
    padding: 2rem 6rem 1.8rem; }
    @media screen and (max-width: 767px) {
      .modal-header {
        padding: 2rem 4rem 1.8rem; } }
    .modal-header-title {
      font-size: 2.8rem; }
      @media screen and (max-width: 767px) {
        .modal-header-title {
          font-size: 20px; } }
  .modal-close {
    width: 1.2rem;
    height: 1.2rem;
    top: 2.6rem;
    right: 2rem; }
    @media screen and (max-width: 767px) {
      .modal-close {
        width: 10px;
        height: 10px;
        top: 25px; } }
    .modal-close:hover .icon svg {
      fill: #ed0000; }
    .modal-close .icon {
      display: block;
      height: 100%;
      width: 100%; }
    .modal-close::after, .modal-close::before {
      display: none !important; }
  .modal--large {
    width: 150rem; }
    .modal--large .modal-close {
      top: 2rem;
      right: 2.4rem; }

/*---[Pagination] ---*/
.pagination-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  position: relative;
  margin-bottom: 0; }
  .pagination-list .pagination-item {
    border: 0;
    margin: 0;
    padding: 0 0.5rem 2rem; }
    @media screen and (max-width: 1023px) {
      .pagination-list .pagination-item {
        display: none;
        list-style: none; } }
    .pagination-list .pagination-itemli {
      padding: 0; }
    @media screen and (max-width: 767px) {
      .pagination-list .pagination-item {
        padding: 0 0.5rem 0rem; } }
    .pagination-list .pagination-item::before {
      display: none; }
    .pagination-list .pagination-item.pagination-item--current .pagination-link {
      color: white;
      background-color: black; }
    .pagination-list .pagination-item.pagination-item-mobile {
      display: none; }
      @media screen and (max-width: 1023px) {
        .pagination-list .pagination-item.pagination-item-mobile {
          font-size: 1.6rem;
          line-height: 1.6rem;
          font-weight: 700;
          display: block; } }
      .pagination-list .pagination-item.pagination-item-mobile:empty {
        display: none !important; }
    .pagination-list .pagination-item .mobile-pages-count {
      display: inline-block;
      padding-top: 20px; }
    .pagination-list .pagination-item--previous, .pagination-list .pagination-item--next {
      position: absolute;
      top: 0; }
      @media screen and (max-width: 1023px) {
        .pagination-list .pagination-item--previous, .pagination-list .pagination-item--next {
          display: block; } }
      .pagination-list .pagination-item--previous .pagination-link:hover .icon svg, .pagination-list .pagination-item--next .pagination-link:hover .icon svg {
        fill: white; }
      .pagination-list .pagination-item--previous .icon, .pagination-list .pagination-item--next .icon {
        margin: 0;
        width: 0.8rem;
        height: 1.5rem; }
        .pagination-list .pagination-item--previous .icon svg, .pagination-list .pagination-item--next .icon svg {
          fill: black; }
    .pagination-list .pagination-item--previous {
      left: 0; }
    .pagination-list .pagination-item--next {
      right: 0; }
    .pagination-list .pagination-item .pagination-link {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      font-size: 1.6rem;
      line-height: 1;
      font-weight: 700;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      background-color: white;
      color: black;
      height: 5.1rem;
      width: 5.1rem; }
      .pagination-list .pagination-item .pagination-link:hover {
        color: white;
        background-color: black; }

/*--- [Breadcrumb] ---*/
.common-heading-wrap {
  background-color: black;
  padding: 3rem 0 7.4rem;
  margin-bottom: 6rem; }
  @media screen and (max-width: 1023px) {
    .common-heading-wrap {
      margin-bottom: 40px;
      padding: 15px 0 50px; } }
  .common-heading-wrap .page-heading {
    color: white;
    margin-bottom: 0; }
  .common-heading-wrap ol.breadcrumbs {
    margin-bottom: 7rem; }
    @media screen and (max-width: 1023px) {
      .common-heading-wrap ol.breadcrumbs {
        margin-bottom: 50px; } }

ol.breadcrumbs {
  margin-bottom: 3rem;
  display: block; }
  @media screen and (max-width: 1023px) {
    ol.breadcrumbs {
      white-space: nowrap;
      display: block;
      overflow-y: hidden;
      overflow-x: auto; } }

.breadcrumb {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  margin-right: 0; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      font-size: 1.2rem; } }
  .breadcrumb a {
    color: white; }
    .breadcrumb a:hover {
      color: #ed0000; }
  .breadcrumb.is-active .breadcrumb-label {
    font-weight: 400;
    color: white;
    cursor: default; }
  .breadcrumb:not(:first-child)::before {
    content: "/";
    top: 0;
    width: 0;
    height: 0;
    margin: 0 0.6rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 400;
    color: white; }

/*--- [Cookies Banner] ---*/
#consent-manager .css-10z1g2q {
  letter-spacing: normal;
  color: black;
  background-color: #f7f7f7;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

#consent-manager .css-ra9y5f {
  margin-top: 1.6rem; }

#consent-manager .css-bhz559 {
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  #consent-manager .css-1wn42nw {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%; } }

#consent-manager .css-1wn42nw button {
  height: auto; }
  @media screen and (max-width: 767px) {
    #consent-manager .css-1wn42nw button {
      width: 100%; } }
  #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button,
  #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-question-submit {
    margin-left: 0.8rem; }
    @media screen and (max-width: 767px) {
      #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button,
      #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw button + .yotpo-question-submit {
        margin-left: 0;
        margin-top: 0.8rem; } }

.socialLinks__link::after, .socialLinks__link::before {
  display: none !important; }

#consent-manager-update-banner {
  background-color: #ed0000 !important; }

/*--- [Animation] ---*/
@keyframes fadeInOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeInOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes fadeInSliderDown {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@-webkit-keyframes fadeInSliderDown {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@-moz-keyframes fadeInSliderDown {
  0% {
    opacity: 0;
    margin-top: -10px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.8%; } }

@keyframes fadeInSliderOut {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    -moz-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInSliderOut {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    -moz-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; } }

@-moz-keyframes fadeInSliderOut {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    -moz-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; } }

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; } }

@keyframes spin {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.8; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.8; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0.8; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes progrssive {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes progrssive {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-moz-keyframes progrssive {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/* --- [ Common Files ] ---*/
.skip-to-main-link {
  background-color: white; }

.pencil-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #ed0000;
  margin: 0;
  padding-left: 1.9rem;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .pencil-banner {
      border-radius: 0;
      padding: 9px 0 8px; } }
  .pencil-banner span {
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .pencil-banner .icon svg {
    fill: white;
    stroke: none; }
  .pencil-banner-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40%; }
    @media screen and (max-width: 1023px) {
      .pencil-banner-left {
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%; } }
    .pencil-banner-left .icon {
      width: 1.7rem;
      height: 1.2rem;
      margin-right: 0.8rem; }
      @media screen and (max-width: 1023px) {
        .pencil-banner-left .icon {
          width: 13px;
          height: 9px; } }
    .pencil-banner-left span {
      font-size: 1.5rem;
      line-height: normal;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 1023px) {
        .pencil-banner-left span {
          font-size: 10px; } }
  .pencil-banner-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: right;
    justify-content: right;
    width: 60%; }
    @media screen and (max-width: 1023px) {
      .pencil-banner-right {
        display: none; } }
    .pencil-banner-right span, .pencil-banner-right a {
      font-size: 1.2rem;
      line-height: normal;
      font-weight: 500; }
      .pencil-banner-right span a, .pencil-banner-right a a {
        font-weight: 700;
        text-decoration: underline;
        color: white; }
        .pencil-banner-right span a:hover, .pencil-banner-right a a:hover {
          color: black; }
    .pencil-banner-right .icon {
      margin-right: 0.6rem;
      width: 1.4rem;
      height: 1rem; }
    .pencil-banner-right .col, .pencil-banner-right .sub-categories-card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 1.2rem 2.4rem 1.2rem 2rem; }
      .pencil-banner-right .col-store:hover, .pencil-banner-right .col-rewards:hover {
        background-color: rgba(255, 255, 255, 0.2); }
        .pencil-banner-right .col-store:hover .col-link, .pencil-banner-right .col-rewards:hover .col-link {
          transition: all 0.15s ease-in-out; }
      .pencil-banner-right .col-store .icon {
        width: 1rem;
        height: 1.2rem; }
      .pencil-banner-right .col-rewards .icon {
        height: 1.4rem; }

.mobilemenu-search {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobilemenu-search {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }

.mobileMenu-toggle {
  width: 33px;
  height: 33px;
  background-color: #222222;
  border-radius: 50%;
  position: relative;
  padding: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    .mobileMenu-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .mobileMenu-toggle .icon svg {
    fill: white; }
  .mobileMenu-toggle .menu-open {
    display: block;
    width: 13px;
    height: 8px; }
  .mobileMenu-toggle .menu-close {
    display: none;
    width: 10px;
    height: 10px;
    margin-left: -0.5px;
    margin-top: 0.5px; }
  .mobileMenu-toggle.is-open {
    background-color: #ed0000; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
      background-color: white; }
    .mobileMenu-toggle.is-open .menu-open {
      display: none; }
    .mobileMenu-toggle.is-open .menu-close {
      display: block; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    position: static;
    width: 13px;
    height: 2px;
    transform: none;
    background-color: white;
    border-radius: 4px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon + .mobileMenu-toggleIcon {
      margin-top: 3px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      display: none; }

/*--- [header] ---*/
.header {
  padding: 1.6rem 1.5rem 1.3rem 1.5rem;
  border: 0;
  height: auto;
  position: relative;
  /*--- [Logo] ---*/
  /*--- [Sticky] ---*/ }
  @media screen and (max-width: 1023px) {
    .header {
      padding: 0; } }
  .header-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.3rem 1.5rem 0; }
    @media screen and (max-width: 1279px) {
      .header-main {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 1023px) {
      .header-main {
        margin: 0;
        padding: 11px 10px;
        position: relative; } }
  .header-logo {
    margin: 0 3.8rem 0 0;
    height: auto; }
    @media only screen and (max-width: 1599px) {
      .header-logo {
        margin-right: 1.25vw; } }
    @media screen and (max-width: 1023px) {
      .header-logo {
        margin: 0 auto; } }
    .header-logo__link {
      width: auto; }
    .header-logo-image {
      max-height: none; }
      .header-logo-image-container {
        min-height: auto; }
        @media only screen and (max-width: 1599px) {
          .header-logo-image-container {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 270px; } }
        @media screen and (max-width: 1279px) {
          .header-logo-image-container {
            width: 200px; } }
        @media screen and (max-width: 1023px) {
          .header-logo-image-container {
            width: 225px;
            width: 54.348vw; } }
    .header-logo .icon {
      width: 28.7rem;
      height: 5.3rem; }
      @media only screen and (max-width: 1599px) {
        .header-logo .icon {
          width: 270px;
          height: 50px; } }
      @media screen and (max-width: 1279px) {
        .header-logo .icon {
          width: 200px;
          height: 37px; } }
      @media screen and (max-width: 1023px) {
        .header-logo .icon {
          max-width: 287px;
          width: 54.348vw;
          max-height: 53px;
          height: 10vw; } }
  .header--sticky {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    margin: 0;
    background-color: black;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 1599px) {
      .header--sticky {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 1023px) {
      .header--sticky {
        padding: 0; } }
    .header--sticky .pencil-banner {
      display: none; }
    .header--sticky .header-main {
      padding-top: 0;
      padding-bottom: 0; }
      @media screen and (max-width: 1279px) {
        .header--sticky .header-main {
          padding: 0; } }
      @media screen and (max-width: 1023px) {
        .header--sticky .header-main {
          padding: 11px 10px; } }

.search-navlist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.navUser {
  position: static;
  transform: none;
  padding: 0;
  /*--- [NavUser] ---*/ }
  .navUser-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  @media screen and (max-width: 1023px) {
    .navUser-item--account {
      display: none; } }
  .navUser-item--account .navUser-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  @media screen and (max-width: 1023px) {
    .navUser-item--wishlist {
      display: block; } }
  @media screen and (max-width: 1023px) {
    .navUser-item--wishlist .navUser-action {
      margin-left: 0; } }
  .navUser-item--wishlist .navUser-action .icon {
    width: 1.6rem;
    height: 1.3rem; }
    @media screen and (max-width: 1279px) {
      .navUser-item--wishlist .navUser-action .icon {
        width: 14px;
        height: 11px; } }
  .navUser-item--cart {
    position: relative; }
    .navUser-item--cart .navUser-action .icon {
      width: 1.7rem;
      height: 1.8rem; }
      @media screen and (max-width: 1279px) {
        .navUser-item--cart .navUser-action .icon {
          width: 14px;
          height: 15px; } }
    .navUser-item--cart .cart-qty-wrap {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: -0.2rem;
      height: 1.5rem;
      width: 1.5rem;
      background-color: #ed0000; }
      @media only screen and (max-width: 1599px) {
        .navUser-item--cart .cart-qty-wrap {
          top: -4px;
          right: -4px; } }
      @media screen and (max-width: 1023px) {
        .navUser-item--cart .cart-qty-wrap {
          top: -5px;
          right: -6px; } }
    .navUser-item--cart .countPill {
      font-size: 0.9rem;
      line-height: normal;
      font-weight: 500;
      margin: 0;
      height: auto;
      width: auto;
      position: static;
      display: block;
      background: none;
      margin-top: 0.15rem; }
  .navUser-item-cartLabel {
    display: block; }
  .navUser-item--quickSearch {
    display: block; }
    .navUser-item--quickSearch .navUser-action .icon {
      width: 13px;
      height: 13px; }
      .navUser-item--quickSearch .navUser-action .icon-open svg {
        fill: none;
        stroke: white; }
      .navUser-item--quickSearch .navUser-action .icon-close {
        display: none;
        width: 10px;
        height: 10px;
        margin-left: -0.5px;
        margin-top: 0.5px; }
        .navUser-item--quickSearch .navUser-action .icon-close svg {
          fill: white; }
    .navUser-item--quickSearch .navUser-action[aria-expanded="false"] .icon-open {
      display: block; }
    .navUser-item--quickSearch .navUser-action[aria-expanded="false"] .icon-close {
      display: none; }
    .navUser-item--quickSearch .navUser-action[aria-expanded="true"] {
      background-color: #ed0000; }
      .navUser-item--quickSearch .navUser-action[aria-expanded="true"] .icon-open {
        display: none; }
      .navUser-item--quickSearch .navUser-action[aria-expanded="true"] .icon-close {
        display: block; }
  .navUser-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    height: 4.3rem;
    width: 4.3rem;
    border-radius: 50%;
    margin-left: 1.5rem;
    background-color: #222222; }
    @media only screen and (max-width: 1599px) {
      .navUser-action {
        width: 38px;
        height: 38px;
        margin-left: 10px; } }
    @media screen and (max-width: 1279px) {
      .navUser-action {
        width: 33px;
        height: 33px;
        margin-left: 5px; } }
    .navUser-action .icon {
      width: 1.4rem;
      height: 1.6rem;
      margin: 0; }
      @media screen and (max-width: 1279px) {
        .navUser-action .icon {
          width: 12px;
          height: 14px; } }
      .navUser-action .icon svg {
        stroke: none; }

/*--- [Search] ---*/
.quickSearch {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .quickSearch {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .quickSearch {
      top: 0 !important;
      right: 0;
      position: absolute;
      background-color: black;
      padding: 15px 10px 15px 0;
      z-index: 99;
      width: calc(100% - 86px);
      height: 100%; } }
  .quickSearch.f-open-dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .quickSearch.f-open-dropdown .quickSearchResults {
      display: block; }
  .quickSearch .form {
    width: 45rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 1599px) {
      .quickSearch .form {
        width: 300px; } }
    @media screen and (max-width: 1279px) {
      .quickSearch .form {
        width: 260px; } }
    @media screen and (max-width: 1023px) {
      .quickSearch .form {
        width: 100%; } }
    .quickSearch .form-field, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .quickSearch .yotpo-new-review-star-rating,
    .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .quickSearch .yotpo-new-review-content,
    .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .quickSearch .yotpo-new-review-headline, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .quickSearch .yotpo-new-review-name,
    .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .quickSearch .yotpo-new-review-email, .quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content, .quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content, .quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content, .quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content, .quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name, .quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email, .quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name, .quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email, .quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name, .quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email, .quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name, .quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email, .quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content, .quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content, .quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name, .quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email, .quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name, .quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email {
      margin-bottom: 0;
      width: 100%;
      position: relative; }
      .quickSearch .form-field::after, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating::after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .quickSearch .yotpo-new-review-star-rating::after,
      .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content::after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .quickSearch .yotpo-new-review-content::after,
      .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline::after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .quickSearch .yotpo-new-review-headline::after, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name::after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .quickSearch .yotpo-new-review-name::after,
      .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email::after, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .quickSearch .yotpo-new-review-email::after, .quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content::after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content::after, .quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content::after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content::after, .quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content::after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content::after, .quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content::after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content::after, .quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name::after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name::after, .quickSearch .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email::after, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email::after, .quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name::after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name::after, .quickSearch .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email::after, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email::after, .quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name::after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name::after, .quickSearch .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email::after, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email::after, .quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name::after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name::after, .quickSearch .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email::after, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email::after, .quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content::after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content::after, .quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content::after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .quickSearch .yotpo-question-content::after, .quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name::after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name::after, .quickSearch .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email::after, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email::after, .quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name::after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-name::after, .quickSearch .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email::after, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .quickSearch .yotpo-question-email::after {
        content: " ";
        position: absolute;
        height: 1.7rem;
        width: 0.1rem;
        background-color: #f0f0f0;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    .quickSearch .form-input, .quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .quickSearch .select2-search__field, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .quickSearch textarea, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .quickSearch .yotpo-new-input-container, .quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .quickSearch .yotpo-new-input-container, .quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .quickSearch textarea {
      font-size: 1.2rem;
      border: 0;
      padding: 1.5rem 0 1.4rem 2.2rem; }
      @media screen and (max-width: 1279px) {
        .quickSearch .form-input, .quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .quickSearch .select2-search__field, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .quickSearch textarea, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .quickSearch .yotpo-new-input-container, .quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .quickSearch .yotpo-new-input-container, .quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .quickSearch textarea {
          padding-top: 10px;
          padding-bottom: 9px; } }
      @media screen and (max-width: 1023px) {
        .quickSearch .form-input, .quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .quickSearch .select2-search__field, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .quickSearch textarea, .quickSearch .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .quickSearch .yotpo-new-input-container, .quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .quickSearch .yotpo-new-input-container, .quickSearch .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .quickSearch textarea {
          font-size: 11px;
          padding: 10px 0 9px 18px; } }
    .quickSearch .form-fieldset {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      background-color: white;
      border-radius: 10rem;
      overflow: hidden; }

.search-btn {
  padding: 0 2.4rem 0.2rem 1.9rem; }
  @media screen and (max-width: 1279px) {
    .search-btn {
      padding-right: 12px;
      padding-left: 8px; } }
  @media screen and (max-width: 1023px) {
    .search-btn {
      padding-left: 13px;
      padding-right: 13px; } }
  .search-btn:hover .icon svg {
    stroke: #ed0000; }
  .search-btn .icon {
    width: 1.3rem;
    height: 1.3rem; }
    @media screen and (max-width: 1279px) {
      .search-btn .icon {
        width: 11px;
        height: 11px; } }
    @media screen and (max-width: 1023px) {
      .search-btn .icon {
        width: 16px;
        height: 16px; } }
    .search-btn .icon svg {
      fill: none;
      stroke: black; }

.quickSearchResults {
  position: absolute;
  top: calc(100% + 18px);
  border-radius: 2rem;
  background-color: white;
  overflow: hidden;
  min-width: 40rem;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .quickSearchResults {
      width: 100vw;
      margin-top: 0;
      top: 100%;
      border-radius: 0;
      height: 100vw;
      right: 0; } }
  .quickSearchResults .productGrid {
    padding: 3rem 2rem 1rem;
    margin: 0; }
    .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 0;
      margin-bottom: 2rem; }
    .quickSearchResults .productGrid .card {
      flex-direction: row;
      -webkit-flex-direction: row;
      padding: 2rem 1rem;
      border-color: #e1e1e1; }
      .quickSearchResults .productGrid .card-figure {
        padding: 0; }
        .quickSearchResults .productGrid .card-figure:hover .card-img-container {
          filter: none;
          -webkit-filter: none;
          -webkit-backdrop-filter: none;
          opacity: 1; }
      .quickSearchResults .productGrid .card-image {
        width: 8rem;
        height: 8rem; }
      .quickSearchResults .productGrid .card-figcaption-body, .quickSearchResults .productGrid .listItem-actions {
        display: none; }
      .quickSearchResults .productGrid .card-figure__link {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%; }
      .quickSearchResults .productGrid .card-body {
        padding: 0;
        width: calc(100% - 8rem);
        padding-left: 1rem; }
      .quickSearchResults .productGrid .card-title, .quickSearchResults .productGrid .listItem-title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
        flex: none; }
      .quickSearchResults .productGrid .card-brand-ratting {
        margin-bottom: 0.6rem; }
        .quickSearchResults .productGrid .card-brand-ratting .card-text {
          font-size: 1rem; }
      .quickSearchResults .productGrid .card-text .price-section {
        font-size: 1.8rem; }
      .quickSearchResults .productGrid .card .wishlistbtn {
        display: none; }
      .quickSearchResults .productGrid .card--alternate:hover {
        border-color: #ed0000; }
        .quickSearchResults .productGrid .card--alternate:hover .card-body {
          background-color: white; }
          .quickSearchResults .productGrid .card--alternate:hover .card-body .card-text {
            color: #666666; }
          .quickSearchResults .productGrid .card--alternate:hover .card-body .card-title > a, .quickSearchResults .productGrid .card--alternate:hover .card-body .listItem-title > a {
            color: #ed0000; }
  .quickSearchResults .modal-close {
    height: 1rem;
    width: 1rem;
    top: 1.2rem;
    right: 1.2rem; }
  .quickSearchResults .sale-flag-side {
    top: 0.8rem;
    left: 0.8rem;
    font-size: 1rem;
    padding: 0.4rem 0.8rem 0.3rem; }
  .quickSearchResults .product-offer, .quickSearchResults .card-color-options {
    display: none; }

.quickSearchMessage {
  font-size: 1.6rem;
  margin: 0;
  padding: 12px; }

.view-all-btn .button, .view-all-btn #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .view-all-btn button, .view-all-btn body .snize-ac-results .snize-view-all-link, body .snize-ac-results .view-all-btn .snize-view-all-link, .view-all-btn body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .view-all-btn .snize-popular-suggestions-view-all-products-text, .view-all-btn body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .view-all-btn div.snize-popular-suggestions-view-all-products-text, .view-all-btn .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .view-all-btn .snize-button,
.view-all-btn .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .view-all-btn .snize-button, .view-all-btn body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .view-all-btn button.snize-product-filters-show-products, .view-all-btn body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .view-all-btn button.snize-product-filters-reset-all, .view-all-btn .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .view-all-btn .yotpo-new-review-submit, .view-all-btn .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .view-all-btn .yotpo-question-submit {
  width: 100%;
  border-radius: 0; }

/*--- [Cart Slider] ---*/
.min-cart-open {
  overflow: hidden; }

.cart-sliding-block {
  opacity: 0; }
  .cart-sliding-block-inn {
    position: fixed;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    width: 52rem;
    top: 0;
    height: calc(100svh - 2rem);
    bottom: 0;
    right: -52.5rem;
    top: 1rem;
    bottom: 1rem;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
    opacity: 0; }
    @media screen and (max-width: 1023px) {
      .cart-sliding-block-inn {
        height: calc(100dvh - 2rem); } }
    @media screen and (max-width: 767px) {
      .cart-sliding-block-inn {
        width: 100%;
        right: -100%;
        height: 100dvh;
        top: 0;
        border-radius: 0; } }
  .cart-sliding-block.cart-slide-open {
    width: 100%;
    position: fixed;
    height: 100svh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(45, 33, 33, 0.8);
    opacity: 1; }
    @media screen and (max-width: 1023px) {
      .cart-sliding-block.cart-slide-open {
        height: 100dvh; } }
    .cart-sliding-block.cart-slide-open .cart-sliding-block-inn {
      opacity: 1;
      transform: translateX(-53.5rem);
      -ms-transform: translateX(-53.5rem);
      -webkit-transform: translateX(-53.5rem); }
      @media screen and (max-width: 767px) {
        .cart-sliding-block.cart-slide-open .cart-sliding-block-inn {
          transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -webkit-transform: translateX(-100%); } }

.cart-heading {
  padding: 1.2rem 4rem;
  background-color: #f7f7f7;
  border-color: #636363 !important; }
  @media screen and (max-width: 1023px) {
    .cart-heading {
      padding-top: 17px;
      padding-bottom: 17px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .cart-heading {
      padding-left: 20px;
      padding-right: 10px; } }

.cart-heading-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .cart-heading-inn h5 {
    margin-bottom: 0; }

.cart-qty {
  color: #ed0000; }

.cart-slide-close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  padding: 0.8rem 0; }
  @media screen and (max-width: 1023px) {
    .cart-slide-close {
      width: 50px;
      height: 50px;
      padding: 18px;
      height: auto;
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .cart-slide-close {
      padding-right: 10px; } }
  .cart-slide-close:hover svg {
    fill: #ed0000; }
  .cart-slide-close svg {
    height: 1.4rem;
    width: 1.4rem; }

.cart-mini-header {
  border-bottom: 0.1rem solid #e5e5e5;
  background-color: #f7f7f7; }

.cart-mini-footer-wrap {
  padding: 1.4rem 4rem 2.2rem; }
  @media screen and (max-width: 767px) {
    .cart-mini-footer-wrap {
      padding: 25px 20px 15px; } }

.cart-mini-subtotal-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.4rem; }
  .cart-mini-subtotal-inn h6, .cart-mini-subtotal-inn .categories-inner h2, .categories-inner .cart-mini-subtotal-inn h2, .cart-mini-subtotal-inn .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .cart-mini-subtotal-inn .footer-info-heading, .cart-mini-subtotal-inn .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .cart-mini-subtotal-inn .footer-info-heading, .cart-mini-subtotal-inn .categories-inner .facet-quick-heading, .categories-inner .cart-mini-subtotal-inn .facet-quick-heading, .cart-mini-subtotal-inn .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .cart-mini-subtotal-inn span, .cart-mini-subtotal-inn .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .cart-mini-subtotal-inn span, .cart-mini-subtotal-inn .faq-que, .cart-mini-subtotal-inn .location-tab-title {
    margin-bottom: 0;
    font-size: 1.8rem; }

.cart-mini-actions-inn .button--primary, .cart-mini-actions-inn #consent-manager .css-1wn42nw button:nth-child(even), #consent-manager .css-1wn42nw .cart-mini-actions-inn button:nth-child(even), .cart-mini-actions-inn .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-mini-actions-inn .snize-button,
.cart-mini-actions-inn .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-mini-actions-inn .snize-button, .cart-mini-actions-inn body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-actions-inn button.snize-product-filters-reset-all {
  width: 100%;
  margin-bottom: 1.2rem; }

.cart-mini-actions-inn .right-block {
  text-align: center; }
  .cart-mini-actions-inn .right-block .button, .cart-mini-actions-inn .right-block #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-mini-actions-inn .right-block button, .cart-mini-actions-inn .right-block body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-mini-actions-inn .right-block .snize-view-all-link, .cart-mini-actions-inn .right-block body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-mini-actions-inn .right-block .snize-popular-suggestions-view-all-products-text, .cart-mini-actions-inn .right-block .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-mini-actions-inn .right-block .snize-button,
  .cart-mini-actions-inn .right-block .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-mini-actions-inn .right-block .snize-button, .cart-mini-actions-inn .right-block body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-actions-inn .right-block button.snize-product-filters-show-products, .cart-mini-actions-inn .right-block body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-actions-inn .right-block button.snize-product-filters-reset-all, .cart-mini-actions-inn .right-block .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-mini-actions-inn .right-block .yotpo-new-review-submit, .cart-mini-actions-inn .right-block .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-mini-actions-inn .right-block .yotpo-question-submit {
    font-size: 1.2rem;
    padding: 0;
    color: black;
    background: none;
    border: 0;
    text-transform: none;
    text-decoration: underline; }
    .cart-mini-actions-inn .right-block .button:hover, .cart-mini-actions-inn .right-block #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .cart-mini-actions-inn .right-block button:hover, .cart-mini-actions-inn .right-block body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .cart-mini-actions-inn .right-block .snize-view-all-link:hover, .cart-mini-actions-inn .right-block body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .cart-mini-actions-inn .right-block .snize-popular-suggestions-view-all-products-text:hover, .cart-mini-actions-inn .right-block .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .cart-mini-actions-inn .right-block .snize-button:hover,
    .cart-mini-actions-inn .right-block .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-mini-actions-inn .right-block .snize-button:hover, .cart-mini-actions-inn .right-block body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-actions-inn .right-block button.snize-product-filters-show-products:hover, .cart-mini-actions-inn .right-block body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-actions-inn .right-block button.snize-product-filters-reset-all:hover, .cart-mini-actions-inn .right-block .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-mini-actions-inn .right-block .yotpo-new-review-submit:hover, .cart-mini-actions-inn .right-block .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-mini-actions-inn .right-block .yotpo-question-submit:hover {
      color: #ed0000; }

.cart-body-container {
  height: calc(100% - 25.1rem);
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .cart-body-container {
      height: calc(100% - 247px); } }
  .cart-body-container .card-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #e5e5e5;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .cart-body-container .card-block {
        padding: 18px 0 20px; } }
  .cart-body-container .cart-image {
    height: 8rem;
    width: 8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .cart-body-container .cart-image img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
    .cart-body-container .cart-image .icon {
      width: 5rem;
      height: 4rem; }
  .cart-body-container .cart-body {
    width: calc(100% - 8rem);
    padding-left: 3rem; }
    @media screen and (max-width: 1023px) {
      .cart-body-container .cart-body {
        padding-left: 15px; } }
    @media screen and (max-width: 1023px) {
      .cart-body-container .cart-body .mini-cart-title-inn {
        padding-right: 20px; } }
    .cart-body-container .cart-body .remove-btn {
      font-size: 0;
      position: absolute;
      top: 1.8rem;
      right: 0; }
      .cart-body-container .cart-body .remove-btn:hover .icon svg {
        fill: black; }
      .cart-body-container .cart-body .remove-btn .icon {
        width: 0.9rem;
        height: 0.9rem; }
        @media screen and (max-width: 1023px) {
          .cart-body-container .cart-body .remove-btn .icon {
            width: 12px;
            height: 12px; } }
        .cart-body-container .cart-body .remove-btn .icon svg {
          fill: #666666; }
    .cart-body-container .cart-body .rrp-price {
      display: none; }
  .cart-body-container .cart-title {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.6rem;
    padding-right: 8rem;
    text-transform: none; }
    @media screen and (max-width: 1023px) {
      .cart-body-container .cart-title {
        padding-right: 0; } }
    .cart-body-container .cart-title a {
      color: black; }
      .cart-body-container .cart-title a:hover {
        color: #ed0000; }
  .cart-body-container .cart-item-value {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .cart-body-container .cart-item-value {
        margin-left: 0; } }
  .cart-body-container .brand-name {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 500;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    color: #666666; }
  .cart-body-container .productView-info {
    margin-bottom: 0.2rem;
    margin-top: 0.6rem; }
    .cart-body-container .productView-info > :first-child {
      margin-top: 0; }
    .cart-body-container .productView-info-name {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 0;
      margin-right: 0.8rem;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .cart-body-container .productView-info-value {
      font-size: 1.2rem;
      line-height: 1;
      margin: 0; }
  .cart-body-container .productView-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.6rem; }
    .cart-body-container .productView-row:last-child {
      margin-bottom: 0; }

.cart-mini-item-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: .8rem; }
  .cart-mini-item-quantity .form-increment {
    border: 0.1rem solid black;
    border-radius: 10rem;
    padding: 0.4rem 0.6rem 0.6rem;
    min-width: 10rem;
    text-align: center; }
    .cart-mini-item-quantity .form-increment .button, .cart-mini-item-quantity .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-mini-item-quantity .form-increment button, .cart-mini-item-quantity .form-increment body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-mini-item-quantity .form-increment .snize-view-all-link, .cart-mini-item-quantity .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-mini-item-quantity .form-increment .snize-popular-suggestions-view-all-products-text, .cart-mini-item-quantity .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .snize-button,
    .cart-mini-item-quantity .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .snize-button, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.snize-product-filters-show-products, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.snize-product-filters-reset-all, .cart-mini-item-quantity .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-mini-item-quantity .form-increment .yotpo-new-review-submit, .cart-mini-item-quantity .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-mini-item-quantity .form-increment .yotpo-question-submit {
      color: black;
      padding: 0;
      background: none;
      border: 0;
      padding: 0 0.9rem; }
      .cart-mini-item-quantity .form-increment .button:hover .icon svg, .cart-mini-item-quantity .form-increment #consent-manager .css-1wn42nw button:hover .icon svg, #consent-manager .css-1wn42nw .cart-mini-item-quantity .form-increment button:hover .icon svg, .cart-mini-item-quantity .form-increment body .snize-ac-results .snize-view-all-link:hover .icon svg, body .snize-ac-results .cart-mini-item-quantity .form-increment .snize-view-all-link:hover .icon svg, .cart-mini-item-quantity .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover .icon svg, body .snize-ac-results .snize-nothing-found .cart-mini-item-quantity .form-increment .snize-popular-suggestions-view-all-products-text:hover .icon svg, .cart-mini-item-quantity .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover .icon svg, .cate-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .snize-button:hover .icon svg, .cart-mini-item-quantity .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover .icon svg, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .snize-button:hover .icon svg, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.snize-product-filters-show-products:hover .icon svg, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.snize-product-filters-reset-all:hover .icon svg, .cart-mini-item-quantity .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover .icon svg, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-mini-item-quantity .form-increment .yotpo-new-review-submit:hover .icon svg, .cart-mini-item-quantity .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover .icon svg, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-mini-item-quantity .form-increment .yotpo-question-submit:hover .icon svg {
        fill: #ed0000; }
      .cart-mini-item-quantity .form-increment .button.icon--dec:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment #consent-manager .css-1wn42nw button.icon--dec:not(:hover) .icon svg, #consent-manager .css-1wn42nw .cart-mini-item-quantity .form-increment button.icon--dec:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment body .snize-ac-results .icon--dec.snize-view-all-link:not(:hover) .icon svg, body .snize-ac-results .cart-mini-item-quantity .form-increment .icon--dec.snize-view-all-link:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment body .snize-ac-results .snize-nothing-found .icon--dec.snize-popular-suggestions-view-all-products-text:not(:hover) .icon svg, body .snize-ac-results .snize-nothing-found .cart-mini-item-quantity .form-increment .icon--dec.snize-popular-suggestions-view-all-products-text:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .icon--dec.snize-button:not(:hover) .icon svg, .cate-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .icon--dec.snize-button:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .icon--dec.snize-button:not(:hover) .icon svg, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .icon--dec.snize-button:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.icon--dec.snize-product-filters-show-products:not(:hover) .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.icon--dec.snize-product-filters-show-products:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.icon--dec.snize-product-filters-reset-all:not(:hover) .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.icon--dec.snize-product-filters-reset-all:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .icon--dec.yotpo-new-review-submit:not(:hover) .icon svg, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-mini-item-quantity .form-increment .icon--dec.yotpo-new-review-submit:not(:hover) .icon svg, .cart-mini-item-quantity .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .icon--dec.yotpo-question-submit:not(:hover) .icon svg, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-mini-item-quantity .form-increment .icon--dec.yotpo-question-submit:not(:hover) .icon svg {
        fill: #666666; }
      .cart-mini-item-quantity .form-increment .button .icon, .cart-mini-item-quantity .form-increment #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .cart-mini-item-quantity .form-increment button .icon, .cart-mini-item-quantity .form-increment body .snize-ac-results .snize-view-all-link .icon, body .snize-ac-results .cart-mini-item-quantity .form-increment .snize-view-all-link .icon, .cart-mini-item-quantity .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon, body .snize-ac-results .snize-nothing-found .cart-mini-item-quantity .form-increment .snize-popular-suggestions-view-all-products-text .icon, .cart-mini-item-quantity .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .cate-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .snize-button .icon, .cart-mini-item-quantity .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-mini-item-quantity .form-increment .snize-button .icon, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.snize-product-filters-show-products .icon, .cart-mini-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-mini-item-quantity .form-increment button.snize-product-filters-reset-all .icon, .cart-mini-item-quantity .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit .icon, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-mini-item-quantity .form-increment .yotpo-new-review-submit .icon, .cart-mini-item-quantity .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit .icon, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-mini-item-quantity .form-increment .yotpo-question-submit .icon {
        width: 1rem;
        height: 1rem; }
    .cart-mini-item-quantity .form-increment .form-input, .cart-mini-item-quantity .form-increment .select2-search--dropdown .select2-search__field, .select2-search--dropdown .cart-mini-item-quantity .form-increment .select2-search__field, .cart-mini-item-quantity .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-mini-item-quantity .form-increment textarea, .cart-mini-item-quantity .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-mini-item-quantity .form-increment .yotpo-new-input-container, .cart-mini-item-quantity .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-mini-item-quantity .form-increment .yotpo-new-input-container, .cart-mini-item-quantity .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-mini-item-quantity .form-increment textarea {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      padding: 0; }

@media screen and (min-width: 768px) {
  .cart-mini-footer {
    margin-top: -0.1rem; } }

.cart-mini-footer-wrap {
  border-top: 0.1rem solid #e5e5e5; }

.cart-mini-empty span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3rem 4rem 0;
  text-align: center; }
  .cart-mini-empty span span {
    display: none; }

.cart-mini-item-price {
  margin-left: auto;
  text-align: right; }
  .cart-mini-item-price .cart-item-value .free-product {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: black;
    background: #FFE4E4;
    padding: 0.6rem 1.5rem;
    border-radius: 5em;
    text-transform: uppercase;
    line-height: 1.3rem;
    margin-left: 0;
    width: max-content;
    float: right;
    margin-left: 1rem; }

.cart.mini-cart {
  margin-bottom: 0; }

.body-cart-slide-open {
  width: 100%;
  height: 100svh;
  overflow: hidden; }

.swal2-actions button + button {
  margin-left: 1rem; }

.swal2-actions .swal2-confirm {
  border-color: #ed0000;
  background-color: #ed0000; }
  .swal2-actions .swal2-confirm:hover {
    border-color: black;
    background-color: black; }

/*--- Promo Slider ---*/
.promo-container {
  width: 82.3rem; }
  @media screen and (max-width: 767px) {
    .promo-container {
      width: 100%;
      padding: 0 16px; } }

.promo-list {
  padding: 1.4rem 3rem 1.3rem; }
  @media screen and (max-width: 767px) {
    .promo-list {
      padding-top: 9px;
      padding-bottom: 8px; } }
  .promo-list.slick-initialized .promo-slider {
    display: block; }
  .promo-list .slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding: 0 1rem; }
    .promo-list .slick-arrow .icon {
      height: 100%;
      width: 100%;
      width: 0.5rem;
      height: 1.2rem; }
  .promo-list .slick-prev {
    left: -1rem; }
    @media screen and (max-width: 1023px) {
      .promo-list .slick-prev {
        left: 10px; } }
    @media screen and (max-width: 767px) {
      .promo-list .slick-prev {
        left: 6px; } }
  .promo-list .slick-next {
    right: -1rem; }
    @media screen and (max-width: 1023px) {
      .promo-list .slick-next {
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .promo-list .slick-next {
        right: 6px; } }

.promo-slider {
  font-size: 1.5rem;
  line-height: normal;
  text-align: center;
  display: none; }
  @media screen and (max-width: 1023px) {
    .promo-slider {
      font-size: 10px; } }
  .promo-slider:first-child {
    display: block; }
  .promo-slider a {
    font-weight: 700;
    margin-left: 1rem; }
    @media screen and (max-width: 767px) {
      .promo-slider a {
        margin-left: 3px; } }
    .promo-slider a:hover .icon svg {
      fill: black;
      stroke: black; }
    .promo-slider a .icon {
      margin-left: 0.8rem;
      margin-top: -0.3rem;
      width: 1.1rem;
      height: 0.9rem; }
      @media screen and (max-width: 767px) {
        .promo-slider a .icon {
          width: 8px;
          height: 7px;
          margin-left: 4px;
          margin-top: -1px; } }
      .promo-slider a .icon svg {
        stroke: #ed0000;
        fill: #ed0000; }

.promo-discount {
  font-weight: 800;
  color: #ed0000;
  text-transform: uppercase;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .promo-discount {
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .promo-discount {
      display: block;
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 2px; } }
  .promo-discount::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    right: 0;
    width: 0.1rem;
    height: 1.3rem;
    background-color: rgba(221, 221, 221, 0.87); }
    @media screen and (max-width: 767px) {
      .promo-discount::after {
        display: none; } }

div:where(.swal2-container) .swal2-popup .swal2-html-container {
  font-size: 1.6rem; }

.cart-mini-subtotal-inn.coupon-code strong {
  font-size: 1.2rem;
  font-weight: 400; }

.cart-mini-subtotal-inn.coupon-code span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ed0000;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.cart-mini-coupon-area {
  position: relative; }
  .cart-mini-coupon-area:after {
    position: absolute;
    content: "";
    box-shadow: 0px -24px 29.8px -10px #00000026;
    width: 100%;
    height: 16.8rem;
    top: 0; }

.template-default .footer, .template-category .footer, .template-product .footer {
  margin-top: 0; }

.template-product .newsletter-row:after, .template-search .newsletter-row:after, .template-brand .newsletter-row:after {
  content: " ";
  position: absolute;
  top: 0;
  left: -99px;
  right: -99px;
  height: 50%;
  background-color: #f7f7f7;
  z-index: -2; }

.newsletter-row {
  position: relative;
  margin-bottom: 8.8rem; }
  @media screen and (max-width: 1023px) {
    .newsletter-row {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .newsletter-row {
      border-radius: 0;
      margin-bottom: 40px; } }
  .newsletter-row .background-img {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .newsletter-row .background-img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; } }

.newsletter-content {
  color: white;
  padding-top: 7.6rem;
  padding-bottom: 8rem;
  max-width: 57.6rem;
  text-align: center;
  margin: auto; }
  @media screen and (max-width: 1023px) {
    .newsletter-content {
      padding: 39px 20px 43px; } }
  .newsletter-content .footer-info-heading {
    margin-bottom: 0.8rem;
    color: white; }
    @media screen and (max-width: 767px) {
      .newsletter-content .footer-info-heading {
        font-size: 20px;
        margin-bottom: 10px; } }
  .newsletter-content p {
    margin-bottom: 2.3rem; }
    @media screen and (max-width: 767px) {
      .newsletter-content p {
        font-size: 11px;
        margin-bottom: 14px; } }
    .newsletter-content p span {
      font-weight: 700;
      text-transform: uppercase; }
  .newsletter-content .form {
    margin-bottom: 0; }
    .newsletter-content .form-field, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .newsletter-content .yotpo-new-review-star-rating,
    .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .newsletter-content .yotpo-new-review-content,
    .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .newsletter-content .yotpo-new-review-headline, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .newsletter-content .yotpo-new-review-name,
    .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .newsletter-content .yotpo-new-review-email, .newsletter-content .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .newsletter-content .yotpo-question-content, .newsletter-content .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .newsletter-content .yotpo-question-content, .newsletter-content .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .newsletter-content .yotpo-question-content, .newsletter-content .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .newsletter-content .yotpo-question-content, .newsletter-content .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-name, .newsletter-content .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-email, .newsletter-content .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-name, .newsletter-content .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-email, .newsletter-content .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-name, .newsletter-content .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-email, .newsletter-content .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-name, .newsletter-content .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-email, .newsletter-content .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .newsletter-content .yotpo-question-content, .newsletter-content .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .newsletter-content .yotpo-question-content, .newsletter-content .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-name, .newsletter-content .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-email, .newsletter-content .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-name, .newsletter-content .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .newsletter-content .yotpo-question-email {
      -webkit-border-radius: 10rem;
      -moz-border-radius: 10rem;
      border-radius: 10rem;
      overflow: hidden;
      margin-bottom: 0; }
    .newsletter-content .form-input, .newsletter-content .select2-search--dropdown .select2-search__field, .select2-search--dropdown .newsletter-content .select2-search__field, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .newsletter-content textarea, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .newsletter-content .yotpo-new-input-container, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .newsletter-content .yotpo-new-input-container, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .newsletter-content textarea {
      border-radius: 0;
      font-size: 1.2rem;
      line-height: 1.5;
      border: 0;
      padding: 1.5rem 1.5rem 1.4rem 3rem; }
      @media screen and (max-width: 1023px) {
        .newsletter-content .form-input, .newsletter-content .select2-search--dropdown .select2-search__field, .select2-search--dropdown .newsletter-content .select2-search__field, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .newsletter-content textarea, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .newsletter-content .yotpo-new-input-container, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .newsletter-content .yotpo-new-input-container, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .newsletter-content textarea {
          font-size: 10px;
          padding-top: 11px;
          padding-bottom: 11px; } }
  .newsletter-content .button, .newsletter-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-content button, .newsletter-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .newsletter-content .snize-view-all-link, .newsletter-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .newsletter-content .snize-popular-suggestions-view-all-products-text, .newsletter-content body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .newsletter-content div.snize-popular-suggestions-view-all-products-text, .newsletter-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button,
  .newsletter-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-show-products, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-reset-all, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .newsletter-content .yotpo-new-review-submit, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .newsletter-content .yotpo-question-submit {
    font-size: 1.2rem;
    border-radius: 0;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
    width: auto;
    border-radius: 0 10rem 10rem 0; }
    @media screen and (max-width: 1023px) {
      .newsletter-content .button, .newsletter-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .newsletter-content button, .newsletter-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .newsletter-content .snize-view-all-link, .newsletter-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .newsletter-content .snize-popular-suggestions-view-all-products-text, .newsletter-content body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .newsletter-content div.snize-popular-suggestions-view-all-products-text, .newsletter-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button,
      .newsletter-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-show-products, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-reset-all, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .newsletter-content .yotpo-new-review-submit, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .newsletter-content .yotpo-question-submit {
        padding: 6px 34px; } }
    .newsletter-content .button:hover, .newsletter-content #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .newsletter-content button:hover, .newsletter-content body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .newsletter-content .snize-view-all-link:hover, .newsletter-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .newsletter-content .snize-popular-suggestions-view-all-products-text:hover, .newsletter-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button:hover,
    .newsletter-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button:hover, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-show-products:hover, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-reset-all:hover, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .newsletter-content .yotpo-new-review-submit:hover, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .newsletter-content .yotpo-question-submit:hover {
      color: #ed0000;
      background-color: white;
      border-color: #ed0000; }
    .newsletter-content .button:active, .newsletter-content #consent-manager .css-1wn42nw button:active, #consent-manager .css-1wn42nw .newsletter-content button:active, .newsletter-content body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .newsletter-content .snize-view-all-link:active, .newsletter-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, body .snize-ac-results .snize-nothing-found .newsletter-content .snize-popular-suggestions-view-all-products-text:active, .newsletter-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:active, .cate-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button:active,
    .newsletter-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:active, .snize-results-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button:active, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-show-products:active, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-reset-all:active, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:active, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .newsletter-content .yotpo-new-review-submit:active, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:active, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .newsletter-content .yotpo-question-submit:active, .newsletter-content .button:focus, .newsletter-content #consent-manager .css-1wn42nw button:focus, #consent-manager .css-1wn42nw .newsletter-content button:focus, .newsletter-content body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .newsletter-content .snize-view-all-link:focus, .newsletter-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results .snize-nothing-found .newsletter-content .snize-popular-suggestions-view-all-products-text:focus, .newsletter-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, .cate-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button:focus,
    .newsletter-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, .snize-results-page #snize-search-results-grid-mode li.snize-product .newsletter-content .snize-button:focus, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-show-products:focus, .newsletter-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .newsletter-content button.snize-product-filters-reset-all:focus, .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .newsletter-content .yotpo-new-review-submit:focus, .newsletter-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .newsletter-content .yotpo-question-submit:focus {
      color: white;
      background-color: #ed0000;
      border-color: #ed0000; }

.footer {
  border: 0;
  padding: 0 0 3rem;
  margin: 0;
  margin-top: 8rem; }
  @media screen and (max-width: 1023px) {
    .footer {
      padding-bottom: 0;
      margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    .footer {
      margin-top: 40px; } }
  @media screen and (max-width: 1023px) {
    .footer .container-slider, .footer .productCarousel, .footer .categories-section, .footer .byGoal-section {
      padding: 0; } }
  .footer-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 8.9rem; }
    @media screen and (max-width: 1279px) {
      .footer-row {
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .footer-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom: 0; } }
  .footer-logo {
    width: 13.3rem;
    height: 10.9rem;
    margin-bottom: 4.3rem; }
    @media screen and (max-width: 1023px) {
      .footer-logo {
        margin-right: 40px;
        margin-bottom: 0; } }
    .footer-logo img {
      width: 100%;
      height: 100%; }
  .footer-storeInfo-item {
    position: relative;
    margin-bottom: 2.4rem;
    padding-left: 3.6rem; }
    .footer-storeInfo-item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .footer-storeInfo-item {
        padding-left: 30px;
        margin-bottom: 13px; } }
    .footer-storeInfo-item .icon {
      top: 0.4rem;
      left: 0;
      position: absolute;
      width: 1.6rem;
      height: 1.9rem; }
      @media screen and (max-width: 767px) {
        .footer-storeInfo-item .icon {
          top: 0px; } }
      .footer-storeInfo-item .icon.contact-icon {
        width: 1.9rem;
        height: 2rem;
        top: -0.1rem; }
        @media screen and (max-width: 1023px) {
          .footer-storeInfo-item .icon.contact-icon {
            top: -3px; } }
      .footer-storeInfo-item .icon.mail-icon {
        width: 2.2rem;
        height: 1.7rem; }
        @media screen and (max-width: 1023px) {
          .footer-storeInfo-item .icon.mail-icon {
            top: 2px; } }
    .footer-storeInfo-item a {
      font-size: 1.3rem;
      line-height: 1.5;
      color: black; }
      .footer-storeInfo-item a:hover {
        color: #ed0000; }
      @media screen and (max-width: 1023px) {
        .footer-storeInfo-item a {
          font-size: 12px; } }
      .footer-storeInfo-item a.mail-id {
        text-decoration: underline; }
    .footer-storeInfo-item address {
      font-size: 1.3rem;
      line-height: 1.5;
      color: black;
      font-style: normal;
      max-width: 13.4rem; }
      @media screen and (max-width: 1023px) {
        .footer-storeInfo-item address {
          font-size: 12px;
          line-height: 1.3; } }
  @media screen and (max-width: 1023px) {
    .footer-storeInfo-list {
      max-width: 166px; } }
  .footer-info-col {
    width: auto;
    padding: 0;
    margin-bottom: 0;
    max-width: 18.7rem; }
    @media screen and (max-width: 1023px) {
      .footer-info-col {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #e1e1e1;
        text-align: left;
        padding: 0 40px; }
        .footer-info-col:last-child {
          border: 0; } }
    @media screen and (max-width: 767px) {
      .footer-info-col {
        padding: 0 20px; } }
    .footer-info-col:not(:last-child) {
      margin-right: 3rem; }
      @media screen and (max-width: 1023px) {
        .footer-info-col:not(:last-child) {
          margin-right: 0; } }
    @media screen and (max-width: 1023px) {
      .footer-info-col.footer-logo-col {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 20px 60px; } }
    @media screen and (max-width: 767px) {
      .footer-info-col.footer-logo-col {
        padding: 0 10px 40px; } }
  .footer-info-heading {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .footer-info-heading {
        margin: 0;
        padding: 28px 20px 26px 0px;
        position: relative; }
        .footer-info-heading.open {
          padding-top: 32px; }
          .footer-info-heading.open::after {
            top: 34px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="2" viewBox="0 0 10 2" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 1C0.00195312 0.447715 0.449668 0 1.00195 0H8.9998C9.55208 0 9.9998 0.447715 9.9998 1C9.9998 1.55228 9.55208 2 8.9998 2H1.00195C0.449668 2 0.00195312 1.55228 0.00195312 1Z" fill="black"/></svg>'); }
        .footer-info-heading:after {
          content: " ";
          position: absolute;
          top: 30px;
          right: 0px;
          height: 10px;
          width: 10px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="black"/></svg>');
          background-repeat: no-repeat;
          background-position: center;
          background-size: 10px; } }
  .footer-info-list a:hover {
    color: #ed0000; }
  @media screen and (max-width: 1023px) {
    .footer-info-list {
      padding-bottom: 33px; } }
  .footer-houres {
    margin-bottom: 2.2rem; }
    @media screen and (max-width: 1023px) {
      .footer-houres {
        padding-left: 23px; } }
    .footer-houres:last-child {
      margin-bottom: 0; }
    .footer-houres h6, .footer-houres .categories-inner h2, .categories-inner .footer-houres h2, .footer-houres .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .footer-houres .footer-info-heading, .footer-houres .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .footer-houres .footer-info-heading, .footer-houres .categories-inner .facet-quick-heading, .categories-inner .footer-houres .facet-quick-heading, .footer-houres .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .footer-houres span, .footer-houres .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .footer-houres span, .footer-houres .faq-que, .footer-houres .location-tab-title {
      font-size: 1.2rem;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      margin-bottom: 0.7rem;
      position: relative; }
      .footer-houres h6 .icon, .footer-houres .categories-inner h2 .icon, .categories-inner .footer-houres h2 .icon, .footer-houres .categories-inner .newsletter-content .footer-info-heading .icon, .categories-inner .newsletter-content .footer-houres .footer-info-heading .icon, .footer-houres .newsletter-content .categories-inner .footer-info-heading .icon, .newsletter-content .categories-inner .footer-houres .footer-info-heading .icon, .footer-houres .categories-inner .facet-quick-heading .icon, .categories-inner .footer-houres .facet-quick-heading .icon, .footer-houres .categories-inner .product-highlight-field span .icon, .categories-inner .product-highlight-field .footer-houres span .icon, .footer-houres .product-highlight-field .categories-inner span .icon, .product-highlight-field .categories-inner .footer-houres span .icon, .footer-houres .faq-que .icon, .footer-houres .location-tab-title .icon {
        position: absolute;
        width: 1rem;
        height: 1.2rem;
        left: -2.3rem; }
    .footer-houres p {
      font-size: 1.1rem;
      line-height: 1.405;
      color: #555555;
      margin-bottom: 0; }
      .footer-houres p strong {
        margin-right: 0.3rem; }
    .footer-houres a {
      font-size: 1.1rem;
      font-weight: 600;
      color: black;
      position: relative;
      text-transform: uppercase;
      letter-spacing: -0.02em; }
      .footer-houres a:hover {
        color: #ed0000; }
        .footer-houres a:hover:after {
          background-color: #ed0000;
          -webkit-animation: progrssive 0.3s linear;
          animation: progrssive 0.3s linear; }
      .footer-houres a::after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 0.125rem;
        background-color: black;
        top: 1.6rem;
        left: 0; }
  .footer-info-link {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    color: #555555;
    margin-bottom: 1rem; }
    .footer-info-link:last-child {
      margin-bottom: 0; }
    .footer-info-link:hover {
      color: #ed0000; }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      display: block;
      width: 100%; } }
  .footer-copyright > .powered-by {
    font-size: 1.3rem;
    color: white;
    padding-right: 0.2rem; }
    @media screen and (max-width: 1023px) {
      .footer-copyright > .powered-by {
        font-size: 11px;
        line-height: 1.2; } }

.socialLinks--alt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .socialLinks--alt .icon {
    width: 2.5rem;
    height: 2.5rem; }
    @media screen and (max-width: 1023px) {
      .socialLinks--alt .icon {
        width: 23px;
        height: 23px; } }
    .socialLinks--alt .icon.icon--facebook {
      width: 1.1rem;
      height: 2.2rem; }
      @media screen and (max-width: 1023px) {
        .socialLinks--alt .icon.icon--facebook {
          width: 9px;
          height: 20px; } }
    .socialLinks--alt .icon.icon--instagram {
      width: 2.4rem; }
      @media screen and (max-width: 1023px) {
        .socialLinks--alt .icon.icon--instagram {
          width: 22px; } }
    .socialLinks--alt .icon.icon--x {
      width: 2.3rem;
      height: 2.1rem; }
      @media screen and (max-width: 1023px) {
        .socialLinks--alt .icon.icon--x {
          width: 21px;
          height: 19px; } }

.socialLinks .socialLinks-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 4.5rem;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .socialLinks .socialLinks-item {
      margin-right: 30px; } }

.copyright-payment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: black;
  padding: 1.4rem 11.77%;
  border-radius: 1rem;
  overflow: hidden; }
  @media only screen and (max-width: 1599px) {
    .copyright-payment {
      padding-left: 5.07%;
      padding-right: 5.07%; } }
  @media screen and (max-width: 1279px) {
    .copyright-payment {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1023px) {
    .copyright-payment {
      -webkit-justify-content: center;
      justify-content: center;
      padding: 16px 10px 21px;
      border-radius: 0; } }
  @media screen and (max-width: 1023px) {
    .copyright-payment-main {
      padding-left: 0;
      padding-right: 0; } }

.copright-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .copright-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 14px; } }
  .copright-row .link {
    position: relative;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0 0.5rem 0 0.4rem;
    color: white; }
    .copright-row .link:last-child::after {
      display: none; }
    @media screen and (max-width: 1023px) {
      .copright-row .link {
        font-size: 11px;
        line-height: 1.2; } }
    .copright-row .link::after {
      content: " ";
      position: absolute;
      width: .1rem;
      height: 1.2rem;
      background-color: white;
      right: 0;
      top: .1rem; }
      @media screen and (max-width: 1023px) {
        .copright-row .link::after {
          height: 8px;
          top: 2px; } }
  .copright-row a {
    display: inline-block;
    color: white;
    position: relative; }
    .copright-row a::after {
      content: " ";
      position: absolute;
      width: 100%;
      width: 100%;
      height: 0.1rem;
      opacity: 0;
      bottom: 0;
      left: 0;
      background-color: white;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .copright-row a:hover {
      color: #ed0000; }
      .copright-row a:hover::after {
        opacity: 1;
        background-color: #ed0000; }
    .copright-row a.dh-link:after {
      opacity: 1; }

.footer-payment {
  width: 25rem;
  height: 2.4rem; }
  .footer-payment-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0; }
  .footer-payment-img {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 4.2rem;
    height: 2.4rem; }
    .footer-payment-img:not(:last-child) {
      margin-right: 1rem; }
    .footer-payment-img img {
      vertical-align: baseline; }

body.shopall-active {
  overflow-x: hidden; }

/*--- [Overlay Effect] ---*/
.overlay {
  display: block;
  position: fixed;
  top: 13.2rem;
  left: -999px;
  right: -999px;
  z-index: -1;
  background-color: #2D2121;
  opacity: 0.8;
  height: 100lvh;
  pointer-events: none; }
  @media only screen and (max-width: 1599px) {
    .overlay {
      top: 129px; } }
  @media screen and (max-width: 1279px) {
    .overlay {
      top: 116px; } }
  @media screen and (max-width: 1023px) {
    .overlay {
      display: none; } }

.header--sticky .overlay {
  top: 7.8rem; }
  @media only screen and (max-width: 1599px) {
    .header--sticky .overlay {
      top: 75px; } }
  @media screen and (max-width: 1279px) {
    .header--sticky .overlay {
      top: 63px; } }

.header--sticky--remove .overlay {
  top: 0; }

@media screen and (max-width: 1023px) {
  .header--sticky .navPages-container {
    height: calc(100dvh - 75px); } }

@media screen and (max-width: 767px) {
  .header--sticky .navPages-container {
    height: calc(100dvh - 65px); } }

@media screen and (max-width: 1023px) {
  .header--sticky .navPage-subMenu-list.category-megamenu, .header--sticky .navPage-subMenu-list.brands-megamenu, .header--sticky .navPage-subMenu-list.stacks-megamenu {
    top: 75px;
    height: calc(100dvh - 75px); } }

@media screen and (max-width: 767px) {
  .header--sticky .navPage-subMenu-list.category-megamenu, .header--sticky .navPage-subMenu-list.brands-megamenu, .header--sticky .navPage-subMenu-list.stacks-megamenu {
    top: 65px;
    height: calc(100dvh - 65px); } }

@media screen and (max-width: 1023px) {
  .header--sticky .navPage-subMenu-list.category-megamenu .navPage-childList {
    top: 75px;
    height: calc(100dvh - 75px); } }

@media screen and (max-width: 767px) {
  .header--sticky .navPage-subMenu-list.category-megamenu .navPage-childList {
    top: 65px;
    height: calc(100dvh - 65px); } }

.fire-icon {
  font-size: 0;
  margin-left: 0.3rem;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: -0.3rem;
  -webkit-animation: fadeInOut 1s infinite;
  animation: fadeInOut 1s infinite;
  animation-fill-mode: both; }
  .fire-icon img {
    height: 100%;
    width: 100%; }

.navPages {
  margin: 0;
  max-width: 100%;
  text-align: left;
  padding-top: 0.2rem; }
  @media screen and (max-width: 1023px) {
    .navPages {
      padding: 0;
      height: 100%;
      overflow-y: auto;
      background-color: black; } }
  .navPages-container {
    position: static;
    margin-right: auto; }
    @media screen and (max-width: 1023px) {
      .navPages-container {
        display: none;
        position: absolute;
        background-color: white;
        top: 100%;
        height: calc(100svh - 105px); } }
    @media screen and (max-width: 767px) {
      .navPages-container {
        height: calc(100svh - 93px); } }
    .navPages-container.is-open {
      padding-top: 0; }
  @media screen and (max-width: 1023px) {
    .navPages-list {
      width: 100%;
      background-color: white; } }
  .navPages-list:not(.navPages-list-depth-max) .stacks-megamenu .navPage-subMenu-action {
    padding: 4.8rem 0 3.6rem; }
    @media screen and (max-width: 1279px) {
      .navPages-list:not(.navPages-list-depth-max) .stacks-megamenu .navPage-subMenu-action {
        padding: 30px 0 20px; } }
    @media screen and (max-width: 1023px) {
      .navPages-list:not(.navPages-list-depth-max) .stacks-megamenu .navPage-subMenu-action {
        padding: 20px; } }
  .navPages-list:not(.navPages-list-depth-max) .category-megamenu .navPage-subMenu-action {
    padding: 2.5rem 5.6rem 2.3rem 4rem; }
    @media only screen and (max-width: 1599px) {
      .navPages-list:not(.navPages-list-depth-max) .category-megamenu .navPage-subMenu-action {
        padding: 19px 40px 18px 20px; } }
    @media screen and (max-width: 1023px) {
      .navPages-list:not(.navPages-list-depth-max) .category-megamenu .navPage-subMenu-action {
        padding: 24px 40px 22px 20px; } }
  .navPages-list:not(.navPages-list-depth-max) .brands-megamenu .navPage-subMenu-action {
    padding: 0; }
  .navPages .navPages-list .navPages-item {
    margin: 0 Min(2.8rem, 1.458vw); }
    @media only screen and (max-width: 1599px) {
      .navPages .navPages-list .navPages-item {
        margin: 0 Max(10px, 1.1vw); } }
    @media screen and (max-width: 1279px) {
      .navPages .navPages-list .navPages-item {
        margin: 0 8px; } }
    @media screen and (max-width: 1023px) {
      .navPages .navPages-list .navPages-item {
        margin: 0; } }
  @media screen and (max-width: 1023px) {
    .navPages-item {
      width: 100%;
      float: none; } }
  .navPages-item.sfHover > .navPages-action {
    position: relative;
    color: #ed0000; }
    .navPages-item.sfHover > .navPages-action .icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      transform-origin: center;
      margin-top: -0.4rem; }
    .navPages-item.sfHover > .navPages-action svg {
      stroke: #ed0000; }
    .navPages-item.sfHover > .navPages-action:after {
      content: " ";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 100%;
      z-index: -1; }
  .navPages-item.navCat-item {
    position: relative; }
    @media only screen and (max-width: 1599px) {
      .navPages-item.navCat-item {
        position: static; } }
  .navPages-action {
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: white;
    padding: 0;
    content: " "; }
    @media only screen and (max-width: 1599px) {
      .navPages-action {
        font-size: 16px; } }
    @media screen and (max-width: 1279px) {
      .navPages-action {
        font-size: 14px; } }
    @media screen and (max-width: 1023px) {
      .navPages-action {
        color: black;
        font-size: 18px;
        line-height: 1;
        padding: 23px 40px 22px 20px;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        position: relative; } }
    .navPages-action:hover svg {
      stroke: #ed0000; }
    .navPages-action:focus {
      color: white; }
    .navPages-action.is-open {
      background-color: inherit; }
    .navPages-action .icon {
      width: 0.8rem;
      height: 0.8rem;
      margin-left: 0.6rem;
      margin-top: -0.3rem; }
      @media screen and (max-width: 1023px) {
        .navPages-action .icon {
          position: absolute;
          right: 20px;
          top: 28px;
          width: 10px;
          height: 13px; } }
      .navPages-action .icon svg {
        fill: none; }
        @media screen and (max-width: 1023px) {
          .navPages-action .icon svg {
            stroke: black; } }
      @media screen and (max-width: 1023px) {
        .navPages-action .icon.ds {
          display: none; } }
      .navPages-action .icon.mb {
        display: none; }
        @media screen and (max-width: 1023px) {
          .navPages-action .icon.mb {
            display: inline-block; } }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-subMenu-list {
      margin: 0; } }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-childList {
      margin: 0; } }

.navPage-subMenu-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: none;
  background-color: white;
  /*--- [Category MegaMenu] ---*/
  /*--- [Brand MegaMenu] ---*/
  /*--- [Stacks MegaMenu] ---*/ }
  @media screen and (max-width: 1023px) {
    .navPage-subMenu-list {
      top: 0;
      width: 100%;
      z-index: 9;
      overflow-y: auto; }
      .navPage-subMenu-list.is-open {
        display: block; } }
  .navPage-subMenu-list .megamenu-inner {
    -webkit-animation: fadeInSliderDown 0.3s;
    animation: fadeInSliderDown 0.3s;
    background-color: white; }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list .megamenu-inner {
        animation: none; } }
  .navPage-subMenu-list.category-megamenu {
    max-width: unset;
    top: calc(100% + 2.6rem);
    left: -4rem;
    right: auto;
    width: 38rem; }
    @media only screen and (max-width: 1599px) {
      .navPage-subMenu-list.category-megamenu {
        top: calc(100% + 21px);
        top: 100%;
        left: calc(50% - 380px);
        transform: translateX(-50%); } }
    @media screen and (max-width: 1279px) {
      .navPage-subMenu-list.category-megamenu {
        width: 280px;
        left: calc(50% - 280px); } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list.category-megamenu {
        width: 100%;
        top: 0;
        position: fixed;
        top: 105px;
        height: calc(100svh - 105px);
        left: 0;
        transform: none; } }
    @media screen and (max-width: 767px) {
      .navPage-subMenu-list.category-megamenu {
        top: 93px;
        height: calc(100svh - 93px); } }
    @media only screen and (max-width: 1599px) {
      .navPage-subMenu-list.category-megamenu .overlay {
        top: 0; } }
    .navPage-subMenu-list.category-megamenu .megamenu-inner {
      width: 100%;
      height: calc(100svh - 19.8rem);
      overflow-y: auto; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.category-megamenu .megamenu-inner {
          height: 100%; } }
    .navPage-subMenu-list.category-megamenu .navPage-subMenu-item {
      width: 100%;
      border-bottom: 0.05rem solid #e1e1e1;
      padding: 0 !important; }
      .navPage-subMenu-list.category-megamenu .navPage-subMenu-item:last-child {
        border-bottom: 0; }
      .navPage-subMenu-list.category-megamenu .navPage-subMenu-item.sfHover > .navPage-subMenu-action, .navPage-subMenu-list.category-megamenu .navPage-subMenu-item:hover > .navPage-subMenu-action {
        color: #ed0000;
        background-color: #F8F8F8; }
        @media screen and (max-width: 1023px) {
          .navPage-subMenu-list.category-megamenu .navPage-subMenu-item.sfHover > .navPage-subMenu-action, .navPage-subMenu-list.category-megamenu .navPage-subMenu-item:hover > .navPage-subMenu-action {
            color: inherit;
            background-color: inherit; } }
        .navPage-subMenu-list.category-megamenu .navPage-subMenu-item.sfHover > .navPage-subMenu-action .icon svg, .navPage-subMenu-list.category-megamenu .navPage-subMenu-item:hover > .navPage-subMenu-action .icon svg {
          stroke: #ed0000; }
          @media screen and (max-width: 1023px) {
            .navPage-subMenu-list.category-megamenu .navPage-subMenu-item.sfHover > .navPage-subMenu-action .icon svg, .navPage-subMenu-list.category-megamenu .navPage-subMenu-item:hover > .navPage-subMenu-action .icon svg {
              stroke: black; } }
      .navPage-subMenu-list.category-megamenu .navPage-subMenu-item.shop-all.sfHover > .navPage-subMenu-action, .navPage-subMenu-list.category-megamenu .navPage-subMenu-item.shop-all:hover > .navPage-subMenu-action {
        background-color: inherit; }
    .navPage-subMenu-list.category-megamenu .navPage-subMenu-action {
      position: relative;
      display: inline-block;
      font-size: 1.8rem;
      line-height: 1.5rem;
      font-weight: 700;
      color: black;
      text-transform: uppercase;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      width: 100%; }
      @media only screen and (max-width: 1599px) {
        .navPage-subMenu-list.category-megamenu .navPage-subMenu-action {
          font-size: 16px; } }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.category-megamenu .navPage-subMenu-action {
          font-size: 18px; } }
      .navPage-subMenu-list.category-megamenu .navPage-subMenu-action:hover {
        color: #ed0000; }
        .navPage-subMenu-list.category-megamenu .navPage-subMenu-action:hover .icon {
          -webkit-transform: translateX(0.5rem);
          -moz-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem); }
          @media screen and (max-width: 1023px) {
            .navPage-subMenu-list.category-megamenu .navPage-subMenu-action:hover .icon {
              -webkit-transform: none;
              -moz-transform: none;
              -ms-transform: none;
              transform: none; } }
      .navPage-subMenu-list.category-megamenu .navPage-subMenu-action .icon {
        position: absolute;
        width: 1rem;
        height: 1.5rem;
        top: 2.4rem;
        right: 4rem; }
        @media only screen and (max-width: 1599px) {
          .navPage-subMenu-list.category-megamenu .navPage-subMenu-action .icon {
            top: 18px;
            right: 20px; } }
        @media screen and (max-width: 1023px) {
          .navPage-subMenu-list.category-megamenu .navPage-subMenu-action .icon {
            top: 23px; } }
        .navPage-subMenu-list.category-megamenu .navPage-subMenu-action .icon svg {
          fill: none;
          stroke: black; }
    .navPage-subMenu-list.category-megamenu .navPage-childList {
      position: absolute;
      left: 100%;
      background: white;
      top: 0;
      border-left: 0.05rem solid #e1e1e1;
      -webkit-animation: fadeInSliderOut 0.3s;
      animation: fadeInSliderOut 0.3s; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.category-megamenu .navPage-childList {
          display: none;
          left: 0;
          width: 100%;
          position: fixed;
          top: 105px;
          height: calc(100svh - 105px);
          padding-left: 0;
          margin: 0;
          animation: none; }
          .navPage-subMenu-list.category-megamenu .navPage-childList.is-open {
            display: block;
            z-index: 99; } }
      @media screen and (max-width: 767px) {
        .navPage-subMenu-list.category-megamenu .navPage-childList {
          top: 93px;
          height: calc(100svh - 93px); } }
      .navPage-subMenu-list.category-megamenu .navPage-childList .childmenu-inner {
        height: 75.5rem;
        height: calc(100svh - 19.8rem);
        width: 38rem;
        overflow-y: auto; }
        @media screen and (max-width: 1279px) {
          .navPage-subMenu-list.category-megamenu .navPage-childList .childmenu-inner {
            width: 280px; } }
        @media screen and (max-width: 1023px) {
          .navPage-subMenu-list.category-megamenu .navPage-childList .childmenu-inner {
            width: 100%;
            height: 100%; } }
      .navPage-subMenu-list.category-megamenu .navPage-childList-item.sfHover > .navPage-childList-action {
        color: #ed0000; }
        .navPage-subMenu-list.category-megamenu .navPage-childList-item.sfHover > .navPage-childList-action .icon svg {
          stroke: #ed0000; }
      .navPage-subMenu-list.category-megamenu .navPage-childList-item.shop-all {
        margin-bottom: 1.5rem; }
      .navPage-subMenu-list.category-megamenu .navPage-childList-action {
        position: relative;
        display: inline-block;
        font-size: 1.8rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: black;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        width: 100%;
        padding: 1.5rem 5.6rem 1.4rem 4rem; }
        @media only screen and (max-width: 1599px) {
          .navPage-subMenu-list.category-megamenu .navPage-childList-action {
            font-size: 16px;
            padding: 12px 40px 11px 20px; } }
        @media screen and (max-width: 1023px) {
          .navPage-subMenu-list.category-megamenu .navPage-childList-action {
            font-size: 1.8rem; } }
        @media screen and (max-width: 1023px) {
          .navPage-subMenu-list.category-megamenu .navPage-childList-action.has-child {
            font-weight: 500; } }
        .navPage-subMenu-list.category-megamenu .navPage-childList-action:hover {
          color: #ed0000; }
          .navPage-subMenu-list.category-megamenu .navPage-childList-action:hover .icon {
            -webkit-transform: translateX(0.5rem);
            -moz-transform: translateX(0.5rem);
            -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem); }
            @media screen and (max-width: 1023px) {
              .navPage-subMenu-list.category-megamenu .navPage-childList-action:hover .icon {
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                transform: none; } }
        .navPage-subMenu-list.category-megamenu .navPage-childList-action .icon {
          position: absolute;
          width: 0.8rem;
          height: 1.4rem;
          top: 1.4rem;
          right: 4rem; }
          @media only screen and (max-width: 1599px) {
            .navPage-subMenu-list.category-megamenu .navPage-childList-action .icon {
              top: 13px;
              right: 20px; } }
          @media screen and (max-width: 1023px) {
            .navPage-subMenu-list.category-megamenu .navPage-childList-action .icon {
              top: 11px; } }
          .navPage-subMenu-list.category-megamenu .navPage-childList-action .icon svg {
            fill: none;
            stroke: black; }
  .navPage-subMenu-list.brands-megamenu {
    max-width: none;
    width: 79.32%;
    max-height: calc(100svh - 22.4rem);
    overflow: auto; }
    @media only screen and (max-width: 1599px) {
      .navPage-subMenu-list.brands-megamenu {
        width: 88%; } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list.brands-megamenu {
        width: 100%;
        position: fixed;
        top: 105px;
        max-height: 100%;
        height: calc(100svh - 105px); } }
    @media screen and (max-width: 767px) {
      .navPage-subMenu-list.brands-megamenu {
        top: 93px;
        height: calc(100svh - 93px); } }
    .navPage-subMenu-list.brands-megamenu .megamenu-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .navPage-subMenu-list.brands-megamenu .menu-col-1, .navPage-subMenu-list.brands-megamenu .menu-col-2, .navPage-subMenu-list.brands-megamenu .menu-col-3 {
      border-right: 0.1rem solid #e1e1e1; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.brands-megamenu .menu-col-1, .navPage-subMenu-list.brands-megamenu .menu-col-2, .navPage-subMenu-list.brands-megamenu .menu-col-3 {
          border: 0; } }
    .navPage-subMenu-list.brands-megamenu .menu-col-1, .navPage-subMenu-list.brands-megamenu .menu-col-2, .navPage-subMenu-list.brands-megamenu .menu-col-3, .navPage-subMenu-list.brands-megamenu .menu-col-4 {
      width: 25%;
      padding: 1.6rem 0; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.brands-megamenu .menu-col-1, .navPage-subMenu-list.brands-megamenu .menu-col-2, .navPage-subMenu-list.brands-megamenu .menu-col-3, .navPage-subMenu-list.brands-megamenu .menu-col-4 {
          width: 100%;
          padding: 0; } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list.brands-megamenu .menu-col-1 {
        padding-top: 20px; } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list.brands-megamenu .menu-col-4 {
        padding-bottom: 20px; } }
    .navPage-subMenu-list.brands-megamenu .navPage-subMenu-item {
      float: none;
      width: auto;
      padding: 1.1rem 4rem !important; }
      @media only screen and (max-width: 1599px) {
        .navPage-subMenu-list.brands-megamenu .navPage-subMenu-item {
          padding-left: 20px !important;
          padding-right: 20px !important; } }
    .navPage-subMenu-list.brands-megamenu .navPage-subMenu-action {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      font-size: 1.8rem;
      line-height: 1.1;
      font-weight: 400;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
      @media only screen and (max-width: 1599px) {
        .navPage-subMenu-list.brands-megamenu .navPage-subMenu-action {
          font-size: 16px; } }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.brands-megamenu .navPage-subMenu-action {
          font-size: 18px; } }
    .navPage-subMenu-list.brands-megamenu .brand-name {
      width: calc(100% - 8rem);
      padding-right: 1rem; }
      @media screen and (max-width: 1279px) {
        .navPage-subMenu-list.brands-megamenu .brand-name {
          width: calc(100% - 70px); } }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.brands-megamenu .brand-name {
          width: 100%; } }
    .navPage-subMenu-list.brands-megamenu .brand-img {
      width: 8rem;
      aspect-ratio: 16/7; }
      @media screen and (max-width: 1279px) {
        .navPage-subMenu-list.brands-megamenu .brand-img {
          width: 70px; } }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.brands-megamenu .brand-img {
          display: none; } }
      .navPage-subMenu-list.brands-megamenu .brand-img img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
    .navPage-subMenu-list.brands-megamenu .shop-all .navPage-subMenu-action {
      font-weight: 500; }
      .navPage-subMenu-list.brands-megamenu .shop-all .navPage-subMenu-action::after {
        max-width: 11.4rem;
        top: 3.3rem; }
        @media only screen and (max-width: 1599px) {
          .navPage-subMenu-list.brands-megamenu .shop-all .navPage-subMenu-action::after {
            max-width: 100px; } }
  .navPage-subMenu-list.stacks-megamenu {
    max-width: none;
    width: 79.32%; }
    @media only screen and (max-width: 1599px) {
      .navPage-subMenu-list.stacks-megamenu {
        width: 88%; } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list.stacks-megamenu {
        width: 100%;
        position: fixed;
        top: 105px;
        height: calc(100svh - 105px); } }
    @media screen and (max-width: 767px) {
      .navPage-subMenu-list.stacks-megamenu {
        top: 93px;
        height: calc(100svh - 93px); } }
    .navPage-subMenu-list.stacks-megamenu .megamenu-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .navPage-subMenu-list.stacks-megamenu .navPage-subMenu-item {
      width: 25%;
      border-right: 0.05rem solid #dddddd; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.stacks-megamenu .navPage-subMenu-item {
          width: 100%;
          border-right: 0;
          padding: 0; } }
      .navPage-subMenu-list.stacks-megamenu .navPage-subMenu-item:last-child {
        border: 0; }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list.stacks-megamenu .navPage-subMenu-action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    .navPage-subMenu-list.stacks-megamenu .navPages-action {
      margin: 0; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list.stacks-megamenu .navPages-action {
          border-bottom: 1px solid #e1e1e1; } }
    .navPage-subMenu-list.stacks-megamenu .parent-category {
      padding-top: 23px;
      padding-bottom: 23px; }
      .navPage-subMenu-list.stacks-megamenu .parent-category .icon {
        top: 25px; }
  .navPage-subMenu-list .parent-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    padding: 2.5rem 4rem 2.3rem;
    margin-bottom: 1.5rem;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    border-bottom: 0.05rem solid #e1e1e1;
    pointer-events: none;
    position: relative; }
    @media only screen and (max-width: 1599px) {
      .navPage-subMenu-list .parent-category {
        font-size: 16px;
        padding: 19px 40px 18px 20px; } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list .parent-category {
        font-size: 18px;
        pointer-events: all;
        padding: 16px 20px 16px 10px;
        background-color: #F8F8F8;
        width: 100%; } }
    .navPage-subMenu-list .parent-category.mb {
      display: none; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list .parent-category.mb {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          margin-bottom: 0; } }
    .navPage-subMenu-list .parent-category .back-menu {
      color: black; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list .parent-category .back-menu {
          margin-top: 2px;
          padding-left: 30px;
          position: relative; } }
    .navPage-subMenu-list .parent-category .icon {
      display: none;
      position: absolute;
      width: 20px;
      height: 13px;
      margin-right: 12px;
      top: 25px;
      left: 15px; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list .parent-category .icon {
          display: block;
          top: 25px; } }
    .navPage-subMenu-list .parent-category .button, .navPage-subMenu-list .parent-category #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .navPage-subMenu-list .parent-category button, .navPage-subMenu-list .parent-category body .snize-ac-results .snize-view-all-link, body .snize-ac-results .navPage-subMenu-list .parent-category .snize-view-all-link, .navPage-subMenu-list .parent-category body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .navPage-subMenu-list .parent-category .snize-popular-suggestions-view-all-products-text, .navPage-subMenu-list .parent-category .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .navPage-subMenu-list .parent-category .snize-button,
    .navPage-subMenu-list .parent-category .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .navPage-subMenu-list .parent-category .snize-button, .navPage-subMenu-list .parent-category body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .navPage-subMenu-list .parent-category button.snize-product-filters-show-products, .navPage-subMenu-list .parent-category body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .navPage-subMenu-list .parent-category button.snize-product-filters-reset-all, .navPage-subMenu-list .parent-category .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .navPage-subMenu-list .parent-category .yotpo-new-review-submit, .navPage-subMenu-list .parent-category .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .navPage-subMenu-list .parent-category .yotpo-question-submit {
      display: none;
      font-size: 12px;
      padding: 9px 32px 8px;
      color: black;
      background-color: white;
      border-color: black;
      margin-left: auto; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list .parent-category .button, .navPage-subMenu-list .parent-category #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .navPage-subMenu-list .parent-category button, .navPage-subMenu-list .parent-category body .snize-ac-results .snize-view-all-link, body .snize-ac-results .navPage-subMenu-list .parent-category .snize-view-all-link, .navPage-subMenu-list .parent-category body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .navPage-subMenu-list .parent-category .snize-popular-suggestions-view-all-products-text, .navPage-subMenu-list .parent-category .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .navPage-subMenu-list .parent-category .snize-button,
        .navPage-subMenu-list .parent-category .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .navPage-subMenu-list .parent-category .snize-button, .navPage-subMenu-list .parent-category body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .navPage-subMenu-list .parent-category button.snize-product-filters-show-products, .navPage-subMenu-list .parent-category body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .navPage-subMenu-list .parent-category button.snize-product-filters-reset-all, .navPage-subMenu-list .parent-category .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .navPage-subMenu-list .parent-category .yotpo-new-review-submit, .navPage-subMenu-list .parent-category .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .navPage-subMenu-list .parent-category .yotpo-question-submit {
          display: inline-block; } }
  .navPage-subMenu-list .shop-all {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list .shop-all {
        display: none; } }
    .navPage-subMenu-list .shop-all.sfHover {
      content: " "; }
      .navPage-subMenu-list .shop-all.sfHover > .navPage-subMenu-action, .navPage-subMenu-list .shop-all.sfHover > .navPage-childList-action {
        background-color: inherit; }
    .navPage-subMenu-list .shop-all .navPage-subMenu-action:hover, .navPage-subMenu-list .shop-all .navPage-childList-action:hover {
      background-color: inherit; }
      .navPage-subMenu-list .shop-all .navPage-subMenu-action:hover::after, .navPage-subMenu-list .shop-all .navPage-childList-action:hover::after {
        background-color: #ed0000;
        -webkit-animation: progrssive 1s linear;
        animation: progrssive 1s linear; }
    .navPage-subMenu-list .shop-all .navPage-subMenu-action::after, .navPage-subMenu-list .shop-all .navPage-childList-action::after {
      content: " ";
      position: absolute;
      background-color: black;
      height: 0.2rem;
      left: 4rem; }
      @media only screen and (max-width: 1599px) {
        .navPage-subMenu-list .shop-all .navPage-subMenu-action::after, .navPage-subMenu-list .shop-all .navPage-childList-action::after {
          left: 20px; } }
    .navPage-subMenu-list .shop-all .navPage-subMenu-action::after {
      top: 4.4rem;
      max-width: 7.4rem;
      width: 100%; }
      @media only screen and (max-width: 1599px) {
        .navPage-subMenu-list .shop-all .navPage-subMenu-action::after {
          top: 38px;
          max-width: 66px; } }
    .navPage-subMenu-list .shop-all .navPage-childList-action {
      font-weight: 500;
      position: relative; }
      .navPage-subMenu-list .shop-all .navPage-childList-action::after {
        top: 3.4rem;
        max-width: 6rem;
        width: 100%; }
        @media only screen and (max-width: 1599px) {
          .navPage-subMenu-list .shop-all .navPage-childList-action::after {
            top: 30px;
            max-width: 52px; } }

.navPage-subMenu-item > .navPage-subMenu-action {
  margin-bottom: 0;
  border-bottom: 0; }

.navPage-subMenu-action {
  color: black; }
  .navPage-subMenu-action:hover {
    color: #ed0000; }
    .navPage-subMenu-action:hover .cat-img {
      -webkit-transform: translateY(-1rem);
      -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
      transform: translateY(-1rem); }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-action:hover .cat-img {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          transform: none; } }
  .navPage-subMenu-action .cat-img {
    max-width: 21.2rem;
    aspect-ratio: 1/1;
    margin: 0 auto 4rem;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1279px) {
      .navPage-subMenu-action .cat-img {
        width: 160px;
        height: 160px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-action .cat-img {
        width: 80px;
        height: 80px;
        margin: 0 30px 0 0; } }
    .navPage-subMenu-action .cat-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .navPage-subMenu-action .cat-name {
    text-transform: uppercase;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-action .cat-name {
        text-align: start;
        max-width: 150px; } }

@media screen and (max-width: 1023px) {
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 0; } }

/*---[Mobile navuser] ---*/
ul.navPages-list--user {
  background-color: black;
  padding: 20px;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    ul.navPages-list--user {
      display: block; } }
  ul.navPages-list--user .navUser-item {
    display: block;
    width: 100%;
    float: none; }
    ul.navPages-list--user .navUser-item a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      color: white;
      padding: 6px 0;
      width: 100%; }
  ul.navPages-list--user .navUser-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    background-color: #222222;
    border-radius: 50%; }
    ul.navPages-list--user .navUser-icon .icon {
      width: 12px;
      height: 12px; }
      ul.navPages-list--user .navUser-icon .icon svg {
        fill: white; }

.mac-os .navPage-subMenu-list .parent-category .back-menu {
  margin-top: 0; }

.mac-os .navPage-subMenu-list.category-megamenu .navPage-subMenu-action .icon {
  top: 2.5rem; }
  @media only screen and (max-width: 1599px) {
    .mac-os .navPage-subMenu-list.category-megamenu .navPage-subMenu-action .icon {
      top: 19px; } }
  @media screen and (max-width: 1023px) {
    .mac-os .navPage-subMenu-list.category-megamenu .navPage-subMenu-action .icon {
      top: 24px; } }

.mac-os .navPage-subMenu-list.stacks-megamenu .parent-category {
  padding-top: 24px;
  padding-bottom: 24px; }
  .mac-os .navPage-subMenu-list.stacks-megamenu .parent-category .icon {
    top: 24px; }

/* --- [ Components Files ] ---*/
/*------- [Search Dropdown] -------*/
body .snize-ac-results-content {
  max-height: calc(100svh - 19.8rem) !important;
  background-color: white;
  box-shadow: none; }
  @media screen and (max-width: 1023px) {
    body .snize-ac-results-content {
      max-height: 100% !important; } }

body .snize-ac-results {
  top: 13.2rem !important;
  margin-left: 5.6rem;
  margin-left: 3%;
  max-width: 45rem !important;
  max-height: calc(100svh - 19.8rem) !important;
  /*--- [PRODUCT CARD] ---*/
  /*--- [Mobile] ---*/ }
  @media only screen and (max-width: 1599px) {
    body .snize-ac-results {
      margin-left: 9%;
      top: 130px !important; } }
  @media screen and (max-width: 1279px) {
    body .snize-ac-results {
      top: 116px !important; } }
  @media screen and (max-width: 1023px) {
    body .snize-ac-results {
      max-height: none !important; } }
  body .snize-ac-results .snize-label,
  body .snize-ac-results .snize-suggestion,
  body .snize-ac-results .snize-vendor,
  body .snize-ac-results .snize-tag,
  body .snize-ac-results .snize-page,
  body .snize-ac-results .snize-category,
  body .snize-ac-results a {
    color: black; }
  body .snize-ac-results .snize-ac-over-nodrop {
    background: none;
    color: #ed0000; }
    body .snize-ac-results .snize-ac-over-nodrop a {
      color: #ed0000; }
    body .snize-ac-results .snize-ac-over-nodrop .snize-ac-results-arrow {
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23ed0000'/%3E%3C/svg%3E%0A"); }
  body .snize-ac-results .snize-label {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
    border-color: #e1e1e1; }
  body .snize-ac-results .snize-suggestion::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 3.75C6.76295 3.75 3.75 6.77915 3.75 10.5409C3.75 14.3001 6.76045 17.3318 10.5 17.3318C11.9854 17.3318 13.3777 16.8561 14.5821 15.9089L18.6227 19.975C18.7663 20.1195 19.0288 20.25 19.3 20.25C19.5712 20.25 19.8337 20.1195 19.9773 19.975C20.1209 19.8305 20.25 19.567 20.25 19.2956C20.25 19.185 20.2027 19.0662 20.1614 18.9831C20.1162 18.8922 20.052 18.792 19.9773 18.7169L15.9348 14.6489C16.8771 13.4366 17.35 12.0355 17.35 10.5409C17.35 6.78165 14.3395 3.75 10.6 3.75ZM5.65 10.5409C5.65 7.85986 7.83955 5.65881 10.5 5.65881C13.1605 5.65881 15.35 7.85986 15.35 10.5409C15.35 13.3225 13.2605 15.423 10.5 15.423C7.83955 15.423 5.65 13.2219 5.65 10.5409Z' fill='%23000000'/%3E%3C/svg%3E%0A"); }
  body .snize-ac-results .snize-suggestion.snize-ac-over-nodrop::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6 3.75C6.76295 3.75 3.75 6.77915 3.75 10.5409C3.75 14.3001 6.76045 17.3318 10.5 17.3318C11.9854 17.3318 13.3777 16.8561 14.5821 15.9089L18.6227 19.975C18.7663 20.1195 19.0288 20.25 19.3 20.25C19.5712 20.25 19.8337 20.1195 19.9773 19.975C20.1209 19.8305 20.25 19.567 20.25 19.2956C20.25 19.185 20.2027 19.0662 20.1614 18.9831C20.1162 18.8922 20.052 18.792 19.9773 18.7169L15.9348 14.6489C16.8771 13.4366 17.35 12.0355 17.35 10.5409C17.35 6.78165 14.3395 3.75 10.6 3.75ZM5.65 10.5409C5.65 7.85986 7.83955 5.65881 10.5 5.65881C13.1605 5.65881 15.35 7.85986 15.35 10.5409C15.35 13.3225 13.2605 15.423 10.5 15.423C7.83955 15.423 5.65 13.2219 5.65 10.5409Z' fill='%23ed0000'/%3E%3C/svg%3E%0A"); }
  body .snize-ac-results .snize-page:not(.snize-view-all-pages)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.489 0 0 4.489 0 10C0 15.511 4.489 20 10 20C15.511 20 20 15.511 20 10C20 4.489 15.511 0 10 0ZM10 2C14.4301 2 18 5.56988 18 10C18 14.4301 14.4301 18 10 18C5.56988 18 2 14.4301 2 10C2 5.56988 5.56988 2 10 2ZM10 5C9.44771 5 9 5.44772 9 6C9 6.55228 9.44771 7 10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5ZM10 8.5C9.44771 8.5 9 8.94772 9 9.5V14C9 14.5523 9.44771 15 10 15C10.5523 15 11 14.5523 11 14V9.5C11 8.94771 10.5523 8.5 10 8.5Z' fill='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  body .snize-ac-results .snize-page:not(.snize-view-all-pages).snize-ac-over-nodrop::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.489 0 0 4.489 0 10C0 15.511 4.489 20 10 20C15.511 20 20 15.511 20 10C20 4.489 15.511 0 10 0ZM10 2C14.4301 2 18 5.56988 18 10C18 14.4301 14.4301 18 10 18C5.56988 18 2 14.4301 2 10C2 5.56988 5.56988 2 10 2ZM10 5C9.44771 5 9 5.44772 9 6C9 6.55228 9.44771 7 10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5ZM10 8.5C9.44771 8.5 9 8.94772 9 9.5V14C9 14.5523 9.44771 15 10 15C10.5523 15 11 14.5523 11 14V9.5C11 8.94771 10.5523 8.5 10 8.5Z' fill='%23ed0000'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  body .snize-ac-results .snize-ac-results-arrow {
    width: 1rem;
    height: 1rem;
    margin-left: 0.6rem; }
  body .snize-ac-results .snize-view-all-link {
    width: 100%;
    margin-top: 2.8rem; }
    @media screen and (max-width: 1023px) {
      body .snize-ac-results .snize-view-all-link {
        margin-top: 18px; } }
    body .snize-ac-results .snize-view-all-link .snize-ac-results-arrow {
      vertical-align: baseline;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }
  body .snize-ac-results .snize-nothing-found-text {
    color: black; }
  body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-text {
    color: black; }
  body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text {
    width: 100%;
    margin-top: 2.8rem; }
    body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .snize-ac-view-all-products {
      color: inherit; }
    body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .snize-ac-results-arrow {
      margin-top: -0.2rem;
      vertical-align: baseline;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }
  body .snize-ac-results .snize-popular-suggestions-text .snize-no-products-found-link {
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    font-weight: 500;
    color: white;
    background-color: black; }
  body .snize-ac-results .snize-ac-results-singlecolumn-list .snize-label {
    margin-bottom: 2rem; }
  body .snize-ac-results .snize-product {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 1.6rem;
    border: 0.1rem solid #e1e1e1;
    margin-bottom: 1rem; }
    body .snize-ac-results .snize-product.snize-ac-over-nodrop {
      background: none;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      border-color: #ed0000; }
  body .snize-ac-results .snize-thumbnail {
    width: 8rem;
    aspect-ratio: 1/1; }
  body .snize-ac-results .snize-item-image {
    max-width: 100%;
    max-height: 100%;
    height: 100%; }
  body .snize-ac-results .snize-title {
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: black;
    margin-bottom: 1rem;
    order: 2; }
  body .snize-ac-results .snize-attribute {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    order: 1;
    margin-bottom: 0.8rem;
    overflow: unset;
    color: #666666; }
  body .snize-ac-results .snize-ac-prices-container {
    order: 3; }
  body .snize-ac-results .snize-price-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    margin-top: 0; }
  body .snize-ac-results .snize-discounted-price {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    color: #666666;
    margin-right: 0.3rem;
    margin-left: 0;
    order: 1;
    display: none; }
  body .snize-ac-results .snize-price-with-discount {
    color: black;
    order: 2; }
  body .snize-ac-results.snize-ac-results-mobile {
    margin-left: 0;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden; }
    body .snize-ac-results.snize-ac-results-mobile .snize-close-area {
      box-shadow: none; }
    body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
      padding: 10px;
      overflow: auto; }
    body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border: 0; }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel.se-sticky-search-form-focused {
        outline: none; }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel form {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        border: 1px solid #e1e1e1;
        overflow: hidden;
        padding: 4px 18px 4px 14px;
        width: calc(100% - 40px); }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-close-button {
        width: 40px;
        display: block; }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-close-button-arrow {
        width: 12px;
        height: 12px;
        background-size: contain; }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
        font-size: 11px;
        line-height: 1.5;
        margin: 0; }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-search {
        position: relative; }
        body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-search:after {
          content: "";
          position: absolute;
          top: 3px;
          right: 0;
          width: 1px;
          height: 18px;
          background-color: #f0f0f0; }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-clear-button.snize-icon-search {
        width: 12px;
        height: 12px;
        background-size: contain;
        background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" stroke="black" xmlns="http://www.w3.org/2000/svg"><circle cx="5.5" cy="5.5" r="4.5" stroke-width="1.5"/><path d="M8.5 8.5L12 12" stroke-width="1.5"/></svg>');
        margin: 0 0 0 12px; }
      body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-clear-button {
        width: 10px;
        height: 10px;
        background-size: contain;
        margin: 0 0 0 12px; }
    body .snize-ac-results.snize-ac-results-mobile .snize-label {
      font-size: 16px; }
    body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-list-last .snize-label {
      margin-bottom: 14px; }
    body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text {
      margin-left: 0;
      margin-right: 0; }

body.head-sticky-added .snize-ac-results {
  top: 7.8rem !important; }
  @media only screen and (max-width: 1599px) {
    body.head-sticky-added .snize-ac-results {
      top: 75px !important; } }
  @media screen and (max-width: 1279px) {
    body.head-sticky-added .snize-ac-results {
      top: 62px !important; } }

/*------- [Category Page] -------*/
.cate-page,
.snize-results-page {
  background-color: #f7f7f7;
  padding-bottom: 4rem;
  /*--- [Tab] ---*/
  /*--- [Product Card] ---*/
  /*--- [List] ---*/ }
  @media screen and (max-width: 767px) {
    .cate-page,
    .snize-results-page {
      padding-bottom: 20px; } }
  .cate-page .common-heading-wrap,
  .snize-results-page .common-heading-wrap {
    margin-bottom: 0; }
  .cate-page div.snize-search-results#snize_results div.snize-main-panel-controls ul li a,
  .snize-results-page div.snize-search-results#snize_results div.snize-main-panel-controls ul li a {
    color: black;
    border-color: transparent; }
    .cate-page div.snize-search-results#snize_results div.snize-main-panel-controls ul li a.active,
    .snize-results-page div.snize-search-results#snize_results div.snize-main-panel-controls ul li a.active {
      color: black;
      border-color: #ed0000; }
  .cate-page div.snize,
  .snize-results-page div.snize {
    /*--- [Filter] ---*/
    /*--- [PAGINATION] ---*/
    /*--- [ CATEGORY/PAGE TAB ] ---*/ }
    .cate-page div.snize div.snize-main-panel,
    .snize-results-page div.snize div.snize-main-panel {
      min-height: auto;
      margin-top: 6rem;
      margin-bottom: 4rem; }
    .cate-page div.snize div.snize-main-panel-controls ul,
    .snize-results-page div.snize div.snize-main-panel-controls ul {
      text-align: center; }
    .cate-page div.snize div.snize-filters-sidebar,
    .snize-results-page div.snize div.snize-filters-sidebar {
      width: 25%;
      margin-right: 2rem !important; }
      .cate-page div.snize div.snize-filters-sidebar div.snize-product-filters-title,
      .snize-results-page div.snize div.snize-filters-sidebar div.snize-product-filters-title {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: 700;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        color: black;
        text-transform: uppercase;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        border: 0.1rem solid transparent;
        -webkit-border-radius: 1.4rem;
        -moz-border-radius: 1.4rem;
        border-radius: 1.4rem; }
        .cate-page div.snize div.snize-filters-sidebar div.snize-product-filters-title:hover,
        .snize-results-page div.snize div.snize-filters-sidebar div.snize-product-filters-title:hover {
          border-color: black; }
        .cate-page div.snize div.snize-filters-sidebar div.snize-product-filters-title.open,
        .snize-results-page div.snize div.snize-filters-sidebar div.snize-product-filters-title.open {
          border-color: transparent; }
          .cate-page div.snize div.snize-filters-sidebar div.snize-product-filters-title.open i.snize-product-filters-close,
          .snize-results-page div.snize div.snize-filters-sidebar div.snize-product-filters-title.open i.snize-product-filters-close {
            background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2H1C0.45 2 0 1.55 0 1C0 0.45 0.45 0 1 0H13C13.55 0 14 0.45 14 1C14 1.55 13.55 2 13 2Z' fill='%23000000'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            width: 1.3rem;
            background-size: contain; }
        .cate-page div.snize div.snize-filters-sidebar div.snize-product-filters-title span,
        .snize-results-page div.snize div.snize-filters-sidebar div.snize-product-filters-title span {
          text-transform: uppercase; }
      .cate-page div.snize div.snize-filters-sidebar i.snize-product-filters-open,
      .snize-results-page div.snize div.snize-filters-sidebar i.snize-product-filters-open {
        width: 1.3rem;
        height: 1.3rem;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 8H8V13C8 13.55 7.55 14 7 14C6.45 14 6 13.55 6 13V8H1C0.45 8 0 7.55 0 7C0 6.45 0.45 6 1 6H6V1C6 0.45 6.45 0 7 0C7.55 0 8 0.45 8 1V6H13C13.55 6 14 6.45 14 7C14 7.55 13.55 8 13 8Z' fill='%23000000'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat; }
      .cate-page div.snize div.snize-filters-sidebar .snize-product-filters-list,
      .snize-results-page div.snize div.snize-filters-sidebar .snize-product-filters-list {
        margin-bottom: 0;
        padding: 2.4rem;
        max-height: none;
        overflow: visible;
        border-top: 0.1rem solid #EBEBEB;
        margin-left: 0; }
        .cate-page div.snize div.snize-filters-sidebar .snize-product-filters-list .snize-filter-variant-count,
        .snize-results-page div.snize div.snize-filters-sidebar .snize-product-filters-list .snize-filter-variant-count {
          display: none; }
        .cate-page div.snize div.snize-filters-sidebar .snize-product-filters-list li,
        .snize-results-page div.snize div.snize-filters-sidebar .snize-product-filters-list li {
          margin-top: 0;
          margin-bottom: 1.4rem;
          padding-left: 0; }
          .cate-page div.snize div.snize-filters-sidebar .snize-product-filters-list li:last-child,
          .snize-results-page div.snize div.snize-filters-sidebar .snize-product-filters-list li:last-child {
            margin-bottom: 0; }
      .cate-page div.snize div.snize-filters-sidebar .snize-product-size-filter,
      .snize-results-page div.snize div.snize-filters-sidebar .snize-product-size-filter {
        max-width: 100%;
        margin-bottom: 0;
        padding: 2.4rem;
        max-height: none;
        overflow: visible;
        border-top: 0.1rem solid #EBEBEB;
        margin-left: 0; }
        .cate-page div.snize div.snize-filters-sidebar .snize-product-size-filter li,
        .snize-results-page div.snize div.snize-filters-sidebar .snize-product-size-filter li {
          padding-left: 0; }
          .cate-page div.snize div.snize-filters-sidebar .snize-product-size-filter li .snize-size-filter-checkbox input[type=checkbox]:checked + span,
          .snize-results-page div.snize div.snize-filters-sidebar .snize-product-size-filter li .snize-size-filter-checkbox input[type=checkbox]:checked + span {
            border-color: black;
            background-color: black; }
      .cate-page div.snize div.snize-filters-sidebar .snize-product-color-filter,
      .snize-results-page div.snize div.snize-filters-sidebar .snize-product-color-filter {
        max-width: 100%;
        margin-bottom: 0;
        padding: 2.4rem;
        max-height: none;
        overflow: visible;
        border-top: 0.1rem solid #EBEBEB;
        margin-left: 0; }
        .cate-page div.snize div.snize-filters-sidebar .snize-product-color-filter li,
        .snize-results-page div.snize div.snize-filters-sidebar .snize-product-color-filter li {
          padding-left: 0; }
      .cate-page div.snize div.snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list,
      .snize-results-page div.snize div.snize-filters-sidebar #snize_filters_block_price ul.snize-product-filters-list {
        margin-bottom: 0; }
      .cate-page div.snize div.snize-filters-sidebar li .snize-filter-checkbox span,
      .snize-results-page div.snize div.snize-filters-sidebar li .snize-filter-checkbox span {
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        border-radius: 0.4rem;
        border-color: black; }
      .cate-page div.snize div.snize-filters-sidebar li .snize-filter-checkbox input[type=checkbox]:checked + span,
      .snize-results-page div.snize div.snize-filters-sidebar li .snize-filter-checkbox input[type=checkbox]:checked + span {
        background-color: black;
        border-color: black; }
        .cate-page div.snize div.snize-filters-sidebar li .snize-filter-checkbox input[type=checkbox]:checked + span:after,
        .snize-results-page div.snize div.snize-filters-sidebar li .snize-filter-checkbox input[type=checkbox]:checked + span:after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="white"/></svg>');
          background-repeat: no-repeat;
          top: 0.4rem;
          left: 0.3rem; }
      .cate-page div.snize div.snize-filters-sidebar li label > span,
      .snize-results-page div.snize div.snize-filters-sidebar li label > span {
        font-size: 1.4rem;
        line-height: 1;
        color: black;
        padding: 0.3rem 0 0.3rem 2.6rem; }
        .cate-page div.snize div.snize-filters-sidebar li label > span .stars-container,
        .snize-results-page div.snize div.snize-filters-sidebar li label > span .stars-container {
          font-size: 1.8rem;
          margin-top: -0.2rem; }
          .cate-page div.snize div.snize-filters-sidebar li label > span .stars-container::after,
          .snize-results-page div.snize div.snize-filters-sidebar li label > span .stars-container::after {
            color: #c98500; }
          .cate-page div.snize div.snize-filters-sidebar li label > span .stars-container::before,
          .snize-results-page div.snize div.snize-filters-sidebar li label > span .stars-container::before {
            opacity: 0.4;
            color: #c98500; }
      .cate-page div.snize div.snize-filters-sidebar ul.snize-product-filters-list li.snize-filters-show-more div, .cate-page div.snize div.snize-filters-sidebar ul.snize-product-size-filter li.snize-filters-show-more div, .cate-page div.snize div.snize-filters-sidebar ul.snize-product-color-filter li.snize-filters-show-more div,
      .snize-results-page div.snize div.snize-filters-sidebar ul.snize-product-filters-list li.snize-filters-show-more div,
      .snize-results-page div.snize div.snize-filters-sidebar ul.snize-product-size-filter li.snize-filters-show-more div,
      .snize-results-page div.snize div.snize-filters-sidebar ul.snize-product-color-filter li.snize-filters-show-more div {
        font-weight: 500;
        color: black;
        background: none;
        padding: 0; }
        .cate-page div.snize div.snize-filters-sidebar ul.snize-product-filters-list li.snize-filters-show-more div:hover, .cate-page div.snize div.snize-filters-sidebar ul.snize-product-size-filter li.snize-filters-show-more div:hover, .cate-page div.snize div.snize-filters-sidebar ul.snize-product-color-filter li.snize-filters-show-more div:hover,
        .snize-results-page div.snize div.snize-filters-sidebar ul.snize-product-filters-list li.snize-filters-show-more div:hover,
        .snize-results-page div.snize div.snize-filters-sidebar ul.snize-product-size-filter li.snize-filters-show-more div:hover,
        .snize-results-page div.snize div.snize-filters-sidebar ul.snize-product-color-filter li.snize-filters-show-more div:hover {
          color: #ed0000; }
      .cate-page div.snize div.snize-filters-sidebar .snize-filters-title,
      .snize-results-page div.snize div.snize-filters-sidebar .snize-filters-title {
        border: 0;
        color: black;
        background-color: white;
        margin-bottom: 1rem;
        -webkit-border-radius: 1.4rem;
        -moz-border-radius: 1.4rem;
        border-radius: 1.4rem; }
        .cate-page div.snize div.snize-filters-sidebar .snize-filters-title > span,
        .snize-results-page div.snize div.snize-filters-sidebar .snize-filters-title > span {
          font-size: 1.6rem;
          line-height: 1;
          font-weight: 700;
          font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          padding: 2.2rem 2.4rem 2rem;
          border: 0.1rem solid transparent;
          -webkit-border-radius: 1.4rem;
          -moz-border-radius: 1.4rem;
          border-radius: 1.4rem; }
      .cate-page div.snize div.snize-filters-sidebar div.snize-selected-filters,
      .snize-results-page div.snize div.snize-filters-sidebar div.snize-selected-filters {
        margin: 0;
        border-top: 0.1rem solid #EBEBEB;
        width: 100%; }
        .cate-page div.snize div.snize-filters-sidebar div.snize-selected-filters ul,
        .snize-results-page div.snize div.snize-filters-sidebar div.snize-selected-filters ul {
          padding: 1.4rem 2.4rem 2.4rem; }
      .cate-page div.snize div.snize-filters-sidebar li.snize-filter-button:not(.snize-clear-all-button),
      .snize-results-page div.snize div.snize-filters-sidebar li.snize-filter-button:not(.snize-clear-all-button) {
        color: white;
        background-color: black;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        border-radius: 0.4rem;
        padding: 0.7rem 1.4rem;
        margin-right: 1rem;
        margin-top: 1rem; }
      .cate-page div.snize div.snize-filters-sidebar li.snize-filter-button.snize-clear-all-button,
      .snize-results-page div.snize div.snize-filters-sidebar li.snize-filter-button.snize-clear-all-button {
        color: #666666;
        text-decoration: none;
        margin-top: 2rem; }
        .cate-page div.snize div.snize-filters-sidebar li.snize-filter-button.snize-clear-all-button span:hover,
        .snize-results-page div.snize div.snize-filters-sidebar li.snize-filter-button.snize-clear-all-button span:hover {
          color: #ed0000; }
      .cate-page div.snize div.snize-filters-sidebar .snize-clear-icon,
      .snize-results-page div.snize div.snize-filters-sidebar .snize-clear-icon {
        width: auto;
        margin-right: 0;
        margin-left: 1rem; }
        .cate-page div.snize div.snize-filters-sidebar .snize-clear-icon svg,
        .snize-results-page div.snize div.snize-filters-sidebar .snize-clear-icon svg {
          width: 0.5rem;
          height: 0.8rem;
          stroke: #666666; }
          .cate-page div.snize div.snize-filters-sidebar .snize-clear-icon svg path,
          .snize-results-page div.snize div.snize-filters-sidebar .snize-clear-icon svg path {
            fill: #666666; }
      .cate-page div.snize div.snize-filters-sidebar .snize-price-range input.snize-price-range-input,
      .snize-results-page div.snize div.snize-filters-sidebar .snize-price-range input.snize-price-range-input {
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        font-size: 1.1rem;
        line-height: 1;
        padding: 1.3rem 2rem 1.2rem;
        height: auto;
        border-radius: 1rem; }
    .cate-page div.snize div.slider-container.snize-theme .back-bar .pointer,
    .snize-results-page div.snize div.slider-container.snize-theme .back-bar .pointer {
      background-color: black; }
    .cate-page div.snize div.slider-container.snize-theme .selected-bar,
    .snize-results-page div.snize div.slider-container.snize-theme .selected-bar {
      background-color: black; }
    .cate-page div.snize .snize-search-results-main-content,
    .snize-results-page div.snize .snize-search-results-main-content {
      margin-left: calc(25% + 2rem) !important; }
      @media screen and (max-width: 1023px) {
        .cate-page div.snize .snize-search-results-main-content,
        .snize-results-page div.snize .snize-search-results-main-content {
          margin-left: 0 !important; } }
    .cate-page div.snize .snize-product-filters-block,
    .snize-results-page div.snize .snize-product-filters-block {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      background: white;
      margin-bottom: 1rem;
      border: 0; }
      .cate-page div.snize .snize-product-filters-block:hover,
      .snize-results-page div.snize .snize-product-filters-block:hover {
        background-color: white; }
    .cate-page div.snize span.snize-color-filter-hover-name,
    .snize-results-page div.snize span.snize-color-filter-hover-name {
      display: none; }
    .cate-page div.snize .snize-horizontal-wrapper,
    .snize-results-page div.snize .snize-horizontal-wrapper {
      margin-bottom: 2rem;
      margin-top: 0; }
    .cate-page div.snize div.snize-main-panel-view-mode,
    .snize-results-page div.snize div.snize-main-panel-view-mode {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      margin-right: 2rem;
      padding: 0.4rem;
      background-color: white; }
      .cate-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon,
      .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon {
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        border: 0; }
        .cate-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active,
        .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active {
          border-color: black;
          background-color: black; }
          .cate-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active.snize-grid-mode-icon:after,
          .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active.snize-grid-mode-icon:after {
            background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 2.5C0.5 1.39543 1.39543 0.5 2.5 0.5H3.5C4.60457 0.5 5.5 1.39543 5.5 2.5V3.5C5.5 4.60457 4.60457 5.5 3.5 5.5H2.5C1.39543 5.5 0.5 4.60457 0.5 3.5V2.5Z" /><path d="M0.5 10.5C0.5 9.39543 1.39543 8.5 2.5 8.5H3.5C4.60457 8.5 5.5 9.39543 5.5 10.5V11.5C5.5 12.6046 4.60457 13.5 3.5 13.5H2.5C1.39543 13.5 0.5 12.6046 0.5 11.5V10.5Z" /><path d="M8.5 2.5C8.5 1.39543 9.39543 0.5 10.5 0.5H11.5C12.6046 0.5 13.5 1.39543 13.5 2.5V3.5C13.5 4.60457 12.6046 5.5 11.5 5.5H10.5C9.39543 5.5 8.5 4.60457 8.5 3.5V2.5Z" /><path d="M8.5 10.5C8.5 9.39543 9.39543 8.5 10.5 8.5H11.5C12.6046 8.5 13.5 9.39543 13.5 10.5V11.5C13.5 12.6046 12.6046 13.5 11.5 13.5H10.5C9.39543 13.5 8.5 12.6046 8.5 11.5V10.5Z" /></svg>'); }
          .cate-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active.snize-list-mode-icon::after,
          .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active.snize-list-mode-icon::after {
            background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 6C0 5.44772 0.447715 5 1 5H13C13.5523 5 14 5.44772 14 6C14 6.55228 13.5523 7 13 7H1C0.447715 7 0 6.55228 0 6Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 11C0 10.4477 0.447715 10 1 10H13C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12H1C0.447715 12 0 11.5523 0 11Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1C0 0.447715 0.447715 0 1 0H13C13.5523 0 14 0.447715 14 1C14 1.55228 13.5523 2 13 2H1C0.447715 2 0 1.55228 0 1Z"/></svg>'); }
      .cate-page div.snize div.snize-main-panel-view-mode a.snize-grid-mode-icon,
      .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-grid-mode-icon {
        margin-right: 0.6rem;
        position: relative; }
        .cate-page div.snize div.snize-main-panel-view-mode a.snize-grid-mode-icon::after,
        .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-grid-mode-icon::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="%23666666" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 2.5C0.5 1.39543 1.39543 0.5 2.5 0.5H3.5C4.60457 0.5 5.5 1.39543 5.5 2.5V3.5C5.5 4.60457 4.60457 5.5 3.5 5.5H2.5C1.39543 5.5 0.5 4.60457 0.5 3.5V2.5Z" /><path d="M0.5 10.5C0.5 9.39543 1.39543 8.5 2.5 8.5H3.5C4.60457 8.5 5.5 9.39543 5.5 10.5V11.5C5.5 12.6046 4.60457 13.5 3.5 13.5H2.5C1.39543 13.5 0.5 12.6046 0.5 11.5V10.5Z" /><path d="M8.5 2.5C8.5 1.39543 9.39543 0.5 10.5 0.5H11.5C12.6046 0.5 13.5 1.39543 13.5 2.5V3.5C13.5 4.60457 12.6046 5.5 11.5 5.5H10.5C9.39543 5.5 8.5 4.60457 8.5 3.5V2.5Z" /><path d="M8.5 10.5C8.5 9.39543 9.39543 8.5 10.5 8.5H11.5C12.6046 8.5 13.5 9.39543 13.5 10.5V11.5C13.5 12.6046 12.6046 13.5 11.5 13.5H10.5C9.39543 13.5 8.5 12.6046 8.5 11.5V10.5Z" /></svg>');
          background-size: 1.4rem;
          background-repeat: no-repeat;
          background-position: center; }
        .cate-page div.snize div.snize-main-panel-view-mode a.snize-grid-mode-icon svg,
        .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-grid-mode-icon svg {
          display: none; }
      .cate-page div.snize div.snize-main-panel-view-mode a.snize-list-mode-icon,
      .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-list-mode-icon {
        position: relative; }
        .cate-page div.snize div.snize-main-panel-view-mode a.snize-list-mode-icon::after,
        .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-list-mode-icon::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="%23666666" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 6C0 5.44772 0.447715 5 1 5H13C13.5523 5 14 5.44772 14 6C14 6.55228 13.5523 7 13 7H1C0.447715 7 0 6.55228 0 6Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 11C0 10.4477 0.447715 10 1 10H13C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12H1C0.447715 12 0 11.5523 0 11Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1C0 0.447715 0.447715 0 1 0H13C13.5523 0 14 0.447715 14 1C14 1.55228 13.5523 2 13 2H1C0.447715 2 0 1.55228 0 1Z"/></svg>');
          background-size: 1.4rem;
          background-repeat: no-repeat;
          background-position: center; }
        .cate-page div.snize div.snize-main-panel-view-mode a.snize-list-mode-icon svg,
        .snize-results-page div.snize div.snize-main-panel-view-mode a.snize-list-mode-icon svg {
          display: none; }
    .cate-page div.snize div.snize-main-panel-dropdown,
    .snize-results-page div.snize div.snize-main-panel-dropdown {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      color: black;
      background-color: white; }
      .cate-page div.snize div.snize-main-panel-dropdown .snize-main-panel-dropdown-button,
      .snize-results-page div.snize div.snize-main-panel-dropdown .snize-main-panel-dropdown-button {
        -webkit-border-radius: 1.4rem;
        -moz-border-radius: 1.4rem;
        border-radius: 1.4rem; }
      .cate-page div.snize div.snize-main-panel-dropdown a,
      .snize-results-page div.snize div.snize-main-panel-dropdown a {
        border: 0;
        font-size: 1.4rem;
        line-height: 1;
        color: black;
        padding: 1.2rem 2rem; }
      .cate-page div.snize div.snize-main-panel-dropdown > a::after,
      .snize-results-page div.snize div.snize-main-panel-dropdown > a::after {
        width: 1rem !important;
        height: 100%;
        background-size: 0.8rem 0.5rem;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87998 1.29L5.99998 5.17L2.11998 1.29C1.72998 0.899998 1.09998 0.899998 0.70998 1.29C0.31998 1.68 0.31998 2.31 0.70998 2.7L5.29998 7.29C5.68998 7.68 6.31998 7.68 6.70998 7.29L11.3 2.7C11.69 2.31 11.69 1.68 11.3 1.29C10.91 0.909998 10.27 0.899998 9.87998 1.29Z' fill='%23333333'/%3E%3C/svg%3E%0A");
        background-position: center; }
      .cate-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content,
      .snize-results-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content {
        -webkit-border-radius: 1.4rem;
        -moz-border-radius: 1.4rem;
        border-radius: 1.4rem;
        border: 0.1rem solid #e1e1e1;
        width: calc(100% - 0.2rem);
        overflow: hidden;
        padding: 0; }
        .cate-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a,
        .snize-results-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a {
          max-width: none;
          padding: 1.2rem 2rem 1.1rem; }
          .cate-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a.current,
          .snize-results-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a.current {
            color: white;
            background-color: #ed0000; }
            .cate-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a.current:hover,
            .snize-results-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a.current:hover {
              background-color: #ed0000; }
          .cate-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a:hover,
          .snize-results-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content a:hover {
            color: white;
            background-color: #ed0000; }
        .cate-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content li,
        .snize-results-page div.snize div.snize-main-panel-dropdown ul.snize-main-panel-dropdown-content li {
          padding-left: 0; }
    .cate-page div.snize .snize-horizontal-left,
    .snize-results-page div.snize .snize-horizontal-left {
      width: auto; }
    .cate-page div.snize .snize-horizontal-right,
    .snize-results-page div.snize .snize-horizontal-right {
      min-width: auto; }
    .cate-page div.snize div.snize-search-results-header,
    .snize-results-page div.snize div.snize-search-results-header {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: 700;
      color: black;
      min-width: auto;
      height: auto;
      max-width: none;
      background-color: white;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      padding: 1.2rem 2rem; }
      .cate-page div.snize div.snize-search-results-header b,
      .snize-results-page div.snize div.snize-search-results-header b {
        font-weight: 700;
        color: #ed0000; }
    .cate-page div.snize div.snize-pagination,
    .snize-results-page div.snize div.snize-pagination {
      width: calc(75% - 2rem) !important;
      margin-bottom: 2rem; }
      @media screen and (max-width: 1023px) {
        .cate-page div.snize div.snize-pagination,
        .snize-results-page div.snize div.snize-pagination {
          width: 100% !important; } }
      .cate-page div.snize div.snize-pagination ul,
      .snize-results-page div.snize div.snize-pagination ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100% !important; }
        .cate-page div.snize div.snize-pagination ul li,
        .snize-results-page div.snize div.snize-pagination ul li {
          margin-right: 1rem;
          padding-left: 0; }
          .cate-page div.snize div.snize-pagination ul li:first-child,
          .snize-results-page div.snize div.snize-pagination ul li:first-child {
            position: absolute;
            left: 0; }
            .cate-page div.snize div.snize-pagination ul li:first-child a,
            .cate-page div.snize div.snize-pagination ul li:first-child span,
            .snize-results-page div.snize div.snize-pagination ul li:first-child a,
            .snize-results-page div.snize div.snize-pagination ul li:first-child span {
              -webkit-border-radius: 1.4rem;
              -moz-border-radius: 1.4rem;
              border-radius: 1.4rem;
              color: black;
              background-color: white;
              width: 5.1rem;
              height: 5.1rem; }
          .cate-page div.snize div.snize-pagination ul li:last-child,
          .snize-results-page div.snize div.snize-pagination ul li:last-child {
            position: absolute;
            right: 0;
            margin-right: 0; }
            .cate-page div.snize div.snize-pagination ul li:last-child a,
            .cate-page div.snize div.snize-pagination ul li:last-child span,
            .snize-results-page div.snize div.snize-pagination ul li:last-child a,
            .snize-results-page div.snize div.snize-pagination ul li:last-child span {
              -webkit-border-radius: 1.4rem;
              -moz-border-radius: 1.4rem;
              border-radius: 1.4rem; }
          .cate-page div.snize div.snize-pagination ul li .snize-pagination-prev,
          .snize-results-page div.snize div.snize-pagination ul li .snize-pagination-prev {
            background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M5.3 0H8.5L3.7 7.5L8.5 15H5.3L0.5 7.5L5.3 0Z"/></svg>');
            background-size: 0.8rem; }
            .cate-page div.snize div.snize-pagination ul li .snize-pagination-prev:hover,
            .snize-results-page div.snize div.snize-pagination ul li .snize-pagination-prev:hover {
              background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M5.3 0H8.5L3.7 7.5L8.5 15H5.3L0.5 7.5L5.3 0Z"/></svg>'); }
            .cate-page div.snize div.snize-pagination ul li .snize-pagination-prev.disabled,
            .snize-results-page div.snize div.snize-pagination ul li .snize-pagination-prev.disabled {
              background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M5.3 0H8.5L3.7 7.5L8.5 15H5.3L0.5 7.5L5.3 0Z"/></svg>'); }
          .cate-page div.snize div.snize-pagination ul li .snize-pagination-next,
          .snize-results-page div.snize div.snize-pagination ul li .snize-pagination-next {
            background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M3.7 0H0.5L5.3 7.5L0.5 15H3.7L8.5 7.5L3.7 0Z"/></svg>');
            background-size: 0.8rem; }
            .cate-page div.snize div.snize-pagination ul li .snize-pagination-next:hover,
            .snize-results-page div.snize div.snize-pagination ul li .snize-pagination-next:hover {
              background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M3.7 0H0.5L5.3 7.5L0.5 15H3.7L8.5 7.5L3.7 0Z"/></svg>'); }
            .cate-page div.snize div.snize-pagination ul li .snize-pagination-next.disabled,
            .snize-results-page div.snize div.snize-pagination ul li .snize-pagination-next.disabled {
              background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M3.7 0H0.5L5.3 7.5L0.5 15H3.7L8.5 7.5L3.7 0Z"/></svg>'); }
          .cate-page div.snize div.snize-pagination ul li a,
          .snize-results-page div.snize div.snize-pagination ul li a {
            -webkit-border-radius: 1.4rem;
            -moz-border-radius: 1.4rem;
            border-radius: 1.4rem;
            background-color: white;
            color: black;
            width: 5.1rem;
            height: 5.1rem;
            font-weight: 700;
            font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
            .cate-page div.snize div.snize-pagination ul li a.active,
            .snize-results-page div.snize div.snize-pagination ul li a.active {
              background-color: black; }
            .cate-page div.snize div.snize-pagination ul li a:hover,
            .snize-results-page div.snize div.snize-pagination ul li a:hover {
              color: white;
              background-color: black; }
          .cate-page div.snize div.snize-pagination ul li > span,
          .snize-results-page div.snize div.snize-pagination ul li > span {
            -webkit-border-radius: 1.4rem;
            -moz-border-radius: 1.4rem;
            border-radius: 1.4rem;
            color: black;
            background-color: white;
            width: 5.1rem;
            height: 5.1rem;
            font-weight: 700; }
    .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category, .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page,
    .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category,
    .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page,
    .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category,
    .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page {
      padding: 3rem 0; }
      @media screen and (max-width: 767px) {
        .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category, .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page,
        .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category,
        .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page,
        .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category,
        .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page {
          padding: 20px 0; } }
      .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-title, .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-title, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-title, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-title,
      .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-title,
      .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-title,
      .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-title,
      .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-title {
        font-weight: 700;
        color: black;
        text-transform: uppercase;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        content: " "; }
      .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description,
      .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description,
      .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description,
      .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description,
      .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description {
        font-size: 1.6rem;
        margin-bottom: 0;
        margin-top: 1.2rem;
        content: " "; }
        @media screen and (max-width: 1023px) {
          .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description,
          .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description,
          .snize-results-page div.snize div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description,
          .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description,
          .snize-results-page div.snize div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description {
            font-size: 14px; } }
    .cate-page div.snize div.snize-search-results-categories li.snize-category,
    .snize-results-page div.snize div.snize-search-results-categories li.snize-category {
      color: black;
      border-bottom-color: #e1e1e1; }
    .cate-page div.snize.snize-tab-selected-categories .snize-search-results-main-content, .cate-page div.snize.snize-tab-selected-pages .snize-search-results-main-content,
    .snize-results-page div.snize.snize-tab-selected-categories .snize-search-results-main-content,
    .snize-results-page div.snize.snize-tab-selected-pages .snize-search-results-main-content {
      width: 100%;
      margin-left: 0 !important; }
      .cate-page div.snize.snize-tab-selected-categories .snize-search-results-main-content ul.snize-search-results-content, .cate-page div.snize.snize-tab-selected-pages .snize-search-results-main-content ul.snize-search-results-content,
      .snize-results-page div.snize.snize-tab-selected-categories .snize-search-results-main-content ul.snize-search-results-content,
      .snize-results-page div.snize.snize-tab-selected-pages .snize-search-results-main-content ul.snize-search-results-content {
        margin-left: 0;
        margin-right: 0;
        list-style: none; }
    .cate-page div.snize.snize-tab-selected-categories div.snize-pagination, .cate-page div.snize.snize-tab-selected-pages div.snize-pagination,
    .snize-results-page div.snize.snize-tab-selected-categories div.snize-pagination,
    .snize-results-page div.snize.snize-tab-selected-pages div.snize-pagination {
      width: 100% !important; }
    .cate-page div.snize .snize-hidden + .snize-search-results-main-content,
    .snize-results-page div.snize .snize-hidden + .snize-search-results-main-content {
      width: 100%;
      margin-left: 0 !important; }
      .cate-page div.snize .snize-hidden + .snize-search-results-main-content ul.snize-search-results-content,
      .snize-results-page div.snize .snize-hidden + .snize-search-results-main-content ul.snize-search-results-content {
        margin-left: 0;
        margin-right: 0; }
  .cate-page div.snize-search-results-main-content > div,
  .snize-results-page div.snize-search-results-main-content > div {
    width: 100% !important; }
  .cate-page div.snize:not(.snize-options) #snize-search-results-list-mode .snize-reviews,
  .cate-page div.snize:not(.snize-options) #snize-search-results-grid-mode .snize-reviews,
  .snize-results-page div.snize:not(.snize-options) #snize-search-results-list-mode .snize-reviews,
  .snize-results-page div.snize:not(.snize-options) #snize-search-results-grid-mode .snize-reviews {
    margin-top: 0; }
  .cate-page div.snize #snize-search-results-grid-mode .snize-reviews,
  .cate-page div.snize #snize-search-results-list-mode .snize-reviews,
  .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews,
  .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    order: 2;
    margin-bottom: 1rem; }
    .cate-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container,
    .cate-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container,
    .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container,
    .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .cate-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container,
        .cate-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container,
        .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container,
        .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container {
          font-size: 12px; } }
    .cate-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container,
    .cate-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container,
    .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container,
    .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container {
      font-size: 1.6rem; }
      .cate-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container:before,
      .cate-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container:before,
      .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container:before,
      .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container:before {
        color: #c98500;
        opacity: 0.2; }
      .cate-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container:after,
      .cate-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container:after,
      .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews .stars-container:after,
      .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews .stars-container:after {
        color: #c98500; }
    .cate-page div.snize #snize-search-results-grid-mode .snize-reviews .total-reviews,
    .cate-page div.snize #snize-search-results-list-mode .snize-reviews .total-reviews,
    .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews .total-reviews,
    .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews .total-reviews {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      color: black; }
      @media screen and (max-width: 767px) {
        .cate-page div.snize #snize-search-results-grid-mode .snize-reviews .total-reviews,
        .cate-page div.snize #snize-search-results-list-mode .snize-reviews .total-reviews,
        .snize-results-page div.snize #snize-search-results-grid-mode .snize-reviews .total-reviews,
        .snize-results-page div.snize #snize-search-results-list-mode .snize-reviews .total-reviews {
          font-size: 8px; } }
  .cate-page div.snize #snize-search-results-grid-mode #snize-search-results-grid-mode .snize-reviews,
  .cate-page div.snize #snize-search-results-list-mode #snize-search-results-grid-mode .snize-reviews,
  .snize-results-page div.snize #snize-search-results-grid-mode #snize-search-results-grid-mode .snize-reviews,
  .snize-results-page div.snize #snize-search-results-list-mode #snize-search-results-grid-mode .snize-reviews {
    margin-bottom: 1.4rem; }
  .cate-page #snize-search-results-grid-mode ul,
  .snize-results-page #snize-search-results-grid-mode ul {
    margin-left: -1rem;
    margin-right: -1rem; }
    @media screen and (max-width: 1279px) {
      .cate-page #snize-search-results-grid-mode ul,
      .snize-results-page #snize-search-results-grid-mode ul {
        margin-left: -5px;
        margin-right: -5px; } }
  .cate-page #snize-search-results-grid-mode li.snize-product,
  .snize-results-page #snize-search-results-grid-mode li.snize-product {
    color: black;
    margin: 0 1rem;
    padding-bottom: 2rem; }
    @media screen and (max-width: 1023px) {
      .cate-page #snize-search-results-grid-mode li.snize-product,
      .snize-results-page #snize-search-results-grid-mode li.snize-product {
        margin: 0 5px;
        margin-bottom: 10px; } }
    .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link {
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      overflow: hidden;
      border: 0.1rem solid transparent;
      background-color: white;
      height: 100%;
      padding: 2.2rem 3rem 2.2rem;
      position: relative;
      overflow: visible; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link {
          padding: 15px; } }
      @media screen and (max-width: 1023px) {
        .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link {
          padding: 30px; } }
      @media screen and (max-width: 767px) {
        .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link {
          padding: 15px; } }
      .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover,
      .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover {
        border-color: #ed0000; }
        .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover span.snize-title,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover span.snize-title {
          color: #ed0000; }
          @media screen and (max-width: 1023px) {
            .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover span.snize-title,
            .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover span.snize-title {
              color: black; } }
        .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover::after,
        .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover::after {
          content: " ";
          position: absolute;
          background: rgba(41, 41, 41, 0.15);
          filter: blur(10px);
          -webkit-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          height: 20%;
          z-index: -1;
          left: 2rem;
          right: 2rem;
          bottom: -0.8rem;
          -webkit-border-radius: 2rem;
          -moz-border-radius: 2rem;
          border-radius: 2rem; }
          @media screen and (max-width: 1023px) {
            .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover::after,
            .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-link:hover::after {
              left: 10px;
              right: 10px;
              bottom: -4px; } }
    .cate-page #snize-search-results-grid-mode li.snize-product span.snize-title,
    .snize-results-page #snize-search-results-grid-mode li.snize-product span.snize-title {
      font-size: 1.8rem;
      line-height: 1.1;
      font-weight: 500;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      color: black;
      margin-bottom: 1.4rem;
      order: 3; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-grid-mode li.snize-product span.snize-title,
        .snize-results-page #snize-search-results-grid-mode li.snize-product span.snize-title {
          font-size: 16px; } }
    .cate-page #snize-search-results-grid-mode li.snize-product .snize-button,
    .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button {
      width: auto;
      position: absolute;
      top: -14.4rem;
      min-height: auto; }
  .cate-page #snize-search-results-grid-mode .snize-thumbnail-wrapper,
  .snize-results-page #snize-search-results-grid-mode .snize-thumbnail-wrapper {
    padding: 3.4rem 0; }
    @media screen and (max-width: 1279px) {
      .cate-page #snize-search-results-grid-mode .snize-thumbnail-wrapper,
      .snize-results-page #snize-search-results-grid-mode .snize-thumbnail-wrapper {
        padding: 26px 0; } }
    @media screen and (max-width: 767px) {
      .cate-page #snize-search-results-grid-mode .snize-thumbnail-wrapper,
      .snize-results-page #snize-search-results-grid-mode .snize-thumbnail-wrapper {
        padding: 20px 0 24px; } }
  .cate-page #snize-search-results-grid-mode span.snize-thumbnail,
  .snize-results-page #snize-search-results-grid-mode span.snize-thumbnail {
    max-width: 20rem;
    height: auto;
    aspect-ratio: 1/1; }
    @media screen and (max-width: 1279px) {
      .cate-page #snize-search-results-grid-mode span.snize-thumbnail,
      .snize-results-page #snize-search-results-grid-mode span.snize-thumbnail {
        max-width: 140px; } }
  .cate-page #snize-search-results-grid-mode span.snize-description,
  .snize-results-page #snize-search-results-grid-mode span.snize-description {
    display: none; }
  .cate-page #snize-search-results-grid-mode span.snize-overhidden,
  .snize-results-page #snize-search-results-grid-mode span.snize-overhidden {
    padding: 0; }
  .cate-page #snize-search-results-grid-mode span.snize-attribute,
  .snize-results-page #snize-search-results-grid-mode span.snize-attribute {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: -0.03em;
    margin-bottom: 1.2rem;
    order: 1; }
    @media screen and (max-width: 1279px) {
      .cate-page #snize-search-results-grid-mode span.snize-attribute,
      .snize-results-page #snize-search-results-grid-mode span.snize-attribute {
        font-size: 10px; } }
  .cate-page #snize-search-results-grid-mode .snize-price-list,
  .snize-results-page #snize-search-results-grid-mode .snize-price-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    color: black;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    margin-top: 0;
    order: 4;
    margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .cate-page #snize-search-results-grid-mode .snize-price-list,
      .snize-results-page #snize-search-results-grid-mode .snize-price-list {
        font-size: 20px; } }
    .cate-page #snize-search-results-grid-mode .snize-price-list .snize-discounted-price,
    .snize-results-page #snize-search-results-grid-mode .snize-price-list .snize-discounted-price {
      order: 1;
      font-size: 2.4rem;
      line-height: 1;
      font-weight: 400;
      color: #666666;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      margin-right: 0.8rem;
      margin-left: 0;
      display: none; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-grid-mode .snize-price-list .snize-discounted-price,
        .snize-results-page #snize-search-results-grid-mode .snize-price-list .snize-discounted-price {
          font-size: 20px; } }
    .cate-page #snize-search-results-grid-mode .snize-price-list .snize-price-with-discount,
    .snize-results-page #snize-search-results-grid-mode .snize-price-list .snize-price-with-discount {
      order: 2;
      line-height: 1;
      color: black; }
  .cate-page #snize-search-results-list-mode .snize-thumbnail-wrapper,
  .snize-results-page #snize-search-results-list-mode .snize-thumbnail-wrapper {
    margin-right: 2.5rem; }
  .cate-page #snize-search-results-list-mode li.snize-product,
  .snize-results-page #snize-search-results-list-mode li.snize-product {
    border: 0;
    padding: 0;
    padding-bottom: 1rem; }
    .cate-page #snize-search-results-list-mode li.snize-product:first-child,
    .snize-results-page #snize-search-results-list-mode li.snize-product:first-child {
      padding-top: 0; }
    .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link,
    .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link {
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      overflow: hidden;
      border: 0.1rem solid transparent;
      background-color: white;
      padding: 3.5rem 4.8rem 3.5rem 3.5rem;
      position: relative;
      overflow: visible; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link,
        .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link {
          padding: 30px; } }
      @media screen and (max-width: 767px) {
        .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link,
        .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link {
          padding: 20px; } }
      .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover,
      .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover {
        border-color: #ed0000; }
        @media screen and (max-width: 1023px) {
          .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover,
          .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover {
            border-color: transparent; } }
        .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover span.snize-title,
        .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover span.snize-title {
          color: #ed0000; }
          @media screen and (max-width: 1023px) {
            .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover span.snize-title,
            .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover span.snize-title {
              color: black; } }
        .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover::after,
        .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover::after {
          content: " ";
          position: absolute;
          background: rgba(41, 41, 41, 0.15);
          filter: blur(10px);
          -webkit-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          height: 10%;
          z-index: -1;
          top: auto;
          left: 2rem;
          right: 2rem;
          bottom: 0;
          -webkit-border-radius: 2rem;
          -moz-border-radius: 2rem;
          border-radius: 2rem;
          display: block; }
          @media screen and (max-width: 1023px) {
            .cate-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover::after,
            .snize-results-page #snize-search-results-list-mode li.snize-product .snize-view-link:hover::after {
              display: none; } }
    .cate-page #snize-search-results-list-mode li.snize-product .snize-button,
    .snize-results-page #snize-search-results-list-mode li.snize-product .snize-button {
      -webkit-border-radius: 10rem;
      -moz-border-radius: 10rem;
      border-radius: 10rem;
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      padding: 1.1rem 1rem 1rem;
      min-height: auto;
      height: auto;
      position: absolute;
      right: 0;
      order: 6;
      visibility: visible;
      opacity: 1;
      background-color: #ed0000;
      min-width: 14rem; }
      .cate-page #snize-search-results-list-mode li.snize-product .snize-button:hover,
      .snize-results-page #snize-search-results-list-mode li.snize-product .snize-button:hover {
        background-color: black; }
    .cate-page #snize-search-results-list-mode li.snize-product span.snize-overhidden,
    .snize-results-page #snize-search-results-list-mode li.snize-product span.snize-overhidden {
      padding-right: 18rem; }
    .cate-page #snize-search-results-list-mode li.snize-product span.snize-thumbnail,
    .snize-results-page #snize-search-results-list-mode li.snize-product span.snize-thumbnail {
      width: 14.4rem;
      height: 14.4rem; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-list-mode li.snize-product span.snize-thumbnail,
        .snize-results-page #snize-search-results-list-mode li.snize-product span.snize-thumbnail {
          width: 100px;
          height: 100px; } }
    .cate-page #snize-search-results-list-mode li.snize-product span.snize-title,
    .snize-results-page #snize-search-results-list-mode li.snize-product span.snize-title {
      font-size: 1.8rem;
      line-height: 1.1;
      font-weight: 500;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      color: black;
      margin-bottom: 0.4rem;
      order: 3; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-list-mode li.snize-product span.snize-title,
        .snize-results-page #snize-search-results-list-mode li.snize-product span.snize-title {
          font-size: 16px; } }
    .cate-page #snize-search-results-list-mode li.snize-product span.snize-attribute,
    .snize-results-page #snize-search-results-list-mode li.snize-product span.snize-attribute {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      color: #666666;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      margin-bottom: 1rem;
      order: 1; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-list-mode li.snize-product span.snize-attribute,
        .snize-results-page #snize-search-results-list-mode li.snize-product span.snize-attribute {
          font-size: 10px; } }
    .cate-page #snize-search-results-list-mode li.snize-product .snize-item-image,
    .snize-results-page #snize-search-results-list-mode li.snize-product .snize-item-image {
      max-width: 100%;
      max-height: 100%; }
  .cate-page #snize-search-results-list-mode .snize-price-list,
  .snize-results-page #snize-search-results-list-mode .snize-price-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    color: black;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    margin-top: 0;
    order: 5;
    margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .cate-page #snize-search-results-list-mode .snize-price-list,
      .snize-results-page #snize-search-results-list-mode .snize-price-list {
        font-size: 20px; } }
    .cate-page #snize-search-results-list-mode .snize-price-list .snize-discounted-price,
    .snize-results-page #snize-search-results-list-mode .snize-price-list .snize-discounted-price {
      order: 1;
      font-size: 2.4rem;
      line-height: 1;
      font-weight: 400;
      color: #666666;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      margin-right: 0.8rem;
      margin-left: 0;
      display: none; }
      @media screen and (max-width: 1279px) {
        .cate-page #snize-search-results-list-mode .snize-price-list .snize-discounted-price,
        .snize-results-page #snize-search-results-list-mode .snize-price-list .snize-discounted-price {
          font-size: 20px; } }
    .cate-page #snize-search-results-list-mode .snize-price-list .snize-price-with-discount,
    .snize-results-page #snize-search-results-list-mode .snize-price-list .snize-price-with-discount {
      order: 2;
      line-height: 1;
      color: black; }
  .cate-page #snize-search-results-list-mode span.snize-description,
  .snize-results-page #snize-search-results-list-mode span.snize-description {
    font-size: 1.4rem;
    line-height: 1.5;
    color: black;
    order: 4;
    margin-bottom: 1.2rem; }

/*----------------- [MOBILE] ----------------*/
/*--- [FILTER] ---*/
body #snize-modal-mobile-filters-dialog {
  overflow-x: hidden; }
  body #snize-modal-mobile-filters-dialog .snize-close-button {
    top: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="black"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L12.7071 11.2929C13.0976 11.6834 13.0976 12.3166 12.7071 12.7071C12.3166 13.0976 11.6834 13.0976 11.2929 12.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 12.7071C-0.0976311 12.3166 -0.0976311 11.6834 0.292893 11.2929L11.2929 0.292893C11.6834 -0.0976315 12.3166 -0.0976315 12.7071 0.292893C13.0976 0.683417 13.0976 1.31658 12.7071 1.70711L1.70711 12.7071C1.31658 13.0976 0.683417 13.0976 0.292893 12.7071Z"/></svg>'); }
  body #snize-modal-mobile-filters-dialog #snize_filters_block_header span.snize-product-filters-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-header {
    border-color: #EBEBEB;
    padding-bottom: 12px;
    margin: 0;
    padding: 20px 24px 12px; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title {
      font-weight: 700;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      color: black;
      text-transform: uppercase; }
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title span.snize-product-filters-count, body #snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title span.snize-product-filter-count {
        display: none;
        color: black;
        background-color: #f7f7f7; }
  body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul {
    margin: 0;
    padding: 0 24px 30px; }
    body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li {
      height: auto;
      margin-bottom: 12px; }
      body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a {
        line-height: 1;
        color: black;
        position: relative;
        padding: 4px 0 4px 28px; }
        body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a::before {
          position: absolute;
          background: none;
          border-radius: 50%;
          border: 1px solid black;
          width: 16px;
          height: 16px;
          top: 3px;
          left: 0; }
        body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a.current::before {
          background: none; }
        body #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul > li > a.current::after {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: black;
          top: 6px;
          left: 3px; }
  body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list {
    overflow: visible; }
    body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li {
      margin-bottom: 12px;
      margin-top: 0; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li:last-child {
        margin-bottom: 0; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li .snize-filter-checkbox {
        top: 5px; }
        body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li .snize-filter-checkbox span {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          width: 14px;
          height: 14px;
          border-color: black; }
          body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li .snize-filter-checkbox span:after {
            width: 100%;
            height: 100%;
            background-position: center;
            top: auto;
            left: auto;
            right: auto;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="white"/></svg>');
            background-size: 8px; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li input[type=checkbox]:checked + span {
        background-color: black; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li label {
        padding: 4px 24px;
        margin-left: 0; }
        body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li label > span {
          line-height: 1;
          color: black;
          padding-left: 30px; }
        body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li label .snize-filter-variant-count {
          display: none; }
  body #snize-modal-mobile-filters-dialog #snize_product_filter_reviews_average_score_titles ul li label > span {
    line-height: 16px; }
  body #snize-modal-mobile-filters-dialog #snize_product_filter_reviews_average_score_titles ul li .stars-container {
    margin-top: -2px; }
    body #snize-modal-mobile-filters-dialog #snize_product_filter_reviews_average_score_titles ul li .stars-container::after {
      color: #c98500; }
    body #snize-modal-mobile-filters-dialog #snize_product_filter_reviews_average_score_titles ul li .stars-container::before {
      opacity: 0.4;
      color: #c98500; }
  body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list, body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter, body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter {
    max-height: none;
    margin-bottom: 30px;
    margin-left: 0; }
    body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li.snize-filters-show-more, body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li.snize-filters-show-more, body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li.snize-filters-show-more {
      margin-top: 24px;
      height: auto;
      margin-bottom: 0; }
      body #snize-modal-mobile-filters-dialog ul.snize-product-filters-list li.snize-filters-show-more div, body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter li.snize-filters-show-more div, body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li.snize-filters-show-more div {
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        color: black;
        background: none;
        height: auto;
        border: 0;
        padding: 0 24px;
        width: fit-content;
        margin: 0; }
  body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter {
    margin-bottom: 20px;
    padding: 0 24px; }
    body #snize-modal-mobile-filters-dialog ul.snize-product-color-filter li {
      margin-bottom: 10px; }
  body #snize-modal-mobile-filters-dialog ul.snize-product-size-filter {
    padding: 0 20px; }
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container {
    box-shadow: 0px 0px 20px 0 rgba(102, 102, 102, 0.2);
    padding-top: 30px;
    padding-bottom: 30px; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products {
      padding-left: 10px;
      padding-right: 10px; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all {
      padding-left: 10px;
      padding-right: 10px; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button svg {
      top: 0;
      width: 10px;
      height: 10px; }
      body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button svg path {
        fill: white; }
  body #snize-modal-mobile-filters-dialog .snize-price-range input.snize-price-range-input {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-size: 1.1rem;
    line-height: 1;
    padding: 1.3rem 2rem 1.2rem;
    height: auto;
    border-radius: 1rem; }
  body #snize-modal-mobile-filters-dialog div.snize-product-filter-container {
    overflow: unset; }
    body #snize-modal-mobile-filters-dialog div.snize-product-filter-container .snize-selected-filters {
      font-size: 12px; }
  body #snize-modal-mobile-filters-dialog.snize li.snize-filter-button:not(.snize-clear-all-button) {
    color: white;
    background-color: black;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    padding: 0.7rem 1.4rem;
    margin-right: 1rem;
    margin-top: 1rem; }
  body #snize-modal-mobile-filters-dialog.snize li.snize-filter-button .snize-clear-icon {
    width: auto;
    margin-right: 0;
    margin-left: 1rem; }
    body #snize-modal-mobile-filters-dialog.snize li.snize-filter-button .snize-clear-icon svg {
      width: 0.5rem;
      height: 0.8rem;
      stroke: #666666; }
      body #snize-modal-mobile-filters-dialog.snize li.snize-filter-button .snize-clear-icon svg path {
        fill: #666666; }
  body #snize-modal-mobile-filters-dialog.snize .snize-color-name {
    color: black;
    margin-top: 4px; }
  body #snize-modal-mobile-filters-dialog.snize div.slider-container.snize-theme .back-bar .pointer {
    background-color: black; }
  body #snize-modal-mobile-filters-dialog.snize div.slider-container.snize-theme .selected-bar {
    background-color: black; }

/*--- [Product] ---*/
.cate-page #snize_results.snize-mobile-design.snize-new-version,
.snize-results-page #snize_results.snize-mobile-design.snize-new-version {
  /*--- [Pagination] ---*/
  /*--- [CATEGORY/PAGE TAB] ---*/ }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 30px; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls > ul,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls > ul {
      padding: 0; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel {
    margin: 0; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-header,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-header {
    margin: 0; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-header,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-header {
    margin: 20px 0;
    font-size: 14px; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-list-mode-icon, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-grid-mode-icon, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-row-mode-icon,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-list-mode-icon,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-grid-mode-icon,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-row-mode-icon {
      width: 32px;
      height: 32px; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.active,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.active {
      background-color: black; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-list-mode-icon,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-list-mode-icon {
      margin-right: 0; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-row-mode-icon,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon.snize-row-mode-icon {
      display: none; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div .snize-main-panel-mobile-filters,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div .snize-main-panel-mobile-filters {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    height: auto;
    background-color: white;
    padding: 11px 20px; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div .snize-main-panel-mobile-filters > a,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div .snize-main-panel-mobile-filters > a {
      font-size: 14px;
      line-height: 1;
      font-weight: 700;
      color: black;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      padding: 0;
      margin-right: 10px;
      margin-top: 2px;
      text-transform: uppercase; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div .snize-main-panel-mobile-filters span.snize-selected-filters-count-container,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div .snize-main-panel-mobile-filters span.snize-selected-filters-count-container {
      background-color: black; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product {
    margin-bottom: 0px;
    padding: 0 5px 10px; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul {
    margin: 0 -5px; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title {
        font-size: 11px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-button,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-button {
    display: none; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail {
    max-width: 200px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail {
        max-width: 122px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-attribute,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-attribute {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-attribute,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-attribute {
        font-size: 8px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list {
        font-size: 14px; } }
    .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list:last-of-type,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list:last-of-type {
      margin-bottom: 0; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list .snize-discounted-price,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list .snize-discounted-price {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 0;
      color: #666666;
      margin-right: 4px;
      display: none; }
      @media screen and (max-width: 767px) {
        .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list .snize-discounted-price,
        .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list .snize-discounted-price {
          font-size: 14px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode ul,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode ul {
    margin: 0; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product span .snize-title,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product span .snize-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product span .snize-title,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product span .snize-title {
        font-size: 12px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product .snize-button,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product .snize-button {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 1;
    padding: 1.1rem 1rem 1rem;
    min-height: auto;
    height: auto;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product .snize-button,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product .snize-button {
        margin-top: 20px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-attribute,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-attribute {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-attribute,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-attribute {
        font-size: 8px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-description,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-description {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-description,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-description {
        font-size: 11px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail {
    width: 120px;
    height: 120px; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail img,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail img {
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-thumbnail {
        width: 74px;
        height: 74px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-overhidden,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode span.snize-overhidden {
    padding-left: 38px; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list,
      .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list {
        font-size: 14px; } }
    .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list:last-of-type,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list:last-of-type {
      margin-bottom: 0; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list .snize-discounted-price,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list .snize-discounted-price {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 0;
      color: #666666;
      margin-right: 4px;
      display: none; }
      @media screen and (max-width: 767px) {
        .cate-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list .snize-discounted-price,
        .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode .snize-price-list .snize-discounted-price {
          font-size: 14px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-pagination,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-pagination {
    width: 100% !important;
    margin: 0 0 20px; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-prev,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-prev {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-next,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-next {
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode {
    content: ""; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-title, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-title, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-title, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-title,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-title,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-title,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-title,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-title {
      font-weight: 700;
      color: black;
      text-transform: uppercase;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0;
      margin-top: 0.6rem;
      content: ""; }
      @media screen and (max-width: 767px) {
        .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description, .cate-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description,
        .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-category span.snize-description,
        .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-pages#snize-search-results-list-mode li.snize-page span.snize-description,
        .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-category span.snize-description,
        .snize-results-page #snize_results.snize-mobile-design.snize-new-version div.snize-search-results-categories#snize-search-results-list-mode li.snize-page span.snize-description {
          font-size: 14px; } }
  .cate-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-categories .snize-search-results-main-content, .cate-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-pages .snize-search-results-main-content,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-categories .snize-search-results-main-content,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-pages .snize-search-results-main-content {
    content: " ";
    width: 100%;
    margin-left: 0 !important; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-categories .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content, .cate-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-pages .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-categories .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version.snize-tab-selected-pages .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content {
      content: " ";
      margin-left: 0;
      margin-right: 0; }
  .cate-page #snize_results.snize-mobile-design.snize-new-version .snize-hidden + .snize-search-results-main-content,
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version .snize-hidden + .snize-search-results-main-content {
    width: 100%;
    margin-left: 0 !important; }
    .cate-page #snize_results.snize-mobile-design.snize-new-version .snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content,
    .snize-results-page #snize_results.snize-mobile-design.snize-new-version .snize-hidden + .snize-search-results-main-content #snize-search-results-list-mode ul.snize-search-results-content {
      margin-left: 0;
      margin-right: 0;
      content: " "; }

#snize_skeleton_results div.snize-five-columns ul.snize-search-results-content li.snize-product::before {
  display: none; }

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  height: 100%;
  background-color: white;
  border: 0.1rem solid transparent;
  position: relative;
  overflow: visible;
  padding: 3rem 3rem 3.4rem;
  margin-bottom: 0; }
  @media only screen and (max-width: 1439px) {
    .card {
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 1279px) {
    .card {
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem;
      padding: 30px 14px 14px 14px; } }
  .card:hover {
    border-color: #ed0000;
    transition: all 0.3s ease-in-out; }
    .card:hover::after {
      content: " ";
      position: absolute;
      background: rgba(41, 41, 41, 0.15);
      filter: blur(10px);
      -webkit-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      height: 20%;
      z-index: -1;
      left: 2rem;
      right: 2rem;
      bottom: -0.8rem;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem; }
      @media screen and (max-width: 1023px) {
        .card:hover::after {
          left: 10px;
          right: 10px;
          bottom: -4px; } }
  .card:focus-within .card-figcaption {
    opacity: 0; }
  .card-figure {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    overflow: hidden;
    padding: 3.6rem 0 3.4rem; }
    @media screen and (max-width: 1023px) {
      .card-figure {
        padding: 2rem 0 2.4rem; } }
    @media screen and (max-width: 767px) {
      .card-figure {
        padding: 0.7rem 0 2.4rem; } }
    .card-figure:hover .card-img-container {
      opacity: 20%;
      filter: blur(2px);
      -webkit-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px); }
      @media screen and (max-width: 1023px) {
        .card-figure:hover .card-img-container {
          opacity: 1;
          filter: none;
          -webkit-filter: none;
          -webkit-backdrop-filter: none; } }
    .card-figure:hover .card-figcaption {
      opacity: 1; }
  .card-figure__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
  .card-image {
    position: static;
    aspect-ratio: 1/1;
    width: 20rem;
    height: auto; }
    @media screen and (max-width: 1279px) {
      .card-image {
        width: 15rem; } }
    @media screen and (max-width: 767px) {
      .card-image {
        width: 11.8rem; } }
  .card-img-container {
    max-width: none;
    width: 100%;
    height: 100%;
    text-align: center; }
    .card-img-container:after {
      display: none; }
  .card-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: end;
    justify-content: end;
    flex: 1 0 auto;
    padding: 0 0; }
  .card-brand-ratting {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1.2rem; }
    @media screen and (max-width: 767px) {
      .card-brand-ratting {
        margin-bottom: 10px; } }
    .card-brand-ratting .card-text {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      letter-spacing: -0.036em;
      text-transform: uppercase;
      color: #666666;
      margin-right: 0.4rem; }
      @media screen and (max-width: 1279px) {
        .card-brand-ratting .card-text {
          font-size: 10px; } }
      @media screen and (max-width: 767px) {
        .card-brand-ratting .card-text {
          font-size: 0.8rem; } }
  .card-title, .listItem-title {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 1.4rem;
    text-transform: none; }
    @media screen and (max-width: 1279px) {
      .card-title, .listItem-title {
        font-size: 16px;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .card-title, .listItem-title {
        font-size: 1.1rem;
        margin-bottom: 10px; } }
  .card-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0; }
    .card-text .price-section {
      font-size: 2.4rem;
      line-height: 1;
      font-weight: 700;
      color: black;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      margin-right: 0.9rem; }
      @media only screen and (max-width: 1439px) {
        .card-text .price-section {
          font-size: 22px; } }
      @media screen and (max-width: 1279px) {
        .card-text .price-section {
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .card-text .price-section {
          font-size: 1.4rem; } }
      .card-text .price-section:last-child {
        margin-right: 0; }
      .card-text .price-section.non-sale-price--withoutTax, .card-text .price-section.rrp-price--withoutTax {
        font-weight: 400;
        color: #666666; }
        @media only screen and (max-width: 1439px) {
          .card-text .price-section.non-sale-price--withoutTax, .card-text .price-section.rrp-price--withoutTax {
            margin-right: 2px; } }
        @media screen and (max-width: 767px) {
          .card-text .price-section.non-sale-price--withoutTax, .card-text .price-section.rrp-price--withoutTax {
            color: #9B9B9B; } }
        .card-text .price-section.non-sale-price--withoutTax + .price-section--withoutTax, .card-text .price-section.rrp-price--withoutTax + .price-section--withoutTax {
          color: #ed0000; }
      .card-text .price-section .price-range {
        color: black; }
  .card-figcaption {
    transition: all 0.3s ease; }
    .card-figcaption-body, .listItem-actions {
      width: 100%; }
      .card-figcaption-body .card-figcaption-button, .listItem-actions .card-figcaption-button {
        color: white;
        width: 100%;
        border: 0.1rem solid;
        padding-left: 1rem;
        padding-right: 1rem; }
        .card-figcaption-body .card-figcaption-button + .card-figcaption-button, .listItem-actions .card-figcaption-button + .card-figcaption-button {
          margin-top: 1rem; }
        .card-figcaption-body .card-figcaption-button.button, .listItem-actions .card-figcaption-button.button, .card-figcaption-body #consent-manager .css-1wn42nw button.card-figcaption-button, #consent-manager .css-1wn42nw .card-figcaption-body button.card-figcaption-button, .listItem-actions #consent-manager .css-1wn42nw button.card-figcaption-button, #consent-manager .css-1wn42nw .listItem-actions button.card-figcaption-button, .card-figcaption-body body .snize-ac-results .card-figcaption-button.snize-view-all-link, body .snize-ac-results .card-figcaption-body .card-figcaption-button.snize-view-all-link, .listItem-actions body .snize-ac-results .card-figcaption-button.snize-view-all-link, body .snize-ac-results .listItem-actions .card-figcaption-button.snize-view-all-link, .card-figcaption-body body .snize-ac-results .snize-nothing-found .card-figcaption-button.snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .card-figcaption-body .card-figcaption-button.snize-popular-suggestions-view-all-products-text, .listItem-actions body .snize-ac-results .snize-nothing-found .card-figcaption-button.snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .listItem-actions .card-figcaption-button.snize-popular-suggestions-view-all-products-text, .card-figcaption-body .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button,
        .card-figcaption-body .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button,
        .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button, .card-figcaption-body body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .card-figcaption-body button.card-figcaption-button.snize-product-filters-show-products, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-show-products, .card-figcaption-body body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .card-figcaption-body button.card-figcaption-button.snize-product-filters-reset-all, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-reset-all, .card-figcaption-body .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .card-figcaption-button.yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .card-figcaption-body .card-figcaption-button.yotpo-new-review-submit, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .card-figcaption-button.yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .card-figcaption-button.yotpo-new-review-submit, .card-figcaption-body .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .card-figcaption-button.yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .card-figcaption-body .card-figcaption-button.yotpo-question-submit, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .card-figcaption-button.yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .card-figcaption-button.yotpo-question-submit {
          color: white;
          background-color: black;
          border-color: black; }
          .card-figcaption-body .card-figcaption-button.button:hover, .listItem-actions .card-figcaption-button.button:hover, .card-figcaption-body #consent-manager .css-1wn42nw button.card-figcaption-button:hover, #consent-manager .css-1wn42nw .card-figcaption-body button.card-figcaption-button:hover, .listItem-actions #consent-manager .css-1wn42nw button.card-figcaption-button:hover, #consent-manager .css-1wn42nw .listItem-actions button.card-figcaption-button:hover, .card-figcaption-body body .snize-ac-results .card-figcaption-button.snize-view-all-link:hover, body .snize-ac-results .card-figcaption-body .card-figcaption-button.snize-view-all-link:hover, .listItem-actions body .snize-ac-results .card-figcaption-button.snize-view-all-link:hover, body .snize-ac-results .listItem-actions .card-figcaption-button.snize-view-all-link:hover, .card-figcaption-body body .snize-ac-results .snize-nothing-found .card-figcaption-button.snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .card-figcaption-body .card-figcaption-button.snize-popular-suggestions-view-all-products-text:hover, .listItem-actions body .snize-ac-results .snize-nothing-found .card-figcaption-button.snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .listItem-actions .card-figcaption-button.snize-popular-suggestions-view-all-products-text:hover, .card-figcaption-body .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button:hover, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button:hover,
          .card-figcaption-body .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button:hover,
          .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button:hover, .card-figcaption-body body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .card-figcaption-body button.card-figcaption-button.snize-product-filters-show-products:hover, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-show-products:hover, .card-figcaption-body body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .card-figcaption-body button.card-figcaption-button.snize-product-filters-reset-all:hover, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-reset-all:hover, .card-figcaption-body .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .card-figcaption-button.yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .card-figcaption-body .card-figcaption-button.yotpo-new-review-submit:hover, .listItem-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .card-figcaption-button.yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .listItem-actions .card-figcaption-button.yotpo-new-review-submit:hover, .card-figcaption-body .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .card-figcaption-button.yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .card-figcaption-body .card-figcaption-button.yotpo-question-submit:hover, .listItem-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .card-figcaption-button.yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .listItem-actions .card-figcaption-button.yotpo-question-submit:hover {
            background-color: #ed0000;
            border-color: #ed0000; }
          .card-figcaption-body .card-figcaption-button.button--primary, .listItem-actions .card-figcaption-button.button--primary, .card-figcaption-body #consent-manager .css-1wn42nw button.card-figcaption-button:nth-child(even), #consent-manager .css-1wn42nw .card-figcaption-body button.card-figcaption-button:nth-child(even), .listItem-actions #consent-manager .css-1wn42nw button.card-figcaption-button:nth-child(even), #consent-manager .css-1wn42nw .listItem-actions button.card-figcaption-button:nth-child(even), .card-figcaption-body .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button,
          .card-figcaption-body .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button,
          .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button, .card-figcaption-body body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .card-figcaption-body button.card-figcaption-button.snize-product-filters-reset-all, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-reset-all {
            border-color: #ed0000;
            background-color: #ed0000; }
            .card-figcaption-body .card-figcaption-button.button--primary:hover, .listItem-actions .card-figcaption-button.button--primary:hover, .card-figcaption-body #consent-manager .css-1wn42nw button.card-figcaption-button:hover:nth-child(even), #consent-manager .css-1wn42nw .card-figcaption-body button.card-figcaption-button:hover:nth-child(even), .listItem-actions #consent-manager .css-1wn42nw button.card-figcaption-button:hover:nth-child(even), #consent-manager .css-1wn42nw .listItem-actions button.card-figcaption-button:hover:nth-child(even), .card-figcaption-body .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button:hover, .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button:hover,
            .card-figcaption-body .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-body .card-figcaption-button.snize-button:hover,
            .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button:hover, .card-figcaption-body body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .card-figcaption-body button.card-figcaption-button.snize-product-filters-reset-all:hover, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-reset-all:hover {
              border-color: black;
              background-color: black; }
          .card-figcaption-body .card-figcaption-button.button-compare, .listItem-actions .card-figcaption-button.button-compare {
            color: black;
            background-color: white;
            border-color: black;
            padding-top: 1.2rem;
            padding-bottom: 1.2rem; }
            .card-figcaption-body .card-figcaption-button.button-compare:hover, .listItem-actions .card-figcaption-button.button-compare:hover {
              background-color: white;
              border-color: black; }
              .card-figcaption-body .card-figcaption-button.button-compare:hover input[type="checkbox"] + .compare-box, .listItem-actions .card-figcaption-button.button-compare:hover input[type="checkbox"] + .compare-box {
                border-color: #ed0000; }
                @media screen and (max-width: 1023px) {
                  .card-figcaption-body .card-figcaption-button.button-compare:hover input[type="checkbox"] + .compare-box, .listItem-actions .card-figcaption-button.button-compare:hover input[type="checkbox"] + .compare-box {
                    background-color: transparent; } }
              .card-figcaption-body .card-figcaption-button.button-compare:hover input[type="checkbox"]:checked + .compare-box, .listItem-actions .card-figcaption-button.button-compare:hover input[type="checkbox"]:checked + .compare-box {
                background-color: #ed0000; }
                @media screen and (max-width: 1023px) {
                  .card-figcaption-body .card-figcaption-button.button-compare:hover input[type="checkbox"]:checked + .compare-box, .listItem-actions .card-figcaption-button.button-compare:hover input[type="checkbox"]:checked + .compare-box {
                    background-color: transparent;
                    border-color: transparent; } }
            .card-figcaption-body .card-figcaption-button.button-compare input[type="checkbox"], .listItem-actions .card-figcaption-button.button-compare input[type="checkbox"] {
              opacity: 0;
              position: absolute;
              z-index: 1; }
              .card-figcaption-body .card-figcaption-button.button-compare input[type="checkbox"]:checked + .compare-box, .listItem-actions .card-figcaption-button.button-compare input[type="checkbox"]:checked + .compare-box {
                background-color: black;
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="white"/></svg>');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 0.8rem 0.6rem; }
                @media screen and (max-width: 1023px) {
                  .card-figcaption-body .card-figcaption-button.button-compare input[type="checkbox"]:checked + .compare-box, .listItem-actions .card-figcaption-button.button-compare input[type="checkbox"]:checked + .compare-box {
                    background-color: transparent;
                    border-color: transparent; } }
            .card-figcaption-body .card-figcaption-button.button-compare .compare-box, .listItem-actions .card-figcaption-button.button-compare .compare-box {
              position: relative;
              height: 1.6rem;
              width: 1.6rem;
              margin-right: 0.6rem;
              vertical-align: bottom;
              display: inline-block;
              border: 0.1rem solid black;
              border-radius: 0.4rem; }
              @media screen and (max-width: 767px) {
                .card-figcaption-body .card-figcaption-button.button-compare .compare-box, .listItem-actions .card-figcaption-button.button-compare .compare-box {
                  height: 1.3rem;
                  width: 1.3rem; } }

.price-compare-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left; }
  .price-compare-row .card-text {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: calc(100% - 9rem); }
    @media only screen and (max-width: 1439px) {
      .price-compare-row .card-text {
        width: calc(100% - 80px); } }
    @media screen and (max-width: 1279px) {
      .price-compare-row .card-text {
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        width: auto; } }

.compare-check-btn {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin-top: -0.1rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  padding: 0.4rem 1.1rem 0.3rem;
  border: 0.1rem solid black; }
  @media only screen and (max-width: 1439px) {
    .compare-check-btn {
      font-size: 11px;
      padding-left: 8px;
      padding-right: 8px; } }
  .compare-check-btn .icon {
    width: 0.8rem;
    height: 0.7rem;
    margin-right: 0.4rem;
    margin-top: -0.3rem; }

.card .compare-check-btn {
  display: none; }

.card.show .compare-check-btn {
  display: block; }

.wishlistbtn {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1;
  width: 2rem;
  height: 1.6rem; }
  @media screen and (max-width: 1279px) {
    .wishlistbtn {
      width: 17px;
      right: 15px;
      top: 13px; } }
  .wishlistbtn svg {
    transition: transform 0.3s ease;
    fill: none;
    stroke: black; }
  .wishlistbtn:hover svg {
    stroke: #ed0000;
    fill: #ed0000; }

/*--- [Badge]---*/
.badge-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: calc(100% - 8.2rem); }
  @media screen and (max-width: 1279px) {
    .badge-wrap {
      left: 12px;
      top: 12px;
      width: calc(100% - 62px); } }
  @media screen and (max-width: 767px) {
    .badge-wrap {
      width: calc(100% - 50px); } }

.sale-flag-side {
  position: static;
  border-radius: 2rem;
  padding: 0.6rem 1rem 0.5rem;
  height: auto;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.6rem;
  margin-right: 0.6rem; }
  @media screen and (max-width: 1279px) {
    .sale-flag-side {
      font-size: 10px;
      padding: 5px 10px 4px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; } }

.sale-text {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.product-offer {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #CA2341;
  padding: 0.7rem 1.8rem 0.6rem;
  background-color: #FFE4E4;
  margin-bottom: 0.6rem; }
  @media screen and (max-width: 1279px) {
    .product-offer {
      font-size: 10px;
      padding: 5px 10px 4px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; } }
  .product-offer.product-offer2 {
    color: #00386C;
    background-color: #C2EDFF; }
  .product-offer.product-offer3 {
    color: #BE4501;
    background-color: #FFECE1; }

/*--- [swatch] ---*/
.card-color-options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.8rem; }
  @media screen and (max-width: 767px) {
    .card-color-options {
      margin-bottom: 1rem; } }

.card-single-color {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  max-width: 3.6rem;
  width: calc(16.67% - 0.7rem);
  aspect-ratio: 1/1;
  margin-right: 0.8rem;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 0.1rem #e1e1e1;
  margin-bottom: 0.4rem; }
  @media screen and (max-width: 1279px) {
    .card-single-color {
      max-width: 28px;
      margin-right: 6px;
      width: calc(16.67% - 6px); } }
  @media screen and (max-width: 767px) {
    .card-single-color {
      max-width: 22px; } }
  .card-single-color:last-child {
    margin-right: 0; }
  .card-single-color.is-active, .card-single-color:hover {
    box-shadow: inset 0 0 0 0.1rem black; }
  .card-single-color.form-option-wrapper {
    line-height: 0; }

.card-color-image {
  height: 100%;
  width: 100%;
  padding: 0.6rem;
  object-fit: contain; }
  @media screen and (max-width: 1279px) {
    .card-color-image {
      padding: 4px; } }

.card-color-box {
  height: 100%;
  width: 100%;
  padding: 0.6rem;
  margin: 0;
  border: 0; }
  @media screen and (max-width: 1279px) {
    .card-color-box {
      padding: 4px; } }
  .card-color-box .form-option-variant {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    padding: 0;
    min-width: auto; }
    @media screen and (max-width: 1023px) {
      .card-color-box .form-option-variant {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; } }

.more-swatches {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: black; }
  .more-swatches a {
    color: black; }
    @media screen and (max-width: 1279px) {
      .more-swatches a {
        font-size: 11px;
        line-height: 1; } }

/*--- [List View Card] ---*/
.productList {
  margin: 0 0 2rem;
  padding: 0; }
  .productList .product {
    padding-bottom: 1rem;
    margin-bottom: 0; }
    .productList .product + .product {
      margin-top: 0; }

.listItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  border: 0.1rem solid transparent;
  overflow: visible;
  background-color: white;
  padding: 3.5rem 4.9rem 3.5rem 3.5rem;
  margin: 0;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .listItem {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding: 0; } }
  .listItem:hover {
    border-color: #ed0000;
    transition: all 0.3s ease-in-out; }
    .listItem:hover::after {
      content: " ";
      position: absolute;
      background: rgba(41, 41, 41, 0.15);
      filter: blur(10px);
      -webkit-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      height: 10%;
      z-index: -1;
      top: auto;
      left: 2rem;
      right: 2rem;
      bottom: 0;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      display: block; }
      @media screen and (max-width: 1023px) {
        .listItem:hover::after {
          left: 10px;
          right: 10px;
          bottom: -4px; } }
  .listItem-figure {
    padding: 0;
    width: 14.4rem;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .listItem-figure {
        width: 74px;
        text-align: center;
        padding: 13px 0; } }
  .listItem-figure__link {
    margin: 0; }
  .listItem-image {
    position: static;
    width: 14.4rem;
    height: 14.4rem;
    object-fit: contain; }
    @media screen and (max-width: 1023px) {
      .listItem-image {
        width: 10rem;
        height: 10rem; } }
    @media screen and (max-width: 767px) {
      .listItem-image {
        width: 7.4rem;
        height: 7.4rem; } }
  .listItem-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    width: calc(100% - 16.9rem);
    margin-left: 2.5rem; }
    @media screen and (max-width: 1023px) {
      .listItem-body {
        width: calc(100% - 112px);
        margin-left: 38px; } }
  .listItem-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
  .listItem-details {
    display: block;
    width: 100%;
    margin-right: 2.5rem; }
    @media screen and (max-width: 767px) {
      .listItem-details {
        width: 100%;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .listItem-details .card-color-options {
        margin-bottom: 0; } }
  .listItem-brand-ratting {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1.4rem; }
    @media screen and (max-width: 767px) {
      .listItem-brand-ratting {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 9px; } }
  .listItem-brand {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.036em;
    text-transform: uppercase;
    color: #666666;
    margin-right: 1.3rem;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .listItem-brand {
        font-size: 8px; } }
  .listItem-rating {
    margin-bottom: 0; }
  .listItem-title {
    margin-bottom: 0.4rem; }
    @media screen and (max-width: 767px) {
      .listItem-title {
        font-size: 12px;
        margin-bottom: 6px; } }
    .listItem-title + .price-offer {
      margin-top: 1.8rem; }
      @media screen and (max-width: 1023px) {
        .listItem-title + .price-offer {
          margin-top: 9px; } }
  .listItem-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.6rem;
    margin-right: 2rem; }
    @media screen and (max-width: 767px) {
      .listItem-price {
        margin-right: 1rem; } }
    .listItem-price .price-section {
      font-size: 2.2rem;
      line-height: 1;
      font-weight: 700;
      color: black;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      margin-right: 0.9rem; }
      @media screen and (max-width: 767px) {
        .listItem-price .price-section {
          font-size: 1.4rem; } }
      .listItem-price .price-section:last-child {
        margin-right: 0; }
      .listItem-price .price-section.non-sale-price--withoutTax, .listItem-price .price-section.rrp-price--withoutTax {
        font-weight: 400;
        color: #666666; }
  .listItem-actions {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    width: 16rem; }
    @media screen and (max-width: 1023px) {
      .listItem-actions {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 14px 20px 17px;
        width: 100%; } }
    .listItem-actions .card-figcaption-button {
      font-size: 1.2rem;
      padding-top: 1.1rem;
      padding-bottom: 1rem; }
      .listItem-actions .card-figcaption-button.button-compare {
        padding-top: 0.7rem;
        padding-bottom: 1rem; }
        @media screen and (max-width: 1023px) {
          .listItem-actions .card-figcaption-button.button-compare {
            order: 1;
            width: 30%;
            padding-top: 11px;
            padding-bottom: 9px;
            margin-top: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center; } }
        .listItem-actions .card-figcaption-button.button-compare .compare-box {
          top: 0.15rem; }
          @media screen and (max-width: 1023px) {
            .listItem-actions .card-figcaption-button.button-compare .compare-box {
              width: 13px;
              height: 13px;
              top: -1px; } }
        .listItem-actions .card-figcaption-button.button-compare input[type="checkbox"] {
          position: absolute;
          opacity: 0;
          z-index: 1; }
          @media screen and (max-width: 1023px) {
            .listItem-actions .card-figcaption-button.button-compare input[type="checkbox"]:checked + .compare-box {
              background-color: transparent;
              border-color: transparent;
              background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="%23ed0000"/></svg>');
              background-repeat: no-repeat;
              background-size: 9px 7px;
              background-position: center;
              top: 0.5px; } }
      @media screen and (max-width: 1023px) {
        .listItem-actions .card-figcaption-button.quickview {
          display: none; } }
      @media screen and (max-width: 1023px) {
        .listItem-actions .card-figcaption-button.button--primary, .listItem-actions #consent-manager .css-1wn42nw button.card-figcaption-button:nth-child(even), #consent-manager .css-1wn42nw .listItem-actions button.card-figcaption-button:nth-child(even), .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button,
        .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-reset-all {
          width: calc(70% - 20px);
          margin-top: 0;
          margin-left: 20px;
          order: 2; } }
      @media screen and (max-width: 767px) {
        .listItem-actions .card-figcaption-button.button--primary, .listItem-actions #consent-manager .css-1wn42nw button.card-figcaption-button:nth-child(even), #consent-manager .css-1wn42nw .listItem-actions button.card-figcaption-button:nth-child(even), .listItem-actions .cate-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button,
        .listItem-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .card-figcaption-button.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .listItem-actions .card-figcaption-button.snize-button, .listItem-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.card-figcaption-button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .listItem-actions button.card-figcaption-button.snize-product-filters-reset-all {
          margin-left: 10px;
          width: calc(70% - 10px); } }
  .listItem-mb-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .listItem-mb-wrap {
        border-bottom: solid 0.1rem #e1e1e1;
        padding: 20px 20px 20px 33px; } }
  .listItem-mb-buttons {
    display: none; }
    @media screen and (max-width: 767px) {
      .listItem-mb-buttons {
        display: flex !important;
        padding: 1.4rem 2rem 1.7rem; } }
    .listItem-mb-buttons .check-box {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 6px;
      position: relative;
      border: 1px solid black;
      border-radius: 0.2rem; }
    .listItem-mb-buttons input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      z-index: 1; }
      .listItem-mb-buttons input[type="checkbox"]:checked + .check-box {
        background-color: transparent;
        border-color: transparent;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="%23ed0000"/></svg>');
        background-repeat: no-repeat;
        background-size: 9px 7px;
        background-position: center; }
  .listItem .wishlistbtn {
    right: auto;
    left: 2rem;
    top: 2rem; }
    @media screen and (max-width: 1023px) {
      .listItem .wishlistbtn {
        top: 14px; } }
  .listItem .product-offer {
    position: static; }
  .listItem .sale-flag-side {
    position: static; }

.product-info {
  font-size: 1.4rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .product-info {
      font-size: 1.1rem;
      line-height: 1.1; } }

.price-offer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 1.4rem; }
  @media screen and (max-width: 767px) {
    .price-offer {
      margin-bottom: 10px; } }

.page-sidebar {
  margin-bottom: 4rem; }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar + .page-content {
      width: 100%; } }
  .page-sidebar + .page-content .productList .listItem-actions {
    padding: 0;
    width: 16rem; }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content .productList .listItem-actions {
        width: 100%;
        padding: 15px 20px; } }
    @media screen and (max-width: 767px) {
      .page-sidebar + .page-content .productList .listItem-actions {
        width: 100%;
        transform: none; } }
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 0; }

.mac-os .card-figcaption-body .card-figcaption-button.button-compare, .mac-os .listItem-actions .card-figcaption-button.button-compare {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem; }
  .mac-os .card-figcaption-body .card-figcaption-button.button-compare .compare-box, .mac-os .listItem-actions .card-figcaption-button.button-compare .compare-box {
    top: 0.1rem; }

.mac-os .listItem-actions .card-figcaption-button.button-compare {
  padding-top: 0.8rem;
  padding-bottom: 1.1rem; }
  @media screen and (max-width: 1023px) {
    .mac-os .listItem-actions .card-figcaption-button.button-compare {
      padding-top: 11px;
      padding-bottom: 9px; } }
  @media screen and (max-width: 1023px) {
    .mac-os .listItem-actions .card-figcaption-button.button-compare .compare-box {
      top: -0.5px; } }

.main {
  overflow: hidden; }

/*--- Promotion Banner---*/
.promotion-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 1023px) {
    .promotion-banner {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .promotion-banner {
      margin-bottom: 0; } }

.promotion-left, .promotion-right {
  width: 50%;
  padding: 0 1.5rem; }
  @media screen and (max-width: 1023px) {
    .promotion-left, .promotion-right {
      padding: 0;
      width: 100%; } }

@media screen and (max-width: 1023px) {
  .promotion-left {
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .promotion-left {
    margin-bottom: 10px; } }

.promotion-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  height: 100%;
  position: relative;
  background: linear-gradient(90.25deg, rgba(0, 0, 0, 0.5) 0.17%, rgba(0, 0, 0, 0.475) 12.16%, rgba(0, 0, 0, 0) 69.99%); }
  @media only screen and (max-width: 1599px) {
    .promotion-inner {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 17%, rgba(0, 0, 0, 0) 90%); } }
  @media screen and (max-width: 767px) {
    .promotion-inner {
      border-radius: 0;
      min-height: 214px; } }

.promotion-img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1; }
  .promotion-img img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.promotion-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  color: white;
  margin: 9.9rem 0 10.3rem 8.4rem;
  margin: 10.83% 9.19% 11.269% 9.19%;
  max-width: 46.6rem; }
  @media screen and (max-width: 1279px) {
    .promotion-content {
      margin: 40px; } }
  @media screen and (max-width: 767px) {
    .promotion-content {
      margin: 41px 40px 44px; } }
  .promotion-content .small-text {
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .promotion-content .small-text {
        margin-bottom: 8px; } }
  .promotion-content h3 {
    font-size: 4rem;
    line-height: 1;
    color: white;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1599px) {
      .promotion-content h3 {
        font-size: 32px; } }
    @media screen and (max-width: 1279px) {
      .promotion-content h3 {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .promotion-content h3 {
        font-size: 20px;
        margin-bottom: 7px; } }
  .promotion-content p {
    margin-bottom: 2.8rem;
    max-width: 36.0rem;
    margin-top: auto; }
    @media screen and (max-width: 767px) {
      .promotion-content p {
        font-size: 10px;
        margin-bottom: 16px;
        max-width: 184px; } }
  .promotion-content .button, .promotion-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .promotion-content button, .promotion-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .promotion-content .snize-view-all-link, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text, .promotion-content body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .promotion-content div.snize-popular-suggestions-view-all-products-text, .promotion-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .promotion-content .snize-button,
  .promotion-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .promotion-content .snize-button, .promotion-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .promotion-content button.snize-product-filters-show-products, .promotion-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .promotion-content button.snize-product-filters-reset-all, .promotion-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .promotion-content .yotpo-new-review-submit, .promotion-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .promotion-content .yotpo-question-submit {
    display: block;
    margin-top: auto;
    width: fit-content; }
    @media screen and (max-width: 1023px) {
      .promotion-content .button, .promotion-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .promotion-content button, .promotion-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .promotion-content .snize-view-all-link, .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text, .promotion-content body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .promotion-content div.snize-popular-suggestions-view-all-products-text, .promotion-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .promotion-content .snize-button,
      .promotion-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .promotion-content .snize-button, .promotion-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .promotion-content button.snize-product-filters-show-products, .promotion-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .promotion-content button.snize-product-filters-reset-all, .promotion-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .promotion-content .yotpo-new-review-submit, .promotion-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .promotion-content .yotpo-question-submit {
        margin-top: 0; } }
    .promotion-content .button:not(:hover), .promotion-content #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .promotion-content button:not(:hover), .promotion-content body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .promotion-content .snize-view-all-link:not(:hover), .promotion-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .promotion-content .snize-popular-suggestions-view-all-products-text:not(:hover), .promotion-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .cate-page #snize-search-results-grid-mode li.snize-product .promotion-content .snize-button:not(:hover),
    .promotion-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .snize-results-page #snize-search-results-grid-mode li.snize-product .promotion-content .snize-button:not(:hover), .promotion-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .promotion-content button.snize-product-filters-show-products:not(:hover), .promotion-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .promotion-content button.snize-product-filters-reset-all:not(:hover), .promotion-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:not(:hover), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .promotion-content .yotpo-new-review-submit:not(:hover), .promotion-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:not(:hover), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .promotion-content .yotpo-question-submit:not(:hover) {
      background-color: transparent;
      border-color: white; }

.promotion-text {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 1.3rem; }

/*--- [Categories Slider] ---*/
.categories-section {
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .categories-section {
      padding-bottom: 28px;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .categories-section {
      padding-bottom: 19px; } }
  .categories-section .swiper {
    margin-left: -1rem;
    margin-right: -1rem; }
    @media screen and (max-width: 767px) {
      .categories-section .swiper {
        margin-left: -5px;
        margin-right: -5px; } }
    .categories-section .swiper.swiper-initialized {
      overflow: visible;
      padding-bottom: 7.7rem; }
      @media screen and (max-width: 1023px) {
        .categories-section .swiper.swiper-initialized {
          padding-bottom: 0; } }
      .categories-section .swiper.swiper-initialized .swiper-slide {
        display: block;
        width: 20.313vw; }
        @media only screen and (max-width: 1599px) {
          .categories-section .swiper.swiper-initialized .swiper-slide {
            width: 320px; } }
        @media screen and (max-width: 1023px) {
          .categories-section .swiper.swiper-initialized .swiper-slide {
            width: 280px; } }
        @media screen and (max-width: 767px) {
          .categories-section .swiper.swiper-initialized .swiper-slide {
            width: 180px; } }
        .categories-section .swiper.swiper-initialized .swiper-slide:first-child {
          margin-left: auto; }
        .categories-section .swiper.swiper-initialized .swiper-slide:last-child {
          margin-right: auto; }
    .categories-section .swiper-slide {
      padding-left: 1rem;
      padding-right: 1rem;
      width: 25%;
      display: none; }
      @media screen and (max-width: 767px) {
        .categories-section .swiper-slide {
          padding-left: 5px;
          padding-right: 5px; } }
      .categories-section .swiper-slide:nth-child(-n + 4) {
        display: block; }

.categories-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .categories-list .swiper-slide {
    height: auto; }

.categories-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  aspect-ratio: 1/1;
  padding: 3.6rem 2rem;
  border: 1px solid #e1e1e1;
  border-radius: 2rem;
  background-color: white;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .categories-inner {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media screen and (max-width: 1023px) {
    .categories-inner {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; } }
  @media screen and (max-width: 767px) {
    .categories-inner {
      padding: 15px 10px; } }
  .categories-inner:hover {
    border-color: #ed0000;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .categories-inner:hover {
        transition: none; } }
    .categories-inner:hover::after {
      content: " ";
      position: absolute;
      background: rgba(41, 41, 41, 0.15);
      filter: blur(10px);
      -webkit-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      height: 100%;
      z-index: -1;
      left: 2rem;
      right: 2rem;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      height: 20%;
      bottom: -1rem; }
    .categories-inner:hover h2 a, .categories-inner:hover .newsletter-content .footer-info-heading a, .newsletter-content .categories-inner:hover .footer-info-heading a, .categories-inner:hover .facet-quick-heading a, .categories-inner:hover .product-highlight-field span a, .product-highlight-field .categories-inner:hover span a {
      color: #ed0000; }
    .categories-inner:hover .button, .categories-inner:hover #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .categories-inner:hover button, .categories-inner:hover body .snize-ac-results .snize-view-all-link, body .snize-ac-results .categories-inner:hover .snize-view-all-link, .categories-inner:hover body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .categories-inner:hover .snize-popular-suggestions-view-all-products-text, .categories-inner:hover .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .categories-inner:hover .snize-button,
    .categories-inner:hover .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .categories-inner:hover .snize-button, .categories-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .categories-inner:hover button.snize-product-filters-show-products, .categories-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .categories-inner:hover button.snize-product-filters-reset-all, .categories-inner:hover .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner:hover .yotpo-new-review-submit, .categories-inner:hover .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .categories-inner:hover .yotpo-question-submit {
      opacity: 1;
      top: 50%;
      transition: all 0.5s ease-in-out; }
      @media screen and (max-width: 1023px) {
        .categories-inner:hover .button, .categories-inner:hover #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .categories-inner:hover button, .categories-inner:hover body .snize-ac-results .snize-view-all-link, body .snize-ac-results .categories-inner:hover .snize-view-all-link, .categories-inner:hover body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .categories-inner:hover .snize-popular-suggestions-view-all-products-text, .categories-inner:hover .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .categories-inner:hover .snize-button,
        .categories-inner:hover .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .categories-inner:hover .snize-button, .categories-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .categories-inner:hover button.snize-product-filters-show-products, .categories-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .categories-inner:hover button.snize-product-filters-reset-all, .categories-inner:hover .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner:hover .yotpo-new-review-submit, .categories-inner:hover .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .categories-inner:hover .yotpo-question-submit {
          display: none; } }
    .categories-inner:hover .categories-img {
      opacity: 0.6;
      transition: all 0.5s ease-in-out; }
      @media screen and (max-width: 1023px) {
        .categories-inner:hover .categories-img {
          opacity: 1; } }
  .categories-inner h2, .categories-inner .newsletter-content .footer-info-heading, .newsletter-content .categories-inner .footer-info-heading, .categories-inner .facet-quick-heading, .categories-inner .product-highlight-field span, .product-highlight-field .categories-inner span {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    margin-top: auto; }
    .categories-inner h2 a, .categories-inner .newsletter-content .footer-info-heading a, .newsletter-content .categories-inner .footer-info-heading a, .categories-inner .facet-quick-heading a, .categories-inner .product-highlight-field span a, .product-highlight-field .categories-inner span a {
      color: black; }
    @media screen and (max-width: 1023px) {
      .categories-inner h2, .categories-inner .newsletter-content .footer-info-heading, .newsletter-content .categories-inner .footer-info-heading, .categories-inner .facet-quick-heading, .categories-inner .product-highlight-field span, .product-highlight-field .categories-inner span {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .categories-inner h2, .categories-inner .newsletter-content .footer-info-heading, .newsletter-content .categories-inner .footer-info-heading, .categories-inner .facet-quick-heading, .categories-inner .product-highlight-field span, .product-highlight-field .categories-inner span {
        font-size: 9px; } }
  .categories-inner .title {
    display: block;
    margin-bottom: 0;
    text-align: center; }
  .categories-inner .button, .categories-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .categories-inner button, .categories-inner body .snize-ac-results .snize-view-all-link, body .snize-ac-results .categories-inner .snize-view-all-link, .categories-inner body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .categories-inner .snize-popular-suggestions-view-all-products-text, .categories-inner body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .categories-inner div.snize-popular-suggestions-view-all-products-text, .categories-inner .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .categories-inner .snize-button,
  .categories-inner .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .categories-inner .snize-button, .categories-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .categories-inner button.snize-product-filters-show-products, .categories-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .categories-inner button.snize-product-filters-reset-all, .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner .yotpo-new-review-submit, .categories-inner .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .categories-inner .yotpo-question-submit {
    position: absolute;
    top: 55%;
    opacity: 0;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.categories-img {
  width: 100%;
  aspect-ratio: 161/122;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1023px) {
    .categories-img {
      margin-bottom: 16px; } }
  .categories-img img {
    object-fit: contain;
    height: 100%;
    width: 100%; }

/*--- [Earn Save Banner] ---*/
.earnSave-banner {
  position: relative; }
  .earnSave-banner::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../img/red-banner.jpg");
    background-repeat: no-repeat;
    z-index: -1; }
  .earnSave-banner .button:not(:hover), .earnSave-banner #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .earnSave-banner button:not(:hover), .earnSave-banner body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .earnSave-banner .snize-view-all-link:not(:hover), .earnSave-banner body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .earnSave-banner .snize-popular-suggestions-view-all-products-text:not(:hover), .earnSave-banner .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .cate-page #snize-search-results-grid-mode li.snize-product .earnSave-banner .snize-button:not(:hover),
  .earnSave-banner .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .snize-results-page #snize-search-results-grid-mode li.snize-product .earnSave-banner .snize-button:not(:hover), .earnSave-banner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .earnSave-banner button.snize-product-filters-show-products:not(:hover), .earnSave-banner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .earnSave-banner button.snize-product-filters-reset-all:not(:hover), .earnSave-banner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:not(:hover), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .earnSave-banner .yotpo-new-review-submit:not(:hover), .earnSave-banner .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:not(:hover), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .earnSave-banner .yotpo-question-submit:not(:hover) {
    background-color: white;
    border-color: white;
    color: #ed0000; }

.earnSave-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 4.4rem 11.77%; }
  @media only screen and (max-width: 1599px) {
    .earnSave-row {
      padding: 3rem 5.07%; } }
  @media screen and (max-width: 1279px) {
    .earnSave-row {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1023px) {
    .earnSave-row {
      flex-direction: column;
      -webkit-flex-direction: column;
      padding: 36px 0 38px; } }

.earnSave-img {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .earnSave-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.earnSave-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  color: white; }
  @media screen and (max-width: 1023px) {
    .earnSave-content {
      flex-direction: column;
      -webkit-flex-direction: column; } }
  .earnSave-content .earn-icon-main {
    margin-right: 2.7rem; }
    @media screen and (max-width: 1279px) {
      .earnSave-content .earn-icon-main {
        width: 40px;
        height: 40px;
        margin-right: 16px; } }
    @media screen and (max-width: 1023px) {
      .earnSave-content .earn-icon-main {
        height: 5.2rem;
        width: 5.2rem;
        margin-bottom: 2.7rem;
        margin-right: 0; } }
  .earnSave-content h2, .earnSave-content .newsletter-content .footer-info-heading, .newsletter-content .earnSave-content .footer-info-heading, .earnSave-content .facet-quick-heading, .earnSave-content .product-highlight-field span, .product-highlight-field .earnSave-content span {
    position: relative;
    color: white;
    margin-bottom: 0;
    padding-right: 2.9rem;
    margin-right: 2.7rem; }
    @media screen and (max-width: 1279px) {
      .earnSave-content h2, .earnSave-content .newsletter-content .footer-info-heading, .newsletter-content .earnSave-content .footer-info-heading, .earnSave-content .facet-quick-heading, .earnSave-content .product-highlight-field span, .product-highlight-field .earnSave-content span {
        font-size: 28px;
        padding-right: 14px;
        margin-right: 12px; } }
    @media screen and (max-width: 1023px) {
      .earnSave-content h2, .earnSave-content .newsletter-content .footer-info-heading, .newsletter-content .earnSave-content .footer-info-heading, .earnSave-content .facet-quick-heading, .earnSave-content .product-highlight-field span, .product-highlight-field .earnSave-content span {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 14px; } }
    @media screen and (max-width: 767px) {
      .earnSave-content h2, .earnSave-content .newsletter-content .footer-info-heading, .newsletter-content .earnSave-content .footer-info-heading, .earnSave-content .facet-quick-heading, .earnSave-content .product-highlight-field span, .product-highlight-field .earnSave-content span {
        font-size: 20px; } }
    .earnSave-content h2:after, .earnSave-content .newsletter-content .footer-info-heading:after, .newsletter-content .earnSave-content .footer-info-heading:after, .earnSave-content .facet-quick-heading:after, .earnSave-content .product-highlight-field span:after, .product-highlight-field .earnSave-content span:after {
      content: " ";
      position: absolute;
      height: 2.6rem;
      width: 0.2rem;
      top: 0.3rem;
      right: 0;
      background-color: white; }
      @media screen and (max-width: 1279px) {
        .earnSave-content h2:after, .earnSave-content .newsletter-content .footer-info-heading:after, .newsletter-content .earnSave-content .footer-info-heading:after, .earnSave-content .facet-quick-heading:after, .earnSave-content .product-highlight-field span:after, .product-highlight-field .earnSave-content span:after {
          height: 22px; } }
      @media screen and (max-width: 1023px) {
        .earnSave-content h2:after, .earnSave-content .newsletter-content .footer-info-heading:after, .newsletter-content .earnSave-content .footer-info-heading:after, .earnSave-content .facet-quick-heading:after, .earnSave-content .product-highlight-field span:after, .product-highlight-field .earnSave-content span:after {
          display: none; } }
  .earnSave-content p {
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .earnSave-content p {
        font-size: 16px; } }
    @media screen and (max-width: 1023px) {
      .earnSave-content p {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .earnSave-content p {
        font-size: 12px; } }

.earn-icon-main {
  position: relative;
  height: 5.2rem;
  width: 5.2rem; }
  .earn-icon-main .icon {
    height: 100%;
    width: 100%; }
    .earn-icon-main .icon svg {
      fill: white; }
    .earn-icon-main .icon.earn2 {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite; }

/*--- [Popular Brand] ---*/
.popularBrand-section {
  padding-left: 11.77%;
  padding-right: 11.77%; }
  @media only screen and (max-width: 1599px) {
    .popularBrand-section {
      padding-left: 5.07%;
      padding-right: 5.07%; } }
  @media screen and (max-width: 1279px) {
    .popularBrand-section {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .popularBrand-section {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .popularBrand-section {
      padding-left: 10px;
      padding-right: 10px; } }
  .popularBrand-section .button:not(:hover), .popularBrand-section #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .popularBrand-section button:not(:hover), .popularBrand-section body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .popularBrand-section .snize-view-all-link:not(:hover), .popularBrand-section body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .popularBrand-section .snize-popular-suggestions-view-all-products-text:not(:hover), .popularBrand-section .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .cate-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .snize-button:not(:hover),
  .popularBrand-section .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .snize-results-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .snize-button:not(:hover), .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.snize-product-filters-show-products:not(:hover), .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.snize-product-filters-reset-all:not(:hover), .popularBrand-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:not(:hover), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .popularBrand-section .yotpo-new-review-submit:not(:hover), .popularBrand-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:not(:hover), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .popularBrand-section .yotpo-question-submit:not(:hover) {
    color: black;
    background-color: white; }
  @media screen and (max-width: 1023px) {
    .popularBrand-section .button.ds-view, .popularBrand-section #consent-manager .css-1wn42nw button.ds-view, #consent-manager .css-1wn42nw .popularBrand-section button.ds-view, .popularBrand-section body .snize-ac-results .ds-view.snize-view-all-link, body .snize-ac-results .popularBrand-section .ds-view.snize-view-all-link, .popularBrand-section body .snize-ac-results .snize-nothing-found .ds-view.snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .popularBrand-section .ds-view.snize-popular-suggestions-view-all-products-text, .popularBrand-section .cate-page #snize-search-results-grid-mode li.snize-product .ds-view.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .ds-view.snize-button,
    .popularBrand-section .snize-results-page #snize-search-results-grid-mode li.snize-product .ds-view.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .ds-view.snize-button, .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.ds-view.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.ds-view.snize-product-filters-show-products, .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.ds-view.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.ds-view.snize-product-filters-reset-all, .popularBrand-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .ds-view.yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .popularBrand-section .ds-view.yotpo-new-review-submit, .popularBrand-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .ds-view.yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .popularBrand-section .ds-view.yotpo-question-submit {
      display: none; } }
  .popularBrand-section .button.mb-view, .popularBrand-section #consent-manager .css-1wn42nw button.mb-view, #consent-manager .css-1wn42nw .popularBrand-section button.mb-view, .popularBrand-section body .snize-ac-results .mb-view.snize-view-all-link, body .snize-ac-results .popularBrand-section .mb-view.snize-view-all-link, .popularBrand-section body .snize-ac-results .snize-nothing-found .mb-view.snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .popularBrand-section .mb-view.snize-popular-suggestions-view-all-products-text, .popularBrand-section .cate-page #snize-search-results-grid-mode li.snize-product .mb-view.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .mb-view.snize-button,
  .popularBrand-section .snize-results-page #snize-search-results-grid-mode li.snize-product .mb-view.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .mb-view.snize-button, .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.mb-view.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.mb-view.snize-product-filters-show-products, .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.mb-view.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.mb-view.snize-product-filters-reset-all, .popularBrand-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .mb-view.yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .popularBrand-section .mb-view.yotpo-new-review-submit, .popularBrand-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .mb-view.yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .popularBrand-section .mb-view.yotpo-question-submit {
    display: none; }
    @media screen and (max-width: 1023px) {
      .popularBrand-section .button.mb-view, .popularBrand-section #consent-manager .css-1wn42nw button.mb-view, #consent-manager .css-1wn42nw .popularBrand-section button.mb-view, .popularBrand-section body .snize-ac-results .mb-view.snize-view-all-link, body .snize-ac-results .popularBrand-section .mb-view.snize-view-all-link, .popularBrand-section body .snize-ac-results .snize-nothing-found .mb-view.snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .popularBrand-section .mb-view.snize-popular-suggestions-view-all-products-text, .popularBrand-section .cate-page #snize-search-results-grid-mode li.snize-product .mb-view.snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .mb-view.snize-button,
      .popularBrand-section .snize-results-page #snize-search-results-grid-mode li.snize-product .mb-view.snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .popularBrand-section .mb-view.snize-button, .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.mb-view.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.mb-view.snize-product-filters-show-products, .popularBrand-section body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.mb-view.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .popularBrand-section button.mb-view.snize-product-filters-reset-all, .popularBrand-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .mb-view.yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .popularBrand-section .mb-view.yotpo-new-review-submit, .popularBrand-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .mb-view.yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .popularBrand-section .mb-view.yotpo-question-submit {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto; } }

.popularBrand-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4.4rem; }
  @media screen and (max-width: 1023px) {
    .popularBrand-title {
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .popularBrand-title {
      margin-bottom: 26px; } }
  .popularBrand-title h2, .popularBrand-title .newsletter-content .footer-info-heading, .newsletter-content .popularBrand-title .footer-info-heading, .popularBrand-title .facet-quick-heading, .popularBrand-title .product-highlight-field span, .product-highlight-field .popularBrand-title span {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .popularBrand-title h2, .popularBrand-title .newsletter-content .footer-info-heading, .newsletter-content .popularBrand-title .footer-info-heading, .popularBrand-title .facet-quick-heading, .popularBrand-title .product-highlight-field span, .product-highlight-field .popularBrand-title span {
        font-size: 20px; } }

.popularBrand-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 767px) {
    .popularBrand-list {
      margin-left: -5px;
      margin-right: -5px; } }
  .popularBrand-list .col, .popularBrand-list .sub-categories-card {
    width: 16.667%;
    display: none;
    height: auto; }
    .popularBrand-list .col:nth-child(-n+6), .popularBrand-list .sub-categories-card:nth-child(-n+6) {
      display: block; }
    @media screen and (max-width: 1023px) {
      .popularBrand-list .col, .popularBrand-list .sub-categories-card {
        margin-bottom: 44px; } }
    @media screen and (max-width: 767px) {
      .popularBrand-list .col, .popularBrand-list .sub-categories-card {
        margin-bottom: 26px; } }
  .popularBrand-list.slick-initialized {
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .popularBrand-list.slick-initialized {
        margin-bottom: 44px; } }
    @media screen and (max-width: 767px) {
      .popularBrand-list.slick-initialized {
        margin-bottom: 28px; } }
    .popularBrand-list.slick-initialized .col, .popularBrand-list.slick-initialized .sub-categories-card {
      display: block; }
  .popularBrand-list .slick-arrow {
    top: 5.1rem;
    top: calc(50% - 32px);
    transform: none; }
    .popularBrand-list .slick-arrow .icon {
      width: 1rem;
      height: 2.4rem; }
  .popularBrand-list .slick-prev {
    left: -3rem; }
  .popularBrand-list .slick-next {
    right: -3rem; }
  .popularBrand-list .slick-list {
    margin-left: -1rem;
    margin-right: -1rem; }
    @media screen and (max-width: 767px) {
      .popularBrand-list .slick-list {
        margin-left: -5px;
        margin-right: -5px; } }
  .popularBrand-list .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }

.popularBrand-link {
  width: 100%;
  padding-bottom: 2.2rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .popularBrand-link {
      padding-bottom: 14px; } }

.popularBrand-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  width: 100%;
  padding: 2.9rem 4.4rem;
  border: 0.1rem solid #e1e1e1;
  background-color: white;
  position: relative; }
  @media screen and (max-width: 767px) {
    .popularBrand-logo {
      padding: 24px 38px; } }
  .popularBrand-logo img {
    object-fit: contain;
    aspect-ratio: 33/17; }
    @media screen and (max-width: 767px) {
      .popularBrand-logo img {
        aspect-ratio: 23/12; } }

.popularBrand-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; }
  .popularBrand-inner:hover .popularBrand-logo {
    border-color: #ed0000;
    transition: border-color 0.3s ease; }
    .popularBrand-inner:hover .popularBrand-logo::after {
      content: " ";
      bottom: -1rem;
      left: 1.4rem;
      right: 1.4rem;
      height: 20%;
      position: absolute;
      background: rgba(41, 41, 41, 0.15);
      filter: blur(10px);
      -webkit-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      z-index: -1;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem; }
  .popularBrand-inner:hover a {
    color: #ed0000; }
    @media screen and (max-width: 1023px) {
      .popularBrand-inner:hover a {
        transition: none; } }
  .popularBrand-inner a {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: black;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .popularBrand-inner a {
        font-style: 12px; } }
    @media screen and (max-width: 767px) {
      .popularBrand-inner a {
        font-size: 9px; } }

/*--- [Size On banner] ---*/
.sizeon-banner {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .sizeon-banner {
      border-radius: 0; } }
  .sizeon-banner::before {
    display: none;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 44rem;
    width: Min(44rem, 23.65%);
    height: 26.7rem;
    right: auto;
    bottom: auto;
    z-index: 1;
    background-image: url("../img/sizeon1.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 1023px) {
      .sizeon-banner::before {
        display: none; } }
  .sizeon-banner::after {
    display: none;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 25.7rem;
    width: Min(25.7rem, 13.82%);
    height: 18.6rem;
    left: auto;
    bottom: auto;
    z-index: 2;
    background-image: url("../img/sizeon2.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 1023px) {
      .sizeon-banner::after {
        display: none; } }

.sizeon-row {
  position: relative;
  padding: 11.2rem 0 11.2rem 21.9rem;
  padding: 6.02% 11.77% 6.02% 11.77%; }
  @media only screen and (max-width: 1599px) {
    .sizeon-row {
      padding-left: 5.07%;
      padding-right: 5.07%; } }
  @media screen and (max-width: 1279px) {
    .sizeon-row {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .sizeon-row {
      padding: 56px 40px; } }
  .sizeon-row::after {
    display: none;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0.87%, rgba(0, 0, 0, 0) 83.82%); }
    @media screen and (max-width: 1023px) {
      .sizeon-row::after {
        z-index: 1;
        display: block;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 2.87%, rgba(0, 0, 0, 0) 83.82%); } }
  .sizeon-row .bg3 {
    width: 93.3rem;
    width: 52%;
    height: auto;
    left: 43.3%;
    right: auto;
    z-index: 1; }
    @media screen and (max-width: 1279px) {
      .sizeon-row .bg3 {
        width: 60%;
        left: 50%; } }
    @media screen and (max-width: 767px) {
      .sizeon-row .bg3 {
        width: 100%;
        left: 38%; } }
    .sizeon-row .bg3 img {
      object-fit: contain;
      object-position: bottom; }

.sizeon-content {
  color: white;
  position: relative;
  z-index: 2;
  width: 40%; }
  @media screen and (max-width: 1279px) {
    .sizeon-content {
      width: 50%; } }
  @media screen and (max-width: 1023px) {
    .sizeon-content {
      width: 100%; } }
  .sizeon-content .small-text {
    font-size: 1.5rem;
    margin-bottom: 1.4rem; }
    @media screen and (max-width: 767px) {
      .sizeon-content .small-text {
        font-size: 8px;
        margin-bottom: 6px; } }
  .sizeon-content h3 {
    color: white;
    margin-bottom: 1.8rem; }
    @media screen and (max-width: 1279px) {
      .sizeon-content h3 {
        font-size: 40px; } }
    @media screen and (max-width: 1023px) {
      .sizeon-content h3 {
        font-size: 30px;
        margin-bottom: 14px; } }
    @media screen and (max-width: 767px) {
      .sizeon-content h3 {
        font-size: 20px;
        margin-bottom: 6px; } }
  .sizeon-content p {
    margin-bottom: 3.3rem; }
    @media screen and (max-width: 1023px) {
      .sizeon-content p {
        font-size: 16px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .sizeon-content p {
        font-size: 10px;
        margin-bottom: 12px; } }
  .sizeon-content .button, .sizeon-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .sizeon-content button, .sizeon-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .sizeon-content .snize-view-all-link, .sizeon-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .sizeon-content .snize-popular-suggestions-view-all-products-text, .sizeon-content body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .sizeon-content div.snize-popular-suggestions-view-all-products-text, .sizeon-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .sizeon-content .snize-button,
  .sizeon-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .sizeon-content .snize-button, .sizeon-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .sizeon-content button.snize-product-filters-show-products, .sizeon-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .sizeon-content button.snize-product-filters-reset-all, .sizeon-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .sizeon-content .yotpo-new-review-submit, .sizeon-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .sizeon-content .yotpo-question-submit {
    border-color: white;
    background-color: transparent; }
    .sizeon-content .button:hover, .sizeon-content #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .sizeon-content button:hover, .sizeon-content body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .sizeon-content .snize-view-all-link:hover, .sizeon-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .sizeon-content .snize-popular-suggestions-view-all-products-text:hover, .sizeon-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .sizeon-content .snize-button:hover,
    .sizeon-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .sizeon-content .snize-button:hover, .sizeon-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .sizeon-content button.snize-product-filters-show-products:hover, .sizeon-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .sizeon-content button.snize-product-filters-reset-all:hover, .sizeon-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .sizeon-content .yotpo-new-review-submit:hover, .sizeon-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .sizeon-content .yotpo-question-submit:hover {
      border-color: #ed0000;
      background-color: #ed0000; }

/*--- [By Goal] ---*/
.byGoal-section h2, .byGoal-section .newsletter-content .footer-info-heading, .newsletter-content .byGoal-section .footer-info-heading, .byGoal-section .facet-quick-heading, .byGoal-section .product-highlight-field span, .product-highlight-field .byGoal-section span {
  margin-bottom: 6rem;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .byGoal-section h2, .byGoal-section .newsletter-content .footer-info-heading, .newsletter-content .byGoal-section .footer-info-heading, .byGoal-section .facet-quick-heading, .byGoal-section .product-highlight-field span, .product-highlight-field .byGoal-section span {
      font-size: 26px;
      margin-bottom: 44px; } }
  @media screen and (max-width: 767px) {
    .byGoal-section h2, .byGoal-section .newsletter-content .footer-info-heading, .newsletter-content .byGoal-section .footer-info-heading, .byGoal-section .facet-quick-heading, .byGoal-section .product-highlight-field span, .product-highlight-field .byGoal-section span {
      font-size: 20px;
      margin-bottom: 26px; } }

.byGoal-section .swiper {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 767px) {
    .byGoal-section .swiper {
      margin-left: -5px;
      margin-right: -5px; } }
  .byGoal-section .swiper.swiper-initialized {
    overflow: visible; }
    .byGoal-section .swiper.swiper-initialized .byGoal-list .swiper-slide {
      display: block;
      width: 18.49vw; }
      @media only screen and (max-width: 1599px) {
        .byGoal-section .swiper.swiper-initialized .byGoal-list .swiper-slide {
          width: 340px; } }
      @media screen and (max-width: 1023px) {
        .byGoal-section .swiper.swiper-initialized .byGoal-list .swiper-slide {
          width: 280px; } }
      @media screen and (max-width: 767px) {
        .byGoal-section .swiper.swiper-initialized .byGoal-list .swiper-slide {
          width: 180px; } }
      .byGoal-section .swiper.swiper-initialized .byGoal-list .swiper-slide:first-child {
        margin-left: auto; }
      .byGoal-section .swiper.swiper-initialized .byGoal-list .swiper-slide:last-child {
        margin-right: auto; }
  .byGoal-section .swiper-slide {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 25%;
    display: none; }
    @media screen and (max-width: 767px) {
      .byGoal-section .swiper-slide {
        padding-left: 5px;
        padding-right: 5px; } }
    .byGoal-section .swiper-slide:nth-child(-n + 4) {
      display: block; }

.byGoal-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.byGoal-inner {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .byGoal-inner {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; } }
  .byGoal-inner:hover h5 {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .byGoal-inner:hover .button, .byGoal-inner:hover #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .byGoal-inner:hover button, .byGoal-inner:hover body .snize-ac-results .snize-view-all-link, body .snize-ac-results .byGoal-inner:hover .snize-view-all-link, .byGoal-inner:hover body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .byGoal-inner:hover .snize-popular-suggestions-view-all-products-text, .byGoal-inner:hover .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .byGoal-inner:hover .snize-button,
  .byGoal-inner:hover .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .byGoal-inner:hover .snize-button, .byGoal-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner:hover button.snize-product-filters-show-products, .byGoal-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner:hover button.snize-product-filters-reset-all, .byGoal-inner:hover .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .byGoal-inner:hover .yotpo-new-review-submit, .byGoal-inner:hover .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .byGoal-inner:hover .yotpo-question-submit {
    opacity: 1;
    bottom: 3.8rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      .byGoal-inner:hover .button, .byGoal-inner:hover #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .byGoal-inner:hover button, .byGoal-inner:hover body .snize-ac-results .snize-view-all-link, body .snize-ac-results .byGoal-inner:hover .snize-view-all-link, .byGoal-inner:hover body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .byGoal-inner:hover .snize-popular-suggestions-view-all-products-text, .byGoal-inner:hover .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .byGoal-inner:hover .snize-button,
      .byGoal-inner:hover .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .byGoal-inner:hover .snize-button, .byGoal-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner:hover button.snize-product-filters-show-products, .byGoal-inner:hover body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner:hover button.snize-product-filters-reset-all, .byGoal-inner:hover .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .byGoal-inner:hover .yotpo-new-review-submit, .byGoal-inner:hover .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .byGoal-inner:hover .yotpo-question-submit {
        bottom: 26px; } }
  .byGoal-inner:hover .byGoal-img::after {
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .byGoal-inner h5 {
    position: absolute;
    z-index: 1;
    font-size: 2.2rem;
    margin: 0;
    bottom: 5.2rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
    color: white;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .byGoal-inner h5 {
        font-size: 18px;
        bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .byGoal-inner h5 {
        font-size: 14px;
        bottom: 32px; } }
  .byGoal-inner .button, .byGoal-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .byGoal-inner button, .byGoal-inner body .snize-ac-results .snize-view-all-link, body .snize-ac-results .byGoal-inner .snize-view-all-link, .byGoal-inner body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .byGoal-inner .snize-popular-suggestions-view-all-products-text, .byGoal-inner body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .byGoal-inner div.snize-popular-suggestions-view-all-products-text, .byGoal-inner .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button,
  .byGoal-inner .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button, .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-show-products, .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-reset-all, .byGoal-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .byGoal-inner .yotpo-new-review-submit, .byGoal-inner .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .byGoal-inner .yotpo-question-submit {
    position: absolute;
    z-index: 1;
    opacity: 0;
    bottom: 2.8rem;
    width: fit-content;
    margin: auto;
    left: 1rem;
    right: 1rem; }
    .byGoal-inner .button:not(:hover), .byGoal-inner #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .byGoal-inner button:not(:hover), .byGoal-inner body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .byGoal-inner .snize-view-all-link:not(:hover), .byGoal-inner body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .byGoal-inner .snize-popular-suggestions-view-all-products-text:not(:hover), .byGoal-inner .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .cate-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button:not(:hover),
    .byGoal-inner .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .snize-results-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button:not(:hover), .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-show-products:not(:hover), .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-reset-all:not(:hover), .byGoal-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:not(:hover), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .byGoal-inner .yotpo-new-review-submit:not(:hover), .byGoal-inner .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:not(:hover), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .byGoal-inner .yotpo-question-submit:not(:hover) {
      background-color: transparent;
      border-color: white; }
    @media screen and (max-width: 1023px) {
      .byGoal-inner .button, .byGoal-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .byGoal-inner button, .byGoal-inner body .snize-ac-results .snize-view-all-link, body .snize-ac-results .byGoal-inner .snize-view-all-link, .byGoal-inner body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .byGoal-inner .snize-popular-suggestions-view-all-products-text, .byGoal-inner body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .byGoal-inner div.snize-popular-suggestions-view-all-products-text, .byGoal-inner .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button,
      .byGoal-inner .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button, .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-show-products, .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-reset-all, .byGoal-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .byGoal-inner .yotpo-new-review-submit, .byGoal-inner .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .byGoal-inner .yotpo-question-submit {
        padding-left: 25px;
        padding-right: 25px;
        left: 5px;
        right: 5px; } }
    @media screen and (max-width: 767px) {
      .byGoal-inner .button, .byGoal-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .byGoal-inner button, .byGoal-inner body .snize-ac-results .snize-view-all-link, body .snize-ac-results .byGoal-inner .snize-view-all-link, .byGoal-inner body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .byGoal-inner .snize-popular-suggestions-view-all-products-text, .byGoal-inner body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .byGoal-inner div.snize-popular-suggestions-view-all-products-text, .byGoal-inner .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button,
      .byGoal-inner .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .byGoal-inner .snize-button, .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-show-products, .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .byGoal-inner button.snize-product-filters-reset-all, .byGoal-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .byGoal-inner .yotpo-new-review-submit, .byGoal-inner .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .byGoal-inner .yotpo-question-submit {
        font-size: 10px;
        padding: 9px 15px 8px; } }

.byGoal-img {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 67/92; }
  .byGoal-img::after {
    content: " ";
    position: absolute;
    top: 30rem;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
    @media screen and (max-width: 767px) {
      .byGoal-img::after {
        top: 140px; } }
  .byGoal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*--- [USP] ---*/
.usp-section {
  margin-bottom: 5.2rem; }
  @media screen and (max-width: 1023px) {
    .usp-section {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .usp-section {
      margin-bottom: 12px; } }
  .usp-section .container {
    max-width: 67.29%; }
    @media only screen and (max-width: 1599px) {
      .usp-section .container {
        max-width: 95.31%; } }
    @media screen and (max-width: 1023px) {
      .usp-section .container {
        max-width: 100%; } }

.usp-col {
  padding: 6rem 5rem;
  border-right: 1px solid #eeeeee; }
  @media only screen and (max-width: 1599px) {
    .usp-col {
      padding: 5rem 3rem; } }
  .usp-col:nth-child(1) {
    width: 29.4%;
    padding-top: 3.5rem;
    padding-bottom: 8.4rem;
    border-bottom: 0.1rem solid #eeeeee; }
    @media screen and (max-width: 1023px) {
      .usp-col:nth-child(1) {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 38px; } }
    @media screen and (max-width: 767px) {
      .usp-col:nth-child(1) {
        padding-top: 7px;
        padding-bottom: 28px; } }
  .usp-col:nth-child(2) {
    width: 40.2%;
    padding-top: 3.5rem;
    padding-bottom: 8.4rem;
    border-bottom: 0.1rem solid #eeeeee; }
    @media screen and (max-width: 1023px) {
      .usp-col:nth-child(2) {
        width: 50%;
        border-right: 0;
        padding-top: 20px;
        padding-bottom: 38px; } }
    @media screen and (max-width: 767px) {
      .usp-col:nth-child(2) {
        padding-top: 7px;
        padding-bottom: 28px; } }
  .usp-col:nth-child(3) {
    width: 30.4%;
    padding-top: 3.5rem;
    padding-bottom: 8.4rem;
    border-right-width: 0;
    border-bottom: 0.1rem solid #eeeeee; }
    @media screen and (max-width: 1023px) {
      .usp-col:nth-child(3) {
        width: 50%;
        border-right-width: 1px;
        padding-top: 30px;
        padding-bottom: 38px; } }
    @media screen and (max-width: 767px) {
      .usp-col:nth-child(3) {
        padding-top: 20px;
        padding-bottom: 28px; } }
  .usp-col:nth-child(4) {
    width: 29.4%; }
    @media screen and (max-width: 1023px) {
      .usp-col:nth-child(4) {
        width: 50%;
        border-bottom: 0.1rem solid #eeeeee;
        border-right: 0; } }
  .usp-col:nth-child(5) {
    width: 40.2%; }
    @media screen and (max-width: 1023px) {
      .usp-col:nth-child(5) {
        width: 50%;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .usp-col:nth-child(5) {
        padding-bottom: 20px; } }
  .usp-col:nth-child(6) {
    width: 30.4%;
    border-right: 0; }
    @media screen and (max-width: 1023px) {
      .usp-col:nth-child(6) {
        width: 50%;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .usp-col:nth-child(6) {
        padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .usp-col:nth-child(even) {
      padding-left: 20px;
      padding-right: 10px; } }
  @media screen and (max-width: 1023px) {
    .usp-col {
      width: 50%;
      padding: 30px 26px 38px; } }
  @media screen and (max-width: 767px) {
    .usp-col {
      padding: 20px 10px 28px 20px; } }

.usp-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  height: 100%;
  max-width: 31.7rem; }
  .usp-inner .icon {
    width: 6rem;
    height: 6rem;
    margin-bottom: 0.9rem; }
  .usp-inner h6, .usp-inner .categories-inner h2, .categories-inner .usp-inner h2, .usp-inner .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .usp-inner .footer-info-heading, .usp-inner .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .usp-inner .footer-info-heading, .usp-inner .categories-inner .facet-quick-heading, .categories-inner .usp-inner .facet-quick-heading, .usp-inner .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .usp-inner span, .usp-inner .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .usp-inner span, .usp-inner .faq-que, .usp-inner .location-tab-title {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .usp-inner h6, .usp-inner .categories-inner h2, .categories-inner .usp-inner h2, .usp-inner .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .usp-inner .footer-info-heading, .usp-inner .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .usp-inner .footer-info-heading, .usp-inner .categories-inner .facet-quick-heading, .categories-inner .usp-inner .facet-quick-heading, .usp-inner .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .usp-inner span, .usp-inner .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .usp-inner span, .usp-inner .faq-que, .usp-inner .location-tab-title {
        font-size: 12px;
        margin-bottom: 6px; } }
  .usp-inner p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    flex: 1 0 auto;
    text-align: center; }
    @media screen and (max-width: 1279px) {
      .usp-inner p br {
        display: none; } }
    @media screen and (max-width: 1023px) {
      .usp-inner p {
        max-width: 210px; } }
    @media screen and (max-width: 767px) {
      .usp-inner p {
        font-size: 10px;
        margin-bottom: 12px; } }
  .usp-inner a {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.2rem;
    position: relative;
    color: black; }
    @media screen and (max-width: 767px) {
      .usp-inner a {
        font-size: 10px; } }
    .usp-inner a:hover {
      color: #ed0000; }
      .usp-inner a:hover::after {
        background-color: #ed0000;
        -webkit-animation: progrssive 0.3s linear;
        animation: progrssive 0.3s linear; }
    .usp-inner a::after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 0.15rem;
      width: 100%;
      background-color: black; }

/*--- About Us ---*/
.aboutUs-section {
  margin-bottom: 5.6rem; }
  @media screen and (max-width: 1023px) {
    .aboutUs-section {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .aboutUs-section {
      margin-bottom: 12px; } }

.aboutUs-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
  padding: 11.24% 11.77% 9.46%; }
  @media screen and (max-width: 1023px) {
    .aboutUs-row {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  .aboutUs-row::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("../img/banner04.jpg");
    background-repeat: no-repeat;
    width: calc(100% - 39.6%);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1023px) {
      .aboutUs-row::before {
        width: 100%;
        background-size: 100% 100%;
        aspect-ratio: 414/395; } }
  @media only screen and (max-width: 1599px) {
    .aboutUs-row {
      padding: 8.69% 5.07% 7.25%; } }
  @media screen and (max-width: 1279px) {
    .aboutUs-row {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1023px) {
    .aboutUs-row {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      background-size: 100% 50%;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .aboutUs-row {
      border-radius: 0;
      padding: 0; } }
  .aboutUs-row .background-img {
    left: auto;
    width: 39.68%;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .aboutUs-row .background-img {
        position: static;
        width: 100%;
        aspect-ratio: 414/387; } }
    @media screen and (max-width: 767px) {
      .aboutUs-row .background-img {
        aspect-ratio: 414/387; } }
    .aboutUs-row .background-img img {
      height: auto;
      width: 52.813vw;
      -o-object-fit: cover;
      object-fit: cover;
      aspect-ratio: 1014/1511;
      max-width: none;
      object-position: -9vw -16.5vw; }
      @media screen and (max-width: 1023px) {
        .aboutUs-row .background-img img {
          width: 100%;
          aspect-ratio: 42/74;
          object-position: -32px -44px; } }

.aboutUs-left {
  max-width: 54.9rem;
  color: white;
  margin-right: 10rem;
  background-color: black; }
  @media only screen and (max-width: 1599px) {
    .aboutUs-left {
      max-width: 500px;
      margin-right: 60px; } }
  @media screen and (max-width: 1279px) {
    .aboutUs-left {
      max-width: 400px;
      margin-right: 40px; } }
  @media screen and (max-width: 1023px) {
    .aboutUs-left {
      text-align: center;
      margin-right: 0;
      padding: 130px 24px 288px;
      max-width: 550px; } }
  @media screen and (max-width: 767px) {
    .aboutUs-left {
      padding: 42px 24px;
      max-width: 100%;
      padding-bottom: 150px; } }
  .aboutUs-left .small-text {
    margin-bottom: 2.4rem; }
    @media only screen and (max-width: 1599px) {
      .aboutUs-left .small-text {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .aboutUs-left .small-text {
        margin-bottom: 8px; } }
  .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
    margin-bottom: 2.8rem;
    color: white;
    white-space: nowrap; }
    @media screen and (max-width: 1279px) {
      .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
        font-size: 32px;
        margin-bottom: 22px; } }
    @media screen and (max-width: 767px) {
      .aboutUs-left h2, .aboutUs-left .newsletter-content .footer-info-heading, .newsletter-content .aboutUs-left .footer-info-heading, .aboutUs-left .facet-quick-heading, .aboutUs-left .product-highlight-field span, .product-highlight-field .aboutUs-left span {
        font-size: 28px;
        margin-bottom: 12px; } }
  .aboutUs-left p {
    margin-bottom: 5.5rem; }
    @media only screen and (max-width: 1599px) {
      .aboutUs-left p {
        font-size: 16px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 1023px) {
      .aboutUs-left p {
        margin-bottom: 32px; } }
    @media screen and (max-width: 767px) {
      .aboutUs-left p {
        font-size: 12px;
        margin-bottom: 26px; } }
  .aboutUs-left .button, .aboutUs-left #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .aboutUs-left button, .aboutUs-left body .snize-ac-results .snize-view-all-link, body .snize-ac-results .aboutUs-left .snize-view-all-link, .aboutUs-left body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .aboutUs-left .snize-popular-suggestions-view-all-products-text, .aboutUs-left body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .aboutUs-left div.snize-popular-suggestions-view-all-products-text, .aboutUs-left .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .aboutUs-left .snize-button,
  .aboutUs-left .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .aboutUs-left .snize-button, .aboutUs-left body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .aboutUs-left button.snize-product-filters-show-products, .aboutUs-left body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .aboutUs-left button.snize-product-filters-reset-all, .aboutUs-left .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .aboutUs-left .yotpo-new-review-submit, .aboutUs-left .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .aboutUs-left .yotpo-question-submit {
    padding-left: 6rem;
    padding-right: 6rem; }
    @media screen and (max-width: 767px) {
      .aboutUs-left .button, .aboutUs-left #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .aboutUs-left button, .aboutUs-left body .snize-ac-results .snize-view-all-link, body .snize-ac-results .aboutUs-left .snize-view-all-link, .aboutUs-left body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .aboutUs-left .snize-popular-suggestions-view-all-products-text, .aboutUs-left body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .aboutUs-left div.snize-popular-suggestions-view-all-products-text, .aboutUs-left .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .aboutUs-left .snize-button,
      .aboutUs-left .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .aboutUs-left .snize-button, .aboutUs-left body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .aboutUs-left button.snize-product-filters-show-products, .aboutUs-left body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .aboutUs-left button.snize-product-filters-reset-all, .aboutUs-left .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .aboutUs-left .yotpo-new-review-submit, .aboutUs-left .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .aboutUs-left .yotpo-question-submit {
        padding-left: 57px;
        padding-right: 57px; } }
    .aboutUs-left .button:not(:hover), .aboutUs-left #consent-manager .css-1wn42nw button:not(:hover), #consent-manager .css-1wn42nw .aboutUs-left button:not(:hover), .aboutUs-left body .snize-ac-results .snize-view-all-link:not(:hover), body .snize-ac-results .aboutUs-left .snize-view-all-link:not(:hover), .aboutUs-left body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:hover), body .snize-ac-results .snize-nothing-found .aboutUs-left .snize-popular-suggestions-view-all-products-text:not(:hover), .aboutUs-left .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .cate-page #snize-search-results-grid-mode li.snize-product .aboutUs-left .snize-button:not(:hover),
    .aboutUs-left .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:hover), .snize-results-page #snize-search-results-grid-mode li.snize-product .aboutUs-left .snize-button:not(:hover), .aboutUs-left body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .aboutUs-left button.snize-product-filters-show-products:not(:hover), .aboutUs-left body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:not(:hover), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .aboutUs-left button.snize-product-filters-reset-all:not(:hover), .aboutUs-left .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:not(:hover), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .aboutUs-left .yotpo-new-review-submit:not(:hover), .aboutUs-left .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:not(:hover), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .aboutUs-left .yotpo-question-submit:not(:hover) {
      color: black;
      border-color: white;
      background-color: white; }

.aboutUs-right {
  max-width: 48.47%;
  width: calc(100% - 54.9rem); }
  @media only screen and (max-width: 1599px) {
    .aboutUs-right {
      max-width: 100%;
      width: calc(100% - 560px); } }
  @media screen and (max-width: 1279px) {
    .aboutUs-right {
      width: calc(100% - 440px); } }
  @media screen and (max-width: 1023px) {
    .aboutUs-right {
      position: relative;
      max-width: 100%;
      width: 100%; } }

.ratting-list {
  width: auto; }
  @media screen and (max-width: 1023px) {
    .ratting-list {
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -160px);
      max-width: 480px;
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .ratting-list {
      max-width: 100%;
      margin: 0;
      position: absolute;
      top: 0;
      transform: translate(0, -108px);
      left: 0; } }
  .ratting-list-inner {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    background-color: white; }
    .ratting-list-inner::after {
      content: "";
      position: absolute;
      left: 8.8rem;
      bottom: -2.2rem;
      width: 0;
      height: 0;
      border-left: 1.2rem solid transparent;
      border-right: 1.2rem solid transparent;
      border-top: 2.2rem solid white; }
      @media screen and (max-width: 1279px) {
        .ratting-list-inner::after {
          left: 40px;
          bottom: -16px; } }
      @media screen and (max-width: 1023px) {
        .ratting-list-inner::after {
          left: 50%;
          transform: translateX(-50%);
          border-top-width: 20px;
          border-left-width: 14px;
          border-right-width: 14px;
          top: 99%;
          bottom: auto; } }
    .ratting-list-inner.slick-initialized {
      width: auto;
      min-width: auto; }
      .ratting-list-inner.slick-initialized .col, .ratting-list-inner.slick-initialized .sub-categories-card {
        display: block; }
  .ratting-list .slick-list {
    margin-bottom: 3.4rem; }
    @media screen and (max-width: 1023px) {
      .ratting-list .slick-list {
        margin-bottom: 42px; } }
  .ratting-list .slick-dots {
    position: absolute;
    line-height: 0;
    bottom: -4.4rem; }
    @media screen and (max-width: 1023px) {
      .ratting-list .slick-dots {
        bottom: -64px; } }
    @media screen and (max-width: 767px) {
      .ratting-list .slick-dots {
        bottom: -48px; } }
    .ratting-list .slick-dots li {
      height: 1rem;
      width: 1rem;
      padding: 0;
      margin: 0 .9rem; }
      @media screen and (max-width: 767px) {
        .ratting-list .slick-dots li {
          width: 6px;
          height: 6px;
          margin: 0 6px; } }
      .ratting-list .slick-dots li.slick-active button {
        opacity: 1;
        background-color: white; }
      .ratting-list .slick-dots li button {
        height: 100%;
        width: 100%;
        border: 0;
        background-color: white;
        opacity: 0.34;
        border-radius: 50%; }
        .ratting-list .slick-dots li button::before {
          display: none;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%; }
  .ratting-list .col, .ratting-list .sub-categories-card {
    display: none;
    position: relative;
    padding: 0; }
    .ratting-list .col:first-child, .ratting-list .sub-categories-card:first-child {
      display: block; }

.ratting-card {
  padding: 5.2rem 3.8rem 5.7rem 5.3rem;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 1599px) {
    .ratting-card {
      padding: 42px 28px 42px 42px; } }
  @media screen and (max-width: 1279px) {
    .ratting-card {
      padding: 32px 18px 32px 32px; } }
  @media screen and (max-width: 1023px) {
    .ratting-card {
      padding: 44px 26px 40px; } }
  .ratting-card .icon {
    width: 11.2rem;
    height: 2rem;
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 1279px) {
      .ratting-card .icon {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .ratting-card .icon {
        width: 90px;
        height: 15px; } }
    .ratting-card .icon svg {
      fill: #FFB72B; }
      @media screen and (max-width: 1023px) {
        .ratting-card .icon svg {
          fill: #C98500; } }
  .ratting-card h2, .ratting-card .newsletter-content .footer-info-heading, .newsletter-content .ratting-card .footer-info-heading, .ratting-card .facet-quick-heading, .ratting-card .product-highlight-field span, .product-highlight-field .ratting-card span {
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 1279px) {
      .ratting-card h2, .ratting-card .newsletter-content .footer-info-heading, .newsletter-content .ratting-card .footer-info-heading, .ratting-card .facet-quick-heading, .ratting-card .product-highlight-field span, .product-highlight-field .ratting-card span {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .ratting-card h2, .ratting-card .newsletter-content .footer-info-heading, .newsletter-content .ratting-card .footer-info-heading, .ratting-card .facet-quick-heading, .ratting-card .product-highlight-field span, .product-highlight-field .ratting-card span {
        font-size: 18px;
        margin-bottom: 14px; } }
  @media screen and (max-width: 1279px) {
    .ratting-card p {
      font-size: 16px;
      margin-bottom: 18px; } }
  @media screen and (max-width: 767px) {
    .ratting-card p {
      font-size: 10px;
      margin-bottom: 12px; } }

.ratting-author {
  line-height: 1.105;
  font-weight: 700; }
  @media screen and (max-width: 1279px) {
    .ratting-author {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .ratting-author {
      font-size: 10px; } }

/*--- [Product Tabs] ---*/
.custome-product-section {
  background-color: #f7f7f7; }

.r-tabs-accordion-title {
  display: none; }

.responsive-tab {
  overflow: hidden; }
  .responsive-tab ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 5rem; }
    @media screen and (max-width: 1023px) {
      .responsive-tab ul {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .responsive-tab ul {
        margin-bottom: 28px; } }
  .responsive-tab-title {
    padding-right: 5.8rem;
    border-bottom: 0.2rem solid #e1e1e1; }
    @media screen and (max-width: 1023px) {
      .responsive-tab-title {
        padding-right: 40px; } }
    @media screen and (max-width: 767px) {
      .responsive-tab-title {
        padding-right: 20px; } }
    .responsive-tab-title:last-child {
      padding-right: 0; }
    .responsive-tab-title a {
      display: block;
      color: #666666;
      padding-bottom: 3rem;
      margin-bottom: 0;
      position: relative;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media screen and (max-width: 1023px) {
        .responsive-tab-title a {
          padding-bottom: 22px; } }
      @media screen and (max-width: 767px) {
        .responsive-tab-title a {
          font-size: 14px;
          padding-bottom: 14px; } }
      .responsive-tab-title a:after {
        content: " ";
        position: absolute;
        bottom: -0.3rem;
        height: 0.4rem;
        background-color: transparent;
        border-radius: 1rem;
        left: 0;
        z-index: 1;
        width: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (max-width: 767px) {
          .responsive-tab-title a:after {
            height: 2px;
            bottom: -2px; } }
      .responsive-tab-title a:hover {
        color: black; }
    .responsive-tab-title.r-tabs-state-active a {
      color: #ed0000;
      border-color: #ed0000; }
      .responsive-tab-title.r-tabs-state-active a:after {
        width: 100%;
        background-color: #ed0000; }

.mac-os .byGoal-inner .button, .mac-os .byGoal-inner #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .mac-os .byGoal-inner button, .mac-os .byGoal-inner body .snize-ac-results .snize-view-all-link, body .snize-ac-results .mac-os .byGoal-inner .snize-view-all-link, .mac-os .byGoal-inner body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .mac-os .byGoal-inner .snize-popular-suggestions-view-all-products-text, .mac-os .byGoal-inner .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .mac-os .byGoal-inner .snize-button,
.mac-os .byGoal-inner .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .mac-os .byGoal-inner .snize-button, .mac-os .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .mac-os .byGoal-inner button.snize-product-filters-show-products, .mac-os .byGoal-inner body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .mac-os .byGoal-inner button.snize-product-filters-reset-all, .mac-os .byGoal-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .mac-os .byGoal-inner .yotpo-new-review-submit, .mac-os .byGoal-inner .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .mac-os .byGoal-inner .yotpo-question-submit {
  padding-top: 8px;
  padding-bottom: 8px; }

.category-top-banner {
  position: relative; }
  .category-top-banner ol.breadcrumbs {
    text-align: left;
    margin-bottom: 15.6rem; }
    @media screen and (max-width: 1023px) {
      .category-top-banner ol.breadcrumbs {
        margin-bottom: 5.6rem;
        text-align: center; } }

.category-top-img {
  width: 100%;
  height: 32rem;
  background-color: black; }
  @media screen and (max-width: 1023px) {
    .category-top-img {
      height: 18rem; } }
  .category-top-img .banners {
    padding: 0;
    background-color: black; }
  .category-top-img .banner {
    max-width: 100%; }
    .category-top-img .banner img {
      width: 100%;
      height: 32rem;
      object-fit: cover; }
      @media screen and (max-width: 1023px) {
        .category-top-img .banner img {
          height: 18rem; } }

.category-top-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 3rem 0; }
  @media screen and (max-width: 1279px) {
    .category-top-content {
      padding: 3rem; } }
  @media screen and (max-width: 1023px) {
    .category-top-content {
      padding: 1.5rem 1rem; } }
  .category-top-content .page-heading {
    text-align: left;
    color: white;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .category-top-content .page-heading {
        text-align: center; } }

/*--- [Sub Category] ---*/
.sub-categories-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: white; }
  @media screen and (max-width: 1023px) {
    .sub-categories-section {
      padding-top: 2rem; } }
  @media screen and (max-width: 1023px) {
    .sub-categories-section > .container {
      padding: 0; } }

.sub-categories-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .sub-categories-list.slick-slider {
      margin-bottom: 0px;
      margin-left: 0;
      margin-right: 0; } }
  .sub-categories-list .slick-list {
    margin-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    .sub-categories-list.slick-initialized .sub-categories-card {
      width: 340px; } }
  @media screen and (max-width: 767px) {
    .sub-categories-list.slick-initialized .sub-categories-card {
      width: 274px; } }

.sub-categories-card {
  width: 20%;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1279px) {
    .sub-categories-card {
      width: 25%; } }
  @media screen and (max-width: 1023px) {
    .sub-categories-card {
      width: 50%;
      display: none;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .sub-categories-card {
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .sub-categories-card:nth-child(1) {
      display: block; } }
  @media screen and (max-width: 1023px) {
    .sub-categories-card:nth-child(2) {
      display: block; } }
  @media screen and (max-width: 767px) {
    .sub-categories-card:nth-child(2) {
      display: none; } }

.sub-categories-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  border: 0.1rem solid #e1e1e1;
  padding: 2rem; }
  .sub-categories-link:hover {
    border-color: #ed0000; }
    .sub-categories-link:hover h2, .sub-categories-link:hover .newsletter-content .footer-info-heading, .newsletter-content .sub-categories-link:hover .footer-info-heading, .sub-categories-link:hover .facet-quick-heading, .sub-categories-link:hover .product-highlight-field span, .product-highlight-field .sub-categories-link:hover span {
      color: #ed0000; }
  .sub-categories-link h2, .sub-categories-link .newsletter-content .footer-info-heading, .newsletter-content .sub-categories-link .footer-info-heading, .sub-categories-link .facet-quick-heading, .sub-categories-link .product-highlight-field span, .product-highlight-field .sub-categories-link span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.4rem;
    margin-bottom: 0;
    max-width: calc(100% - 8rem); }

.sub-categories-img {
  width: 6rem;
  height: 6rem;
  margin-right: 2rem; }
  .sub-categories-img img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

.category-description {
  clear: both;
  background-color: white;
  padding: 8rem 0; }
  @media screen and (max-width: 767px) {
    .category-description {
      padding: 4rem 1.5rem; } }
  .category-description .container {
    text-align: center;
    max-width: 100rem;
    font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .category-description p {
      font-size: 1.4rem; } }
  .category-description p:last-of-type {
    margin-bottom: 0; }

.page-sidebar-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 1023px) {
    .page-sidebar-content {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-top: 2rem;
      margin-left: 0;
      margin-right: 0; } }

.page-sidebar {
  padding: 0 1rem; }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      padding-left: 0;
      padding-right: 0; } }
  .page-sidebar + .page-content {
    padding: 0 1rem; }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        padding-left: 0;
        padding-right: 0; } }

/*--- [Actionbar] ---*/
.actionBar {
  margin: 0; }
  .actionBar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .actionBar-wrap {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse; } }
    .actionBar-wrap .select2-results {
      max-height: none;
      overflow: visible;
      height: 31.1rem; }
  .actionBar-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .actionBar-left {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%; } }
  .actionBar-section {
    float: right; }
    .actionBar-section .form-field, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-star-rating,
    .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-content,
    .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .actionBar-section .yotpo-new-review-headline, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .actionBar-section .yotpo-new-review-name,
    .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .actionBar-section .yotpo-new-review-email, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .actionBar-section .yotpo-question-content, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-name, .actionBar-section .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .actionBar-section .yotpo-question-email {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 0;
      border: 0;
      background: none; }
    .actionBar-section .form-label, .actionBar-section #InStockNotifyOutOfStock, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label, .actionBar-section .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .actionBar-section .yotpo-form-label {
      font-size: 1.4rem;
      line-height: 1;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      color: black;
      padding: 0;
      margin-right: 1.9rem;
      margin-top: 0.2rem; }
    .actionBar-section .form-select {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      font-size: 1.4rem;
      height: auto;
      padding: 1.4rem 4.8rem 1.2rem 2rem;
      color: black; }
      @media screen and (max-width: 1023px) {
        .actionBar-section .form-select {
          padding-top: 13px;
          padding-bottom: 11px; } }
    .actionBar-section .select2-container {
      width: 18.4rem !important;
      min-width: 18.4rem; }
      .actionBar-section .select2-container .select2-selection--single {
        -webkit-border-radius: 1.4rem;
        -moz-border-radius: 1.4rem;
        border-radius: 1.4rem;
        font-size: 1.4rem;
        border: 0;
        background-color: white;
        padding: 1.4rem 2.8rem 1.2rem 2rem; }
        @media screen and (max-width: 1023px) {
          .actionBar-section .select2-container .select2-selection--single {
            padding-top: 13px;
            padding-bottom: 11px; } }
      .actionBar-section .select2-container--open .select2-dropdown--below {
        -webkit-border-radius: 1.4rem;
        -moz-border-radius: 1.4rem;
        border-radius: 1.4rem;
        margin-top: 0.4rem; }
      .actionBar-section .select2-container--open .select2-dropdown--above {
        -webkit-border-radius: 1.4rem;
        -moz-border-radius: 1.4rem;
        border-radius: 1.4rem;
        margin-top: -0.4rem; }
    .actionBar-section .select2-results__option {
      font-size: 1.4rem; }

.get-count {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  background-color: white;
  padding: 1.4rem 2rem 1.0rem;
  margin-right: 2rem; }
  @media screen and (max-width: 767px) {
    .get-count {
      margin-right: 10px; } }
  .get-count span {
    color: #ed0000;
    margin-right: 0.4rem; }

.mac-os .get-count {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }

.mac-os .compare-count {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.compare-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  padding: 1.3rem 2rem 1.1rem;
  border: 0.1rem solid black;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  color: black;
  background-color: white;
  margin-right: 2rem; }
  .compare-count:hover {
    border-color: #ed0000; }
  .compare-count .countPill {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #ed0000;
    display: block;
    background: none;
    position: static;
    height: auto;
    width: auto;
    margin: 0;
    margin-left: 0.4rem; }

.product-view-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  background-color: white; }

.view-button-grid, .view-button-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 3.2rem;
  width: 3.2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  .view-button-grid:hover .icon svg, .view-button-list:hover .icon svg {
    fill: #ed0000; }
  .view-button-grid .icon svg, .view-button-list .icon svg {
    stroke: none;
    fill: #666666; }
  .view-button-grid.active, .view-button-list.active {
    background-color: black; }
    .view-button-grid.active .icon svg, .view-button-list.active .icon svg {
      fill: white; }

.view-button-grid {
  margin-right: 0.6rem; }
  .view-button-grid .icon {
    width: 1.3rem;
    height: 1.3rem; }

.view-button-list {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  .view-button-list .icon {
    width: 1.4rem;
    height: 1.2rem; }

/*--- [Sidebar] ---*/
.sidebarBlock {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  background-color: white; }
  .sidebarBlock + .sidebarBlock {
    border: 0;
    padding: 0; }
  .sidebarBlock-heading {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 2.2rem 2.4rem 2rem;
    margin-bottom: 0;
    border-bottom: 0.1rem solid #EBEBEB; }
  .sidebarBlock .navList {
    padding: 1.9rem 2.4rem 1.8rem;
    margin-bottom: 0; }
    .sidebarBlock .navList-item {
      margin-bottom: 1.3rem; }
      .sidebarBlock .navList-item h2, .sidebarBlock .navList-item .newsletter-content .footer-info-heading, .newsletter-content .sidebarBlock .navList-item .footer-info-heading, .sidebarBlock .navList-item .facet-quick-heading, .sidebarBlock .navList-item .product-highlight-field span, .product-highlight-field .sidebarBlock .navList-item span {
        margin-bottom: 0; }
      .sidebarBlock .navList-item:last-child {
        margin-bottom: 0; }
    .sidebarBlock .navList-action {
      font-size: 1.4rem;
      font-weight: 400;
      color: black;
      text-transform: none;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      padding: 0; }
      .sidebarBlock .navList-action:hover {
        color: #ed0000; }

.facetedSearch {
  background-color: transparent; }
  .facetedSearch-refineFilters {
    -webkit-border-radius: 1.4rem;
    -moz-border-radius: 1.4rem;
    border-radius: 1.4rem;
    background-color: white;
    padding: 2.2rem 2.4rem 1.4rem; }
    .facetedSearch-refineFilters .facetLabel {
      position: relative;
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      color: white;
      background-color: black;
      padding: 0.9rem 3rem 0.8rem 1.4rem;
      -webkit-border-radius: 0.6rem;
      -moz-border-radius: 0.6rem;
      border-radius: 0.6rem; }
      .facetedSearch-refineFilters .facetLabel:hover .icon {
        fill: #ed0000; }
      .facetedSearch-refineFilters .facetLabel .icon {
        position: absolute;
        right: 1.4rem;
        top: 1.1rem;
        height: 0.7rem;
        width: 0.7rem;
        fill: #888888; }
    .facetedSearch-refineFilters .sidebarBlock-heading {
      margin-bottom: 1.7rem;
      padding: 0;
      border-bottom: 0; }
      .facetedSearch-refineFilters .sidebarBlock-heading + p {
        font-size: 1.4rem;
        margin-bottom: 1rem; }
    @media screen and (max-width: 1023px) {
      .facetedSearch-refineFilters {
        display: block; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-toggle {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-navList {
      display: block; } }
  .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    -webkit-border-radius: 1.4rem;
    -moz-border-radius: 1.4rem;
    border-radius: 1.4rem; }
  .facetedSearch-clearLink {
    display: none; }

.inlineList--labels {
  margin-left: 0; }
  .inlineList--labels > li {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 1rem; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0; }

.accordion {
  margin-bottom: 0; }
  .accordion--navList .accordion-block {
    -webkit-border-radius: 1.4rem;
    -moz-border-radius: 1.4rem;
    border-radius: 1.4rem;
    overflow: hidden;
    background-color: white;
    margin-top: 1rem; }
    .accordion--navList .accordion-block:last-child .accordion-navigation {
      border-bottom: 0.1rem solid transparent; }
      .accordion--navList .accordion-block:last-child .accordion-navigation:hover {
        border-color: black; }
        @media screen and (max-width: 1023px) {
          .accordion--navList .accordion-block:last-child .accordion-navigation:hover {
            border-color: transparent; } }
        .accordion--navList .accordion-block:last-child .accordion-navigation:hover.is-open {
          border-color: transparent; }
  .accordion--navList .accordion-navigation {
    position: relative;
    padding: 18px 50px 16px 24px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 1.4rem;
    -moz-border-radius: 1.4rem;
    border-radius: 1.4rem;
    border: 0.1rem solid transparent; }
    .accordion--navList .accordion-navigation:hover {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      border-color: black; }
      @media screen and (max-width: 1023px) {
        .accordion--navList .accordion-navigation:hover {
          border-color: transparent; } }
    .accordion--navList .accordion-navigation::after {
      content: " ";
      position: absolute;
      top: 2.2rem;
      right: 2.4rem;
      height: 1.3rem;
      width: 1.3rem;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 6.5C0 5.94772 0.447715 5.5 1 5.5H12C12.5523 5.5 13 5.94772 13 6.5C13 7.05228 12.5523 7.5 12 7.5H1C0.447715 7.5 0 7.05228 0 6.5Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 13C5.94772 13 5.5 12.5523 5.5 12L5.5 1C5.5 0.447715 5.94772 0 6.5 0C7.05228 0 7.5 0.447715 7.5 1L7.5 12C7.5 12.5523 7.05228 13 6.5 13Z" fill="black"/></svg>');
      background-repeat: no-repeat;
      background-position: center; }
    .accordion--navList .accordion-navigation.is-open {
      border: 0.1rem solid transparent; }
      .accordion--navList .accordion-navigation.is-open:after {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="3" viewBox="0 0 13 3" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1.5C0 0.947715 0.447715 0.5 1 0.5H12C12.5523 0.5 13 0.947715 13 1.5C13 2.05228 12.5523 2.5 12 2.5H1C0.447715 2.5 0 2.05228 0 1.5Z" fill="black"/></svg>');
        background-repeat: no-repeat;
        background-position: center; }
  .accordion--navList .accordion-title {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .accordion--navList .accordion-title {
        padding: 0.2rem 0; } }
  .accordion--navList .accordion-content {
    padding: 2rem 2.4rem;
    border-top: 0.1rem solid #EBEBEB; }
  .accordion-content .navList {
    padding: 0; }
    .accordion-content .navList-item {
      margin-bottom: 1rem; }
      .accordion-content .navList-item:last-child {
        margin-bottom: 0; }
    .accordion-content .navList-action {
      padding: 0; }
    .accordion-content .navList-action--checkbox {
      font-size: 1.4rem;
      line-height: 1;
      color: black;
      padding: 0 2rem 0 2.8rem;
      margin: 0; }
      .accordion-content .navList-action--checkbox::before {
        height: 1.6rem;
        width: 1.6rem;
        top: 0.3rem; }
      .accordion-content .navList-action--checkbox:after {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        top: 0.3rem;
        left: 0.4rem;
        width: 0.8rem;
        height: 0.6rem;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="white"/></svg>');
        background-position: 100%; }
      .accordion-content .navList-action--checkbox.is-selected::before {
        background-color: black; }
      .accordion-content .navList-action--checkbox.is-selected:after {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; }
    .accordion-content .navList-action-close {
      position: absolute;
      top: -0.2rem;
      right: 0rem;
      padding: 0.4rem;
      display: none; }
      .accordion-content .navList-action-close .icon {
        height: 0.8rem;
        width: 0.8rem;
        fill: #ed0000; }

.form-minMaxRow .button, .form-minMaxRow #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-minMaxRow button, .form-minMaxRow body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-minMaxRow .snize-view-all-link, .form-minMaxRow body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-minMaxRow .snize-popular-suggestions-view-all-products-text, .form-minMaxRow body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-minMaxRow div.snize-popular-suggestions-view-all-products-text, .form-minMaxRow .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-minMaxRow .snize-button,
.form-minMaxRow .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-minMaxRow .snize-button, .form-minMaxRow body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-minMaxRow button.snize-product-filters-show-products, .form-minMaxRow body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-minMaxRow button.snize-product-filters-reset-all, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-minMaxRow .yotpo-new-review-submit, .form-minMaxRow .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-minMaxRow .yotpo-question-submit {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 0; }

@media screen and (max-width: 1279px) {
  .form-minMaxRow .form-field, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-star-rating,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-content,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-headline, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-new-review-name,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-new-review-email, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email {
    width: 50%; } }

@media screen and (max-width: 1279px) {
  .form-minMaxRow .form-field:last-child, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-star-rating:last-child,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-content:last-child,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-minMaxRow .yotpo-new-review-headline:last-child, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-new-review-name:last-child,
  .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-new-review-email:last-child, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content:last-child, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content:last-child, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content:last-child, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content:last-child, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name:last-child, .form-minMaxRow .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email:last-child, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name:last-child, .form-minMaxRow .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email:last-child, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name:last-child, .form-minMaxRow .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email:last-child, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name:last-child, .form-minMaxRow .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email:last-child, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content:last-child, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-minMaxRow .yotpo-question-content:last-child, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name:last-child, .form-minMaxRow .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email:last-child, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-name:last-child, .form-minMaxRow .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-minMaxRow .yotpo-question-email:last-child {
    width: 100%;
    margin-top: 10px; } }

.form-minMaxRow .form-input, .form-minMaxRow .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-minMaxRow .select2-search__field, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-minMaxRow textarea, .form-minMaxRow .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-minMaxRow .yotpo-new-input-container, .form-minMaxRow .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-minMaxRow .yotpo-new-input-container, .form-minMaxRow .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-minMaxRow textarea {
  padding-left: 1rem;
  padding-right: 1rem; }

@media screen and (max-width: 767px) {
  .form-minMaxRow .button--small {
    padding: 1.4rem 3.1rem 1.4rem; } }

.toggleLink-text {
  font-size: 1.2rem;
  color: black;
  display: inline-block;
  font-weight: 500;
  margin-top: 1.2rem; }
  .toggleLink-text:hover {
    color: #ed0000; }

@media screen and (max-width: 1023px) {
  .facetedSearch-optionColumns {
    column-count: 2; } }

@media screen and (max-width: 767px) {
  .facetedSearch-optionColumns {
    column-count: 1; } }

.facetedSearch-optionColumns .navList-action {
  font-size: 1.6rem;
  padding: 0;
  color: black; }
  @media screen and (max-width: 767px) {
    .facetedSearch-optionColumns .navList-action {
      font-size: 14px; } }
  .facetedSearch-optionColumns .navList-action:hover {
    color: #ed0000; }

.clear-all-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: black; }
  .clear-all-link:hover {
    color: #ed0000; }

/*--- [Banner] ---*/
.earn-save-repeat-section {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  overflow: hidden;
  position: relative;
  background-image: url("https://cdn11.bigcommerce.com/s-apemnveemk/images/stencil/original/image-manager/earn-img.jpg?t=1700550435");
  background-repeat: no-repeat;
  margin-top: 1rem;
  background-size: cover; }
  @media screen and (max-width: 1023px) {
    .earn-save-repeat-section {
      margin: 0 5px 10px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .earn-save-repeat-section {
      margin-bottom: 10px; } }

.earn-save-repeat-content {
  text-align: center;
  padding: 6rem 1rem; }
  @media screen and (max-width: 1279px) {
    .earn-save-repeat-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 1023px) {
    .earn-save-repeat-content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .earn-save-repeat-content .earn-icon-main {
    margin: 0 auto 2.6rem; }
    @media screen and (max-width: 1279px) {
      .earn-save-repeat-content .earn-icon-main {
        width: 44px;
        height: 44px; } }
    @media screen and (max-width: 1023px) {
      .earn-save-repeat-content .earn-icon-main {
        width: 52px;
        height: 52px; } }
    @media screen and (max-width: 1023px) {
      .earn-save-repeat-content .earn-icon-main {
        margin: 0 auto 3rem; } }
    .earn-save-repeat-content .earn-icon-main .icon.earn1 svg {
      fill: #ed0000; }
  .earn-save-repeat-content h4, .earn-save-repeat-content .responsive-tab-title a, .responsive-tab-title .earn-save-repeat-content a {
    margin-bottom: 1.2rem;
    color: white; }
    @media screen and (max-width: 1279px) {
      .earn-save-repeat-content h4, .earn-save-repeat-content .responsive-tab-title a, .responsive-tab-title .earn-save-repeat-content a {
        font-size: 20px; } }
    @media screen and (max-width: 1023px) {
      .earn-save-repeat-content h4, .earn-save-repeat-content .responsive-tab-title a, .responsive-tab-title .earn-save-repeat-content a {
        font-size: 24px; } }
  .earn-save-repeat-content p {
    color: white;
    font-size: 1.6rem;
    max-width: 26.4rem;
    margin: 0 auto 3.4rem; }
    @media screen and (max-width: 1279px) {
      .earn-save-repeat-content p {
        font-size: 14px;
        margin-bottom: 24px; } }
    @media screen and (max-width: 1023px) {
      .earn-save-repeat-content p {
        font-size: 16px;
        margin-bottom: 34px; } }
  .earn-save-repeat-content .button, .earn-save-repeat-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .earn-save-repeat-content button, .earn-save-repeat-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .earn-save-repeat-content .snize-view-all-link, .earn-save-repeat-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .earn-save-repeat-content .snize-popular-suggestions-view-all-products-text, .earn-save-repeat-content body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .earn-save-repeat-content div.snize-popular-suggestions-view-all-products-text, .earn-save-repeat-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .earn-save-repeat-content .snize-button,
  .earn-save-repeat-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .earn-save-repeat-content .snize-button, .earn-save-repeat-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .earn-save-repeat-content button.snize-product-filters-show-products, .earn-save-repeat-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .earn-save-repeat-content button.snize-product-filters-reset-all, .earn-save-repeat-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .earn-save-repeat-content .yotpo-new-review-submit, .earn-save-repeat-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .earn-save-repeat-content .yotpo-question-submit {
    border-color: #ed0000; }
    @media screen and (max-width: 1023px) {
      .earn-save-repeat-content .button, .earn-save-repeat-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .earn-save-repeat-content button, .earn-save-repeat-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .earn-save-repeat-content .snize-view-all-link, .earn-save-repeat-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .earn-save-repeat-content .snize-popular-suggestions-view-all-products-text, .earn-save-repeat-content body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .earn-save-repeat-content div.snize-popular-suggestions-view-all-products-text, .earn-save-repeat-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .earn-save-repeat-content .snize-button,
      .earn-save-repeat-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .earn-save-repeat-content .snize-button, .earn-save-repeat-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .earn-save-repeat-content button.snize-product-filters-show-products, .earn-save-repeat-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .earn-save-repeat-content button.snize-product-filters-reset-all, .earn-save-repeat-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .earn-save-repeat-content .yotpo-new-review-submit, .earn-save-repeat-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .earn-save-repeat-content .yotpo-question-submit {
        font-size: 1.4rem;
        padding: 1.4rem 4.36rem 1.2rem; } }

.earn-save-repeat .earn-save-repeat-content {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1279px) {
    .earn-save-repeat .earn-save-repeat-content {
      padding: 3rem 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .earn-save-repeat .earn-save-repeat-content {
      padding: 6rem 3.5rem; } }
  @media screen and (max-width: 1279px) {
    .earn-save-repeat .earn-save-repeat-content h4, .earn-save-repeat .earn-save-repeat-content .responsive-tab-title a, .responsive-tab-title .earn-save-repeat .earn-save-repeat-content a {
      font-size: 2.2rem; } }
  @media screen and (max-width: 1023px) {
    .earn-save-repeat .earn-save-repeat-content h4, .earn-save-repeat .earn-save-repeat-content .responsive-tab-title a, .responsive-tab-title .earn-save-repeat .earn-save-repeat-content a {
      font-size: 2.4rem; } }
  @media screen and (max-width: 1279px) {
    .earn-save-repeat .earn-save-repeat-content p {
      font-size: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .earn-save-repeat .earn-save-repeat-content p {
      font-size: 1.6rem; } }

/*--- [Gride List]---*/
.productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (max-width: 1023px) {
    .productGrid {
      margin-left: -5px;
      margin-right: -5px; } }
  @media screen and (max-width: 767px) {
    .productGrid {
      margin-bottom: 0rem; } }
  .productGrid .product {
    padding: 0px 1rem 2rem; }
    @media screen and (max-width: 1023px) {
      .productGrid .product {
        padding: 0 5px 10px; } }
  .productGrid .earn-save-repeat-section {
    display: none; }
    @media screen and (max-width: 1023px) {
      .productGrid .earn-save-repeat-section {
        display: block; } }

.grid-list-view .productList {
  display: none; }

.grid-list-view.product-list-style .productGrid {
  display: none; }

.grid-list-view.product-list-style .productList {
  display: block; }

/*--- [SEARCH] ---*/
.template-search .common-heading-wrap,
.template-brand .common-heading-wrap {
  margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .template-search .filter-mobile-wrap {
    padding-top: 0;
    padding-bottom: 2rem; } }

@media screen and (max-width: 1023px) {
  .template-search .page-content .actionBar-wrap form.actionBar {
    top: 6.8rem; } }

.search-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .search-wrap .panel-body {
    -webkit-border-radius: 1.4rem;
    -moz-border-radius: 1.4rem;
    border-radius: 1.4rem;
    background-color: white;
    padding: 2.4rem;
    margin-bottom: 4rem; }

#search-results-content .actionBar-section {
  margin-bottom: 2rem; }

#search-results-content .list-none, #search-results-content .select2-results__options, #search-results-content .cate-page div.snize.snize-tab-selected-categories .snize-search-results-main-content ul.snize-search-results-content, .cate-page div.snize.snize-tab-selected-categories .snize-search-results-main-content #search-results-content ul.snize-search-results-content, #search-results-content .cate-page div.snize.snize-tab-selected-pages .snize-search-results-main-content ul.snize-search-results-content, .cate-page div.snize.snize-tab-selected-pages .snize-search-results-main-content #search-results-content ul.snize-search-results-content,
#search-results-content .snize-results-page div.snize.snize-tab-selected-categories .snize-search-results-main-content ul.snize-search-results-content, .snize-results-page div.snize.snize-tab-selected-categories .snize-search-results-main-content #search-results-content ul.snize-search-results-content,
#search-results-content .snize-results-page div.snize.snize-tab-selected-pages .snize-search-results-main-content ul.snize-search-results-content, .snize-results-page div.snize.snize-tab-selected-pages .snize-search-results-main-content #search-results-content ul.snize-search-results-content {
  margin-left: 0;
  margin-bottom: 0; }

.account-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }

.navBar--sub .navBar-item {
  margin: 0 1rem; }

.navBar--sub .navBar-action {
  font-size: 1.6rem;
  color: black;
  padding-bottom: .6rem;
  border-bottom: .2rem solid transparent; }
  .navBar--sub .navBar-action:hover {
    color: #ed0000; }
  .navBar--sub .navBar-action-color--active {
    color: #ed0000;
    padding-bottom: .6rem;
    border-bottom: 0.1rem solid #ed0000; }

.category-suggestion {
  font-size: 1.6rem;
  padding-right: 2rem;
  margin-bottom: 0.4rem; }
  .category-suggestion-list {
    margin-bottom: -0.4rem; }

.search-suggestion {
  margin-bottom: 3rem; }
  .search-suggestion a {
    color: black; }
    .search-suggestion a:hover {
      color: #ed0000; }

.suggestion-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem; }

.page-sidebar.u-hidden + .page-content {
  width: 100%; }

@media screen and (max-width: 1023px) {
  .template-category .page-sidebar,
  .template-brand .page-sidebar, .template-search .page-sidebar {
    display: none; } }

@media screen and (max-width: 1023px) {
  .template-category .page-sidebar .earn-save-repeat-section,
  .template-brand .page-sidebar .earn-save-repeat-section, .template-search .page-sidebar .earn-save-repeat-section {
    display: none; } }

.template-category .productList .earn-save-repeat-section,
.template-brand .productList .earn-save-repeat-section, .template-search .productList .earn-save-repeat-section {
  margin-left: 0;
  margin-right: 0;
  display: none; }
  @media screen and (max-width: 1023px) {
    .template-category .productList .earn-save-repeat-section,
    .template-brand .productList .earn-save-repeat-section, .template-search .productList .earn-save-repeat-section {
      display: block; } }

@media screen and (max-width: 1023px) {
  .template-category .actionBar-wrap form.actionBar,
  .template-brand .actionBar-wrap form.actionBar, .template-search .actionBar-wrap form.actionBar {
    position: absolute;
    top: -4rem;
    right: 20px;
    width: calc(50% - 30px); } }

@media screen and (max-width: 767px) {
  .template-category .actionBar-wrap form.actionBar,
  .template-brand .actionBar-wrap form.actionBar, .template-search .actionBar-wrap form.actionBar {
    right: 10px;
    width: calc(50% - 15px); } }

@media screen and (max-width: 1023px) {
  .template-category .actionBar-wrap form.actionBar .form-fieldset,
  .template-brand .actionBar-wrap form.actionBar .form-fieldset, .template-search .actionBar-wrap form.actionBar .form-fieldset {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px; } }

@media screen and (max-width: 1023px) {
  .template-category .actionBar-wrap form.actionBar .form-label, .template-category .actionBar-wrap form.actionBar #InStockNotifyOutOfStock, .template-category .actionBar-wrap form.actionBar .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .template-category .actionBar-wrap form.actionBar .yotpo-form-label, .template-category .actionBar-wrap form.actionBar .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .template-category .actionBar-wrap form.actionBar .yotpo-form-label, .template-category .actionBar-wrap form.actionBar .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .template-category .actionBar-wrap form.actionBar .yotpo-form-label,
  .template-brand .actionBar-wrap form.actionBar .form-label,
  .template-brand .actionBar-wrap form.actionBar #InStockNotifyOutOfStock,
  .template-brand .actionBar-wrap form.actionBar .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .template-brand .actionBar-wrap form.actionBar .yotpo-form-label,
  .template-brand .actionBar-wrap form.actionBar .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label,
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .template-brand .actionBar-wrap form.actionBar .yotpo-form-label,
  .template-brand .actionBar-wrap form.actionBar .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .template-brand .actionBar-wrap form.actionBar .yotpo-form-label, .template-search .actionBar-wrap form.actionBar .form-label, .template-search .actionBar-wrap form.actionBar #InStockNotifyOutOfStock, .template-search .actionBar-wrap form.actionBar .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .template-search .actionBar-wrap form.actionBar .yotpo-form-label, .template-search .actionBar-wrap form.actionBar .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .template-search .actionBar-wrap form.actionBar .yotpo-form-label, .template-search .actionBar-wrap form.actionBar .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .template-search .actionBar-wrap form.actionBar .yotpo-form-label {
    display: none; } }

@media screen and (max-width: 1023px) {
  .template-category .actionBar-section,
  .template-brand .actionBar-section, .template-search .actionBar-section {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .template-category .actionBar-section .select2-container,
  .template-brand .actionBar-section .select2-container, .template-search .actionBar-section .select2-container {
    min-width: auto;
    width: 100% !important; } }

@media screen and (max-width: 1023px) {
  .template-category .accordion,
  .template-brand .accordion, .template-search .accordion {
    border: none; } }

.template-category .footer,
.template-brand .footer, .template-search .footer {
  margin-top: 0; }

@media screen and (max-width: 1023px) {
  .template-category .compare-check-mb-btn,
  .template-brand .compare-check-mb-btn, .template-search .compare-check-mb-btn {
    display: block; } }

@media screen and (max-width: 1023px) {
  .template-category .compare-check-mb-btn .button-compare,
  .template-brand .compare-check-mb-btn .button-compare, .template-search .compare-check-mb-btn .button-compare {
    background-color: transparent;
    border: solid 0.1rem black;
    padding: 0.5rem 1rem 0.4rem;
    font-size: 1.2rem;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: black; } }

@media screen and (max-width: 767px) {
  .template-category .compare-check-mb-btn .button-compare,
  .template-brand .compare-check-mb-btn .button-compare, .template-search .compare-check-mb-btn .button-compare {
    padding: 0.4rem 0.8rem 0.3rem;
    font-size: 1rem; } }

.template-category .compare-check-mb-btn .button-compare .check-box,
.template-brand .compare-check-mb-btn .button-compare .check-box, .template-search .compare-check-mb-btn .button-compare .check-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  position: relative;
  border: 1px solid black;
  border-radius: 0.2rem; }
  @media screen and (max-width: 767px) {
    .template-category .compare-check-mb-btn .button-compare .check-box,
    .template-brand .compare-check-mb-btn .button-compare .check-box, .template-search .compare-check-mb-btn .button-compare .check-box {
      height: 8px;
      width: 8px; } }

.template-category .compare-check-mb-btn .button-compare input[type="checkbox"],
.template-brand .compare-check-mb-btn .button-compare input[type="checkbox"], .template-search .compare-check-mb-btn .button-compare input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 1; }
  .template-category .compare-check-mb-btn .button-compare input[type="checkbox"]:checked + .check-box,
  .template-brand .compare-check-mb-btn .button-compare input[type="checkbox"]:checked + .check-box, .template-search .compare-check-mb-btn .button-compare input[type="checkbox"]:checked + .check-box {
    background-color: transparent;
    border-color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" viewBox="0 0 8 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53033 0.46967C7.82322 0.762563 7.82322 1.23744 7.53033 1.53033L3 6.06066L0.46967 3.53033C0.176777 3.23744 0.176777 2.76256 0.46967 2.46967C0.762563 2.17678 1.23744 2.17678 1.53033 2.46967L3 3.93934L6.46967 0.46967C6.76256 0.176777 7.23744 0.176777 7.53033 0.46967Z" fill="%23ed0000"/></svg>');
    background-repeat: no-repeat;
    background-size: 9px 7px;
    background-position: bottom; }
    @media screen and (max-width: 767px) {
      .template-category .compare-check-mb-btn .button-compare input[type="checkbox"]:checked + .check-box,
      .template-brand .compare-check-mb-btn .button-compare input[type="checkbox"]:checked + .check-box, .template-search .compare-check-mb-btn .button-compare input[type="checkbox"]:checked + .check-box {
        background-position: top; } }

.template-category .card-figure,
.template-brand .card-figure, .template-search .card-figure {
  position: unset; }

.template-category .card-figcaption-body, .template-category .listItem-actions,
.template-brand .card-figcaption-body,
.template-brand .listItem-actions, .template-search .card-figcaption-body, .template-search .listItem-actions {
  padding: 0rem 3rem;
  top: 38%; }
  @media screen and (max-width: 1279px) {
    .template-category .card-figcaption-body, .template-category .listItem-actions,
    .template-brand .card-figcaption-body,
    .template-brand .listItem-actions, .template-search .card-figcaption-body, .template-search .listItem-actions {
      padding: 3rem 1.5rem;
      top: 35%; } }

.template-category .card.show .compare-check-mb-btn,
.template-brand .card.show .compare-check-mb-btn, .template-search .card.show .compare-check-mb-btn {
  display: none; }
  @media screen and (max-width: 1023px) {
    .template-category .card.show .compare-check-mb-btn,
    .template-brand .card.show .compare-check-mb-btn, .template-search .card.show .compare-check-mb-btn {
      display: block; } }

@media screen and (max-width: 1023px) {
  .template-category .card.show .compare-check-btn,
  .template-brand .card.show .compare-check-btn, .template-search .card.show .compare-check-btn {
    display: none; } }

.template-category .product-list-style .listItem-actions,
.template-brand .product-list-style .listItem-actions, .template-search .product-list-style .listItem-actions {
  padding: 1.5rem 2rem; }

.compare-check-mb-btn {
  display: none; }

@media screen and (min-width: 1024px) {
  .template-search .search-wrap > .container .page-sidebar {
    display: block !important; } }

@media screen and (min-width: 1024px) {
  .template-brand .page > .container .page-sidebar,
  .template-category .page > .container .page-sidebar {
    display: block !important; } }

/*--- [mobile filter] ---*/
.product-compar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.filter-mobile-wrap {
  display: none;
  background: #f7f7f7; }
  @media screen and (max-width: 1023px) {
    .filter-mobile-wrap {
      display: block;
      padding-left: 20px;
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .filter-mobile-wrap {
      padding-left: 10px; } }
  .filter-mobile-wrap .mobile-filter-box {
    display: block;
    width: calc(50% - 20px); }
    @media screen and (max-width: 767px) {
      .filter-mobile-wrap .mobile-filter-box {
        width: calc(50% - 10px); } }
  .filter-mobile-wrap .filter-by {
    background: black;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    color: white;
    font-weight: 700;
    height: 4rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    transition: all 0.3s; }
    .filter-mobile-wrap .filter-by span {
      height: 0.5rem;
      width: 0.9rem;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 1L4 4L7 1" stroke="white" stroke-width="1.5"/></svg>');
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s;
      right: 1.85rem; }
    .filter-mobile-wrap .filter-by.active {
      background: #ed0000;
      transition: all 0.3s; }
      .filter-mobile-wrap .filter-by.active span {
        transition: all 0.3s;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 4.5L4 1.5L7 4.5" stroke="white" stroke-width="1.5"/></svg>'); }

.brandGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .brandGrid {
      margin-left: -5px;
      margin-right: -5px; } }
  @media screen and (max-width: 767px) {
    .brandGrid {
      margin-bottom: 10px; } }
  .brandGrid .brand {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 4rem;
    width: 16.66%; }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        padding-left: 5px;
        padding-right: 5px; } }
    @media screen and (max-width: 1279px) {
      .brandGrid .brand {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        width: 33.33%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        width: 50%;
        margin-bottom: 20px; } }
  .brandGrid .card {
    padding: 0;
    border: 0; }
    .brandGrid .card:hover::after {
      display: none; }
    .brandGrid .card:hover .card-figure {
      position: relative; }
      .brandGrid .card:hover .card-figure::after {
        content: " ";
        bottom: 1.5rem;
        left: 1.4rem;
        right: 1.4rem;
        height: 20%;
        position: absolute;
        background: rgba(41, 41, 41, 0.15);
        filter: blur(10px);
        -webkit-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 0;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem; }
        @media screen and (max-width: 1023px) {
          .brandGrid .card:hover .card-figure::after {
            bottom: 8px; } }
    .brandGrid .card:hover .card-figure__link {
      border-color: #ed0000;
      transition: border-color 0.3s ease; }
    .brandGrid .card:hover .card-title > a, .brandGrid .card:hover .listItem-title > a {
      color: #ed0000; }
      @media screen and (max-width: 1023px) {
        .brandGrid .card:hover .card-title > a, .brandGrid .card:hover .listItem-title > a {
          transition: none; } }
    .brandGrid .card-figure {
      padding: 0 0 2rem; }
      @media screen and (max-width: 1023px) {
        .brandGrid .card-figure {
          padding-bottom: 1rem; } }
      .brandGrid .card-figure:hover .card-img-container {
        opacity: 1;
        filter: none;
        -webkit-filter: none;
        -webkit-backdrop-filter: none; }
    .brandGrid .card-figure__link {
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      padding: 3rem;
      border: 1px solid #e1e1e1;
      background-color: white;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 767px) {
        .brandGrid .card-figure__link {
          padding: 30px 20px; } }
    .brandGrid .card-img-container {
      max-width: 13.2rem;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .brandGrid .card-img-container {
          max-width: 115px; } }
      .brandGrid .card-img-container::after {
        display: none; }
    .brandGrid .card-image {
      width: 100%;
      height: auto;
      aspect-ratio: 16/7; }
    .brandGrid .card-body {
      padding: 0; }

.template-product .body {
  border-top: 0.1rem solid #e1e1e1; }

.template-product .container {
  overflow: hidden; }

.pdp-headind-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.4rem; }
  @media screen and (max-width: 1023px) {
    .pdp-headind-wrap {
      padding-bottom: 12px;
      margin-bottom: 12px;
      overflow-x: auto; } }
  @media screen and (max-width: 767px) {
    .pdp-headind-wrap {
      padding: 14px 0px 6px; } }
  .pdp-headind-wrap ol.breadcrumbs {
    text-align: left;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .pdp-headind-wrap .breadcrumb {
      font-size: 1.2rem; } }
  .pdp-headind-wrap .breadcrumb a {
    color: black; }
    .pdp-headind-wrap .breadcrumb a:hover {
      color: #ed0000; }
  .pdp-headind-wrap .breadcrumb:not(:first-child)::before {
    font-weight: 700;
    color: black; }
  .pdp-headind-wrap .breadcrumb.is-active .breadcrumb-label {
    color: black; }

.mb {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mb {
      display: block; } }

@media screen and (max-width: 1023px) {
  .ds {
    display: none; } }

/*--- [Product Img] ---*/
.productView {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 0; }
  @media screen and (max-width: 1279px) {
    .productView {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (max-width: 1023px) {
    .productView {
      margin-left: 0;
      margin-right: 0; } }
  .productView-left {
    width: 59.7222%;
    padding: 0 2rem;
    float: left; }
    @media screen and (max-width: 1279px) {
      .productView-left {
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .productView-left {
        width: 100%;
        padding: 0; } }
  .productView-right {
    width: 40.2778%;
    padding: 0 2rem;
    float: right; }
    @media screen and (max-width: 1279px) {
      .productView-right {
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .productView-right {
        width: 100%;
        padding: 0; } }
    .productView-right.out-of-stock .productView-options .form-wishlist {
      float: right; }
  .productView-image-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .productView-images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 2.2rem;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .productView-images {
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .productView-images {
        margin-bottom: 40px; } }
  .productView-thumbnails {
    width: 8rem;
    margin: auto 4rem auto 0;
    padding: 3.8rem 0; }
    @media only screen and (max-width: 1439px) {
      .productView-thumbnails {
        padding: 20px 0; } }
    @media screen and (max-width: 1279px) {
      .productView-thumbnails {
        margin-right: 20px;
        padding: 20px 0; } }
    @media screen and (max-width: 1023px) {
      .productView-thumbnails {
        display: none; } }
    .productView-thumbnails.thumbnails-fix .slick-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .productView-thumbnails.thumbnails-fix .slick-track {
      transform: inherit !important; }
    .productView-thumbnails.slick-slider {
      min-width: auto;
      width: 8rem; }
      @media screen and (max-width: 1279px) {
        .productView-thumbnails.slick-slider {
          width: 70px; } }
    .productView-thumbnails .slick-list {
      width: 100%;
      margin: 0; }
    .productView-thumbnails .slick-arrow {
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      right: 0;
      height: 0.8rem;
      width: 1.8rem; }
      .productView-thumbnails .slick-arrow .icon {
        height: 100%;
        width: 100%;
        visibility: hidden;
        position: relative; }
        .productView-thumbnails .slick-arrow .icon:after {
          content: " ";
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          visibility: visible; }
      .productView-thumbnails .slick-arrow.slick-prev {
        top: 0;
        bottom: auto; }
        .productView-thumbnails .slick-arrow.slick-prev:hover .icon:after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8" fill="none"><path d="M0 4.50039L0 7.50065L9.00078 3.00026L18.0016 7.50065V4.50039L9.00078 0L0 4.50039Z" fill="%23ED0000"/></svg>'); }
        .productView-thumbnails .slick-arrow.slick-prev.slick-disabled .icon::after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8" fill="none"><path d="M0 4.50039L0 7.50065L9.00078 3.00026L18.0016 7.50065V4.50039L9.00078 0L0 4.50039Z" fill="black"/></svg>'); }
        .productView-thumbnails .slick-arrow.slick-prev .icon::after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8" fill="none"><path d="M0 4.50039L0 7.50065L9.00078 3.00026L18.0016 7.50065V4.50039L9.00078 0L0 4.50039Z" fill="black"/></svg>');
          background-repeat: no-repeat; }
      .productView-thumbnails .slick-arrow.slick-next {
        top: auto;
        bottom: 0; }
        .productView-thumbnails .slick-arrow.slick-next:hover .icon::after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8" fill="none"><path d="M0 2.99961L0 -0.000650883L9.00078 4.49974L18.0016 -0.000650883V2.99961L9.00078 7.5L0 2.99961Z" fill="%23ED0000"/></svg>'); }
        .productView-thumbnails .slick-arrow.slick-next.slick-disabled .icon::after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8" fill="none"><path d="M0 2.99961L0 -0.000650883L9.00078 4.49974L18.0016 -0.000650883V2.99961L9.00078 7.5L0 2.99961Z" fill="black"/></svg>'); }
        .productView-thumbnails .slick-arrow.slick-next .icon:after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="8" viewBox="0 0 18 8" fill="none"><path d="M0 2.99961L0 -0.000650883L9.00078 4.49974L18.0016 -0.000650883V2.99961L9.00078 7.5L0 2.99961Z" fill="black"/></svg>');
          background-repeat: no-repeat; }
    .productView-thumbnails.slick-vertical .slick-slide {
      border: 0; }
    .productView-thumbnails .slick-track {
      display: block; }
  .productView-thumbnail {
    width: 100%;
    padding: 1rem 0; }
    @media only screen and (max-width: 1439px) {
      .productView-thumbnail {
        padding: 6px 0; } }
    .productView-thumbnail-link {
      max-width: 100%;
      height: auto;
      padding: 0;
      border: 0;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: inset 0 0 0 0.1rem #e1e1e1; }
      .productView-thumbnail-link:hover {
        box-shadow: inset 0 0 0 0.1rem #ed0000; }
      .productView-thumbnail-link img {
        padding: 0.9rem;
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%; }
    .productView-thumbnail.slick-current .productView-thumbnail-link {
      box-shadow: inset 0 0 0 0.15rem #ed0000; }
  .productView-image {
    width: calc(100% - 12rem);
    -webkit-border-radius: 1.4rem;
    -moz-border-radius: 1.4rem;
    border-radius: 1.4rem;
    overflow: hidden;
    border: 0.1rem solid #e1e1e1; }
    @media screen and (max-width: 1279px) {
      .productView-image {
        width: calc(100% - 90px); } }
    @media screen and (max-width: 1023px) {
      .productView-image {
        width: 100%;
        border: 0; } }
    .productView-image .slider-single {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%; }
    .productView-image .slick-list {
      width: 100%; }
    .productView-image .slick-dotted {
      position: static;
      bottom: 0; }
      .productView-image .slick-dotted.slick-slider {
        margin-bottom: 0; }
    .productView-image:not(.video-visible) {
      pointer-events: all; }
  .productView-img-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
    display: none;
    margin: 0; }
    .productView-img-container:first-child {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    @media screen and (max-width: 1023px) {
      .productView-img-container {
        aspect-ratio: 207/175;
        aspect-ratio: auto; } }
    .productView-img-container::after {
      display: none; }
    .productView-img-container a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 100%;
      width: 100%;
      padding: 5rem; }
      @media screen and (max-width: 1023px) {
        .productView-img-container a {
          padding: 32px 40px; } }
    .productView-img-container img {
      position: static;
      width: 50rem;
      aspect-ratio: 1/1;
      height: auto; }
      @media screen and (max-width: 767px) {
        .productView-img-container img {
          max-width: 280px;
          width: 100%;
          margin: auto; } }
  .productView-details {
    width: 100%;
    padding: 0;
    border-left: 0.1rem solid #e1e1e1;
    border-right: 0.1rem solid #e1e1e1;
    margin-bottom: 0; }
    .productView-details.product-data {
      border-top: 0.1rem solid #e1e1e1;
      border-bottom: 0.1rem solid #e1e1e1;
      border-top-right-radius: 1.4rem;
      border-top-left-radius: 1.4rem;
      padding-top: 2.4rem;
      padding-bottom: 2rem; }
      @media screen and (max-width: 1023px) {
        .productView-details.product-data {
          padding-top: 0;
          padding-bottom: 8px;
          position: relative;
          border: 0; }
          .productView-details.product-data::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: -20px;
            right: -20px;
            height: 1px;
            background-color: #e1e1e1; } }
      @media screen and (max-width: 767px) {
        .productView-details.product-data::after {
          left: -10px;
          right: -10px; } }
    .productView-details.product-options {
      border-bottom: 0.1rem solid #e1e1e1;
      border-bottom-right-radius: 1.4rem;
      border-bottom-left-radius: 1.4rem;
      padding-bottom: 3rem;
      margin-bottom: 3rem; }
      @media screen and (max-width: 1023px) {
        .productView-details.product-options {
          border-left: 0;
          border-right: 0;
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 20px; } }
    .productView-details [data-product-option-change] {
      border-bottom: 0.1rem solid #e1e1e1;
      padding-top: 2.5rem;
      padding-bottom: 3rem; }
      @media screen and (max-width: 1023px) {
        .productView-details [data-product-option-change] {
          padding-top: 15px;
          padding-bottom: 20px;
          position: relative;
          border: 0; }
          .productView-details [data-product-option-change]::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: -20px;
            right: -20px;
            height: 1px;
            background-color: #e1e1e1; } }
  .productView-product {
    border: 0;
    padding-bottom: 0; }
  .productView-title {
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 1023px) {
      .productView-title {
        font-size: 2.4rem;
        line-height: 1.04; } }
  .productView-brand {
    margin: 0;
    font-size: 0; }
  .productView-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 1.5rem;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .productView-price {
        margin-right: 13px; } }
  .productView-options {
    margin-bottom: 0;
    text-align: start; }
    .productView-options p {
      padding: 3rem 3rem 0;
      margin: 0; }
      @media screen and (max-width: 1279px) {
        .productView-options p {
          padding: 20p 20px 0; } }
      @media screen and (max-width: 767px) {
        .productView-options p {
          padding: 10px 10px 0; } }
    .productView-options .alertBox {
      margin: 3rem 3rem 0 3rem; }
      @media screen and (max-width: 1279px) {
        .productView-options .alertBox {
          margin: 20px 20px 0 20px; } }
      @media screen and (max-width: 767px) {
        .productView-options .alertBox {
          margin-left: 0;
          margin-right: 0; } }
      .productView-options .alertBox .alertBox-message {
        padding: 0; }
    .productView-options .outOfStoke-message {
      width: calc(100% - 7.6rem);
      display: inline-block; }
      @media screen and (max-width: 1279px) {
        .productView-options .outOfStoke-message {
          width: calc(100% - 66px); } }
      @media screen and (max-width: 767px) {
        .productView-options .outOfStoke-message {
          width: calc(100% - 56px); } }
      .productView-options .outOfStoke-message .alertBox {
        margin: 3rem 0.6rem 0 3rem;
        padding: 1.1rem 1rem; }
        @media screen and (max-width: 1279px) {
          .productView-options .outOfStoke-message .alertBox {
            margin-left: 20px; } }
        @media screen and (max-width: 1023px) {
          .productView-options .outOfStoke-message .alertBox {
            margin-top: 20px; } }
        @media screen and (max-width: 767px) {
          .productView-options .outOfStoke-message .alertBox {
            margin-left: 10px; } }
    .productView-options .form {
      display: inline;
      margin-bottom: 0; }
      .productView-options .form-field, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating,
      .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content,
      .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name,
      .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email {
        margin-bottom: 2.5rem; }
        .productView-options .form-field:last-child, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-star-rating:last-child,
        .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-content:last-child,
        .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .productView-options .yotpo-new-review-headline:last-child, .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-name:last-child,
        .productView-options .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .productView-options .yotpo-new-review-email:last-child, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content:last-child, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content:last-child, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content:last-child, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content:last-child, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name:last-child, .productView-options .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email:last-child, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name:last-child, .productView-options .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email:last-child, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name:last-child, .productView-options .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email:last-child, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name:last-child, .productView-options .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email:last-child, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content:last-child, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content:last-child, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .productView-options .yotpo-question-content:last-child, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name:last-child, .productView-options .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email:last-child, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name:last-child, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-name:last-child, .productView-options .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email:last-child, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .productView-options .yotpo-question-email:last-child {
          margin-bottom: 0; }
      .productView-options .form-wishlist {
        display: inline-block;
        vertical-align: top;
        padding-right: 3rem;
        margin-top: 3rem; }
        @media screen and (max-width: 1279px) {
          .productView-options .form-wishlist {
            padding-right: 20px; } }
        @media screen and (max-width: 1023px) {
          .productView-options .form-wishlist {
            margin-top: 20px;
            padding-right: 0; } }
      .productView-options .form-field--increments {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0; }
      .productView-options .form .add-to-cart-wrapper {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        width: calc(100% - 7.6rem);
        padding-left: 3rem;
        margin-top: 3rem; }
        @media screen and (max-width: 1279px) {
          .productView-options .form .add-to-cart-wrapper {
            padding-left: 20px;
            width: calc(100% - 66px); } }
        @media screen and (max-width: 1023px) {
          .productView-options .form .add-to-cart-wrapper {
            width: calc(100% - 46px);
            margin-top: 20px;
            padding-left: 0; } }
    .productView-options .add-to-cart-buttons {
      display: inline-block;
      vertical-align: middle;
      float: none;
      margin: 0;
      padding: 0 0.4rem 0 0.8rem;
      width: calc(100% - 11rem); }
      .productView-options .add-to-cart-buttons .button, .productView-options .add-to-cart-buttons #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .productView-options .add-to-cart-buttons button, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-view-all-link, body .snize-ac-results .productView-options .add-to-cart-buttons .snize-view-all-link, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .productView-options .add-to-cart-buttons .snize-popular-suggestions-view-all-products-text, .productView-options .add-to-cart-buttons .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .productView-options .add-to-cart-buttons .snize-button,
      .productView-options .add-to-cart-buttons .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .productView-options .add-to-cart-buttons .snize-button, .productView-options .add-to-cart-buttons body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView-options .add-to-cart-buttons button.snize-product-filters-show-products, .productView-options .add-to-cart-buttons body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView-options .add-to-cart-buttons button.snize-product-filters-reset-all, .productView-options .add-to-cart-buttons .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .productView-options .add-to-cart-buttons .yotpo-new-review-submit, .productView-options .add-to-cart-buttons .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .productView-options .add-to-cart-buttons .yotpo-question-submit {
        padding-left: 2rem;
        padding-right: 2rem; }
        @media screen and (max-width: 767px) {
          .productView-options .add-to-cart-buttons .button, .productView-options .add-to-cart-buttons #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .productView-options .add-to-cart-buttons button, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-view-all-link, body .snize-ac-results .productView-options .add-to-cart-buttons .snize-view-all-link, .productView-options .add-to-cart-buttons body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .productView-options .add-to-cart-buttons .snize-popular-suggestions-view-all-products-text, .productView-options .add-to-cart-buttons .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .productView-options .add-to-cart-buttons .snize-button,
          .productView-options .add-to-cart-buttons .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .productView-options .add-to-cart-buttons .snize-button, .productView-options .add-to-cart-buttons body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView-options .add-to-cart-buttons button.snize-product-filters-show-products, .productView-options .add-to-cart-buttons body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView-options .add-to-cart-buttons button.snize-product-filters-reset-all, .productView-options .add-to-cart-buttons .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .productView-options .add-to-cart-buttons .yotpo-new-review-submit, .productView-options .add-to-cart-buttons .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .productView-options .add-to-cart-buttons .yotpo-question-submit {
            font-size: 1.4rem;
            padding-top: 14px;
            padding-bottom: 12px; } }
  .productView-info .productView-info-value:empty {
    display: none; }
  .productView .slick-dots {
    position: absolute;
    bottom: 0; }
    .productView .slick-dots li.slick-active button {
      background-color: black; }

.productAttributes-message {
  margin-bottom: 0;
  margin-top: 16px; }

.icon-zoom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 3rem;
  width: 3rem;
  border: 0.1rem solid black;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-color: white;
  cursor: pointer; }
  @media screen and (max-width: 1023px) {
    .icon-zoom {
      top: 10px;
      right: 0; } }
  .icon-zoom:hover {
    border-color: #ed0000; }
    .icon-zoom:hover .icon svg {
      fill: #ed0000; }

.pdp-brand-ratting {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.3rem; }
  @media screen and (max-width: 767px) {
    .pdp-brand-ratting {
      margin-bottom: 1.5rem; } }
  .pdp-brand-ratting .brandlogo {
    width: 14.4rem; }
    .pdp-brand-ratting .brandlogo img {
      max-height: 4rem;
      object-fit: contain; }
    .pdp-brand-ratting .brandlogo.brand-name {
      font-size: 1.6rem;
      line-height: 1.5; }

.pdp-price-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .pdp-price-badge .price-badge-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 1rem; }
  .pdp-price-badge .product-offer {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    font-size: 1.2rem;
    position: static;
    margin-bottom: 0;
    padding: 0.7rem 1.8rem 0.6rem 1.8rem; }
    @media screen and (max-width: 1279px) {
      .pdp-price-badge .product-offer {
        padding-left: 12px;
        padding-right: 12px; } }
    @media screen and (max-width: 1023px) {
      .pdp-price-badge .product-offer {
        padding-left: 18px;
        padding-right: 18px;
        margin-right: 10px; } }
  .pdp-price-badge .stoke-badge {
    -webkit-border-radius: 2.4rem;
    -moz-border-radius: 2.4rem;
    border-radius: 2.4rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #03C57F;
    background-color: #DFFFF4;
    padding: 0.7rem 1.8rem 0.6rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 1023px) {
      .pdp-price-badge .stoke-badge {
        margin-left: 0; } }
    .pdp-price-badge .stoke-badge-out {
      color: #CA2341;
      background-color: #FFE4E4; }

.pdp-social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem; }
  @media screen and (max-width: 1023px) {
    .pdp-social-links {
      display: none; } }
  .pdp-social-links .socialLinks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .pdp-social-links .socialLinks-item {
      margin-left: 2rem;
      margin-right: 0; }
      .pdp-social-links .socialLinks-item--facebook {
        order: 1; }
      .pdp-social-links .socialLinks-item--pinterest {
        order: 2;
        width: auto; }
      .pdp-social-links .socialLinks-item--twitter {
        order: 3; }
      .pdp-social-links .socialLinks-item--email {
        order: 4; }
      .pdp-social-links .socialLinks-item .icon {
        height: 1.2rem;
        width: 1.2rem; }
        .pdp-social-links .socialLinks-item .icon--pinterest {
          width: 1.1rem; }
        .pdp-social-links .socialLinks-item .icon--facebook {
          width: 0.6rem; }

.pdp-pickup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  border: 0.1rem solid #D5DCE1;
  clear: both;
  padding: 1.3rem 3.2rem;
  margin-bottom: 2.2rem; }
  .pdp-pickup-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 4.3rem;
    width: 4.3rem;
    background-color: #ed0000;
    margin-right: 1.3rem; }
    .pdp-pickup-icon .icon {
      height: 2.4rem;
      width: 2.4rem; }
  .pdp-pickup .button, .pdp-pickup #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .pdp-pickup button, .pdp-pickup body .snize-ac-results .snize-view-all-link, body .snize-ac-results .pdp-pickup .snize-view-all-link, .pdp-pickup body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .pdp-pickup .snize-popular-suggestions-view-all-products-text, .pdp-pickup body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .pdp-pickup div.snize-popular-suggestions-view-all-products-text, .pdp-pickup .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button,
  .pdp-pickup .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-show-products, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-reset-all, .pdp-pickup .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .pdp-pickup .yotpo-new-review-submit, .pdp-pickup .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .pdp-pickup .yotpo-question-submit {
    font-weight: 500;
    color: black;
    background-color: transparent;
    border-color: black;
    text-transform: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding: 1rem 2.4rem 0.8rem; }
    .pdp-pickup .button:hover, .pdp-pickup #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw .pdp-pickup button:hover, .pdp-pickup body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results .pdp-pickup .snize-view-all-link:hover, .pdp-pickup body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found .pdp-pickup .snize-popular-suggestions-view-all-products-text:hover, .pdp-pickup .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button:hover,
    .pdp-pickup .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button:hover, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-show-products:hover, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-reset-all:hover, .pdp-pickup .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .pdp-pickup .yotpo-new-review-submit:hover, .pdp-pickup .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .pdp-pickup .yotpo-question-submit:hover {
      color: white;
      background-color: #ed0000;
      border-color: #ed0000; }
      .pdp-pickup .button:hover .icon svg, .pdp-pickup #consent-manager .css-1wn42nw button:hover .icon svg, #consent-manager .css-1wn42nw .pdp-pickup button:hover .icon svg, .pdp-pickup body .snize-ac-results .snize-view-all-link:hover .icon svg, body .snize-ac-results .pdp-pickup .snize-view-all-link:hover .icon svg, .pdp-pickup body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover .icon svg, body .snize-ac-results .snize-nothing-found .pdp-pickup .snize-popular-suggestions-view-all-products-text:hover .icon svg, .pdp-pickup .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover .icon svg, .cate-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button:hover .icon svg, .pdp-pickup .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover .icon svg, .snize-results-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button:hover .icon svg, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-show-products:hover .icon svg, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-reset-all:hover .icon svg, .pdp-pickup .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover .icon svg, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .pdp-pickup .yotpo-new-review-submit:hover .icon svg, .pdp-pickup .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover .icon svg, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .pdp-pickup .yotpo-question-submit:hover .icon svg {
        fill: white; }
    .pdp-pickup .button .icon, .pdp-pickup #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .pdp-pickup button .icon, .pdp-pickup body .snize-ac-results .snize-view-all-link .icon, body .snize-ac-results .pdp-pickup .snize-view-all-link .icon, .pdp-pickup body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon, body .snize-ac-results .snize-nothing-found .pdp-pickup .snize-popular-suggestions-view-all-products-text .icon, .pdp-pickup .cate-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .cate-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button .icon, .pdp-pickup .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .snize-results-page #snize-search-results-grid-mode li.snize-product .pdp-pickup .snize-button .icon, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-show-products .icon, .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-pickup button.snize-product-filters-reset-all .icon, .pdp-pickup .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit .icon, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .pdp-pickup .yotpo-new-review-submit .icon, .pdp-pickup .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit .icon, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .pdp-pickup .yotpo-question-submit .icon {
      vertical-align: baseline;
      margin-right: 0.6rem;
      width: 1.1rem;
      height: 1.2rem; }
  .pdp-pickup-content {
    margin-right: 1.3rem;
    width: calc(100% - 22rem); }
    .pdp-pickup-content p {
      font-size: 1.2rem;
      margin-bottom: 0; }
  .pdp-pickup-title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.3rem; }
    .pdp-pickup-title span {
      font-weight: 700;
      color: #ed0000;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.pdp-earn-save-repeat {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .pdp-earn-save-repeat-content {
    text-align: center;
    padding: 3.6rem 3.5rem 4.1rem; }
  .pdp-earn-save-repeat h4, .pdp-earn-save-repeat .responsive-tab-title a, .responsive-tab-title .pdp-earn-save-repeat a {
    font-size: 24px;
    margin-bottom: 0.7rem;
    color: white; }
  .pdp-earn-save-repeat p {
    font-size: 1.4rem;
    color: white;
    margin-bottom: 1.8rem; }
  .pdp-earn-save-repeat .button, .pdp-earn-save-repeat #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .pdp-earn-save-repeat button, .pdp-earn-save-repeat body .snize-ac-results .snize-view-all-link, body .snize-ac-results .pdp-earn-save-repeat .snize-view-all-link, .pdp-earn-save-repeat body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .pdp-earn-save-repeat .snize-popular-suggestions-view-all-products-text, .pdp-earn-save-repeat body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .pdp-earn-save-repeat div.snize-popular-suggestions-view-all-products-text, .pdp-earn-save-repeat .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .pdp-earn-save-repeat .snize-button,
  .pdp-earn-save-repeat .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .pdp-earn-save-repeat .snize-button, .pdp-earn-save-repeat body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-earn-save-repeat button.snize-product-filters-show-products, .pdp-earn-save-repeat body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .pdp-earn-save-repeat button.snize-product-filters-reset-all, .pdp-earn-save-repeat .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .pdp-earn-save-repeat .yotpo-new-review-submit, .pdp-earn-save-repeat .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .pdp-earn-save-repeat .yotpo-question-submit {
    border-color: #ed0000; }
  .pdp-earn-save-repeat .earn-icon-main {
    margin: 0 auto 2.6rem; }
    .pdp-earn-save-repeat .earn-icon-main .icon.earn1 svg {
      fill: #ed0000; }

.price-section {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1023px) {
    .price-section {
      font-size: 20px; } }
  .price-section.non-sale-price--withoutTax, .price-section.rrp-price--withoutTax {
    font-weight: 400;
    color: #666666;
    margin-right: 0.6rem; }
    @media screen and (max-width: 1023px) {
      .price-section.non-sale-price--withoutTax, .price-section.rrp-price--withoutTax {
        margin-right: 4px; } }
    .price-section.non-sale-price--withoutTax + .price-section--withoutTax, .price-section.rrp-price--withoutTax + .price-section--withoutTax {
      color: #ed0000; }
  .price-section .price-range {
    color: black; }

/*--- [Options] ---*/
[data-cart-item-add] .form-label [data-option-value], [data-cart-item-add] #InStockNotifyOutOfStock [data-option-value], [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label [data-option-value], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-cart-item-add] .yotpo-form-label [data-option-value], [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label [data-option-value], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-cart-item-add] .yotpo-form-label [data-option-value], [data-cart-item-add] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label [data-option-value], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-cart-item-add] .yotpo-form-label [data-option-value] {
  font-weight: 400; }

[data-cart-item-add] .form-label small, [data-cart-item-add] #InStockNotifyOutOfStock small, [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-cart-item-add] .yotpo-form-label small, [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-cart-item-add] .yotpo-form-label small, [data-cart-item-add] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-cart-item-add] .yotpo-form-label small {
  margin-top: 0;
  line-height: 1.7rem; }

[data-cart-item-add] .form-radio:checked + .form-option {
  border-color: #ed0000;
  box-shadow: none; }

[data-cart-item-add] .form-option {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1rem 1rem 0.9rem;
  margin-right: 0;
  margin-bottom: 0; }
  [data-cart-item-add] .form-option-variant {
    padding: 0; }
    [data-cart-item-add] .form-option-variant--color, [data-cart-item-add] .form-option-variant--pattern, [data-cart-item-add] .form-option-variant--none {
      background-size: 5rem;
      width: 5rem;
      height: auto;
      aspect-ratio: 1/1; }
      @media screen and (max-width: 1023px) {
        [data-cart-item-add] .form-option-variant--color, [data-cart-item-add] .form-option-variant--pattern, [data-cart-item-add] .form-option-variant--none {
          width: 100%;
          background-size: 100%; } }
    [data-cart-item-add] .form-option-variant--color {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem; }
  [data-cart-item-add] .form-option-expanded {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    border-color: #e1e1e1; }
    @media screen and (max-width: 1023px) {
      [data-cart-item-add] .form-option-expanded {
        display: none; } }
  [data-cart-item-add] .form-option-image {
    background-size: 8rem; }
  [data-cart-item-add] .form-option-swatch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
    aspect-ratio: 1/1; }
    [data-cart-item-add] .form-option-swatch-label {
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      word-wrap: normal; }
    [data-cart-item-add] .form-option-swatch.unavailable {
      background: none;
      opacity: 1;
      border-color: #e1e1e1; }
      [data-cart-item-add] .form-option-swatch.unavailable::before {
        background-color: #e1e1e1;
        height: 0.1rem;
        width: 133%;
        top: 49%;
        left: -17%;
        box-shadow: none; }
      [data-cart-item-add] .form-option-swatch.unavailable .form-option-variant {
        opacity: 0.25; }
      [data-cart-item-add] .form-option-swatch.unavailable + .form-option-swatch-label {
        opacity: 0.25; }

[data-cart-item-add] .form-radio + .form-label, [data-cart-item-add] .form-radio + #InStockNotifyOutOfStock, [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-cart-item-add] .form-radio + .yotpo-form-label, [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-cart-item-add] .form-radio + .yotpo-form-label, [data-cart-item-add] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-cart-item-add] .form-radio + .yotpo-form-label, [data-cart-item-add] .form-radio + .form-checkbox {
  margin-bottom: 0.8rem; }
  [data-cart-item-add] .form-radio + .form-label:last-child, [data-cart-item-add] .form-radio + #InStockNotifyOutOfStock:last-child, [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-cart-item-add] .form-radio + .yotpo-form-label:last-child, [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-cart-item-add] .form-radio + .yotpo-form-label:last-child, [data-cart-item-add] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label:last-child, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-cart-item-add] .form-radio + .yotpo-form-label:last-child, [data-cart-item-add] .form-radio + .form-checkbox:last-child {
    margin-bottom: 0; }

[data-cart-item-add] .form-fileDescription {
  font-size: 1.1rem;
  color: black;
  margin-bottom: 0; }

[data-cart-item-add] [data-product-attribute="set-rectangle"] {
  margin-bottom: 1.5rem; }
  [data-cart-item-add] [data-product-attribute="set-rectangle"] .form-option-wrapper {
    margin-top: 1rem;
    margin-right: 1.9rem; }
    @media screen and (max-width: 1279px) {
      [data-cart-item-add] [data-product-attribute="set-rectangle"] .form-option-wrapper {
        margin-right: 12px; } }
    @media screen and (max-width: 767px) {
      [data-cart-item-add] [data-product-attribute="set-rectangle"] .form-option-wrapper {
        margin-right: 9px; } }
  [data-cart-item-add] [data-product-attribute="set-rectangle"] .form-label, [data-cart-item-add] [data-product-attribute="set-rectangle"] #InStockNotifyOutOfStock, [data-cart-item-add] [data-product-attribute="set-rectangle"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-cart-item-add] [data-product-attribute="set-rectangle"] .yotpo-form-label, [data-cart-item-add] [data-product-attribute="set-rectangle"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-cart-item-add] [data-product-attribute="set-rectangle"] .yotpo-form-label, [data-cart-item-add] [data-product-attribute="set-rectangle"] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-cart-item-add] [data-product-attribute="set-rectangle"] .yotpo-form-label {
    margin-bottom: 0.5rem; }
  [data-cart-item-add] [data-product-attribute="set-rectangle"] .form-option {
    margin-top: 0; }

[data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper {
  margin-left: 1.9rem;
  margin-top: 1.5rem;
  vertical-align: top;
  width: calc(100%/5 - 1.6rem); }
  @media screen and (max-width: 1279px) {
    [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper {
      margin-left: 12px;
      width: calc(100%/4 - 10px); } }
  @media screen and (max-width: 1023px) {
    [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper {
      margin-left: 9px;
      width: calc(100%/8 - 8px); } }
  @media screen and (max-width: 767px) {
    [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper {
      width: calc(100%/5 - 8px); } }
  [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(5n + 1) {
    margin-left: 0; }
    @media screen and (max-width: 1279px) {
      [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(5n + 1) {
        margin-left: 12px; } }
    @media screen and (max-width: 1023px) {
      [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(5n + 1) {
        margin-left: 9px; } }
    @media screen and (max-width: 767px) {
      [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(5n + 1) {
        margin-left: 0px; } }
  @media screen and (max-width: 1279px) {
    [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(4n + 1) {
      margin-left: 0; } }
  @media screen and (max-width: 1023px) {
    [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(4n + 1) {
      margin-left: 9px; } }
  @media screen and (max-width: 1023px) {
    [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(8n + 1) {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:nth-of-type(8n + 1) {
      margin-left: 9px; } }
  [data-cart-item-add] [data-product-attribute="swatch"] .form-option-wrapper:first-of-type {
    margin-left: 0; }

[data-cart-item-add] [data-product-attribute="swatch"] .form-label, [data-cart-item-add] [data-product-attribute="swatch"] #InStockNotifyOutOfStock, [data-cart-item-add] [data-product-attribute="swatch"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-cart-item-add] [data-product-attribute="swatch"] .yotpo-form-label, [data-cart-item-add] [data-product-attribute="swatch"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-cart-item-add] [data-product-attribute="swatch"] .yotpo-form-label, [data-cart-item-add] [data-product-attribute="swatch"] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-cart-item-add] [data-product-attribute="swatch"] .yotpo-form-label {
  margin-bottom: 0; }

[data-cart-item-add] input[type="file"] {
  font-size: 1.1rem; }

.required-field {
  color: #ed0000;
  margin: 0 0.2rem; }

.mac-os [data-cart-item-add] .form-label small, .mac-os [data-cart-item-add] #InStockNotifyOutOfStock small, .mac-os [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .mac-os [data-cart-item-add] .yotpo-form-label small, .mac-os [data-cart-item-add] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .mac-os [data-cart-item-add] .yotpo-form-label small, .mac-os [data-cart-item-add] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .mac-os [data-cart-item-add] .yotpo-form-label small {
  line-height: 1.4rem; }

.lhs {
  width: 59.7222%;
  padding: 0 2rem;
  float: left; }
  @media screen and (max-width: 1023px) {
    .lhs {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

/*--- [Custom Section] ---*/
.pdp-usp-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  border: 0.1rem solid #e1e1e1;
  margin-bottom: 2.2rem; }
  @media screen and (max-width: 1023px) {
    .pdp-usp-row {
      margin-bottom: 20px; } }

.pdp-usp-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border-left: 0.1rem solid #e1e1e1;
  padding: 1.7rem 1rem 1.6rem;
  width: 33.33%; }
  @media screen and (max-width: 1023px) {
    .pdp-usp-card {
      padding: 10px 10px 8px; } }
  .pdp-usp-card:first-child {
    border: 0; }
    .pdp-usp-card:first-child .icon {
      width: 2.2rem;
      height: 2.3rem; }
  .pdp-usp-card .icon {
    width: 2.6rem;
    height: 2rem;
    margin-bottom: 1.8rem;
    flex: 1 0 auto; }
    @media screen and (max-width: 1023px) {
      .pdp-usp-card .icon {
        margin-bottom: 8px; } }
  .pdp-usp-card h6, .pdp-usp-card .categories-inner h2, .categories-inner .pdp-usp-card h2, .pdp-usp-card .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .pdp-usp-card .footer-info-heading, .pdp-usp-card .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .pdp-usp-card .footer-info-heading, .pdp-usp-card .categories-inner .facet-quick-heading, .categories-inner .pdp-usp-card .facet-quick-heading, .pdp-usp-card .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .pdp-usp-card span, .pdp-usp-card .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .pdp-usp-card span, .pdp-usp-card .faq-que, .pdp-usp-card .location-tab-title {
    font-size: 1.4rem;
    line-height: 1.2rem;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .pdp-usp-card h6, .pdp-usp-card .categories-inner h2, .categories-inner .pdp-usp-card h2, .pdp-usp-card .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .pdp-usp-card .footer-info-heading, .pdp-usp-card .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .pdp-usp-card .footer-info-heading, .pdp-usp-card .categories-inner .facet-quick-heading, .categories-inner .pdp-usp-card .facet-quick-heading, .pdp-usp-card .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .pdp-usp-card span, .pdp-usp-card .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .pdp-usp-card span, .pdp-usp-card .faq-que, .pdp-usp-card .location-tab-title {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .pdp-usp-card h6, .pdp-usp-card .categories-inner h2, .categories-inner .pdp-usp-card h2, .pdp-usp-card .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .pdp-usp-card .footer-info-heading, .pdp-usp-card .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .pdp-usp-card .footer-info-heading, .pdp-usp-card .categories-inner .facet-quick-heading, .categories-inner .pdp-usp-card .facet-quick-heading, .pdp-usp-card .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .pdp-usp-card span, .pdp-usp-card .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .pdp-usp-card span, .pdp-usp-card .faq-que, .pdp-usp-card .location-tab-title {
        font-size: 9px; } }

.product-highlight-section {
  margin-bottom: 3rem; }

.product-highlight-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 1.8rem;
  width: fit-content;
  padding-right: 4.4rem;
  position: relative; }
  .product-highlight-title h6, .product-highlight-title .categories-inner h2, .categories-inner .product-highlight-title h2, .product-highlight-title .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .product-highlight-title .footer-info-heading, .product-highlight-title .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .product-highlight-title .footer-info-heading, .product-highlight-title .categories-inner .facet-quick-heading, .categories-inner .product-highlight-title .facet-quick-heading, .product-highlight-title .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .product-highlight-title span, .product-highlight-title .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .product-highlight-title span, .product-highlight-title .faq-que, .product-highlight-title .location-tab-title {
    font-size: 1.4rem;
    color: white;
    margin: 0;
    padding: 1.3rem 4rem 0.2rem 3rem;
    background-color: black; }
  .product-highlight-title .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
    height: 101%; }

.product-highlight-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  overflow: hidden;
  padding: 0.8rem;
  background-color: black;
  border-top-left-radius: 0; }

.product-highlight-field {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  text-align: center;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  margin-right: 1rem;
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.5rem 1rem;
  width: calc(25% - 0.8rem);
  flex-grow: 1; }
  @media screen and (max-width: 1279px) {
    .product-highlight-field {
      padding: 8px; } }
  @media screen and (max-width: 1023px) {
    .product-highlight-field {
      width: calc(50% - 5px);
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 1023px) {
    .product-highlight-field:nth-child(1) {
      margin-bottom: 10px; } }
  @media screen and (max-width: 1023px) {
    .product-highlight-field:nth-child(2) {
      margin-right: 0;
      margin-bottom: 10px; } }
  .product-highlight-field:nth-child(4) {
    margin-right: 0; }
  .product-highlight-field:last-child {
    margin-right: 0; }
  .product-highlight-field span {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0.5rem;
    display: block; }
    @media screen and (max-width: 1279px) {
      .product-highlight-field span {
        font-size: 26px; } }
    @media screen and (max-width: 1023px) {
      .product-highlight-field span {
        font-size: 32px; } }

/*---[Bulk Price]---*/
.productView-info-bulkPricing-inner {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e1e1e1; }
  @media screen and (max-width: 1023px) {
    .productView-info-bulkPricing-inner {
      padding-top: 16px;
      padding-bottom: 20px;
      position: relative;
      border: 0; }
      .productView-info-bulkPricing-inner::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -20px;
        right: -20px;
        height: 1px;
        background-color: #e1e1e1; } }

.productView-info-bulkPricing .productView-info-bulkPricing {
  padding: 0;
  border: 0; }

.bulk-discount-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.5rem; }
  .bulk-discount-title .icon-main {
    width: 2rem;
    height: 2rem;
    margin-right: 0.6rem;
    position: relative; }
    .bulk-discount-title .icon-main .icon {
      width: 100%;
      height: 100%; }
      .bulk-discount-title .icon-main .icon.earn1 {
        -webkit-animation: fadeInOut 1s infinite;
        animation: fadeInOut 1s infinite;
        animation-fill-mode: both; }
      .bulk-discount-title .icon-main .icon.earn2 {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }

.bulk-discount-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .bulk-discount-row.slick-initialized {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0 1.2rem;
    cursor: grab; }
    .bulk-discount-row.slick-initialized .bulk-discount-col-inner {
      cursor: pointer; }
  .bulk-discount-row .slick-track {
    -webkit-justify-content: center;
    justify-content: center; }
  .bulk-discount-row .slick-arrow {
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
    padding: 0.4rem;
    background-color: transparent; }
    .bulk-discount-row .slick-arrow.slick-next {
      right: 0rem; }
    .bulk-discount-row .slick-arrow.slick-prev {
      left: 0rem; }
    .bulk-discount-row .slick-arrow .icon {
      width: 0.6rem;
      height: 1.4rem; }

.bulk-discount-col {
  width: calc(50% - 7.5rem);
  padding: 0 0.5rem;
  display: none; }
  @media screen and (max-width: 1279px) {
    .bulk-discount-col {
      width: 33.33%; } }
  .bulk-discount-col:first-child {
    width: 15rem; }
    @media screen and (max-width: 1279px) {
      .bulk-discount-col:first-child {
        width: 33.33%;
        max-width: auto; } }
    .bulk-discount-col:first-child .bulk-discount-discount {
      background-color: #666666; }
  .bulk-discount-col:nth-child(2) .bulk-discount-discount {
    background-color: #444444; }
  .bulk-discount-col:nth-child(-n + 3) {
    display: block; }
  .bulk-discount-col-inner {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative; }
    .bulk-discount-col-inner::after {
      content: " ";
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem; }
    .bulk-discount-col-inner.active::after {
      border: 0.2rem solid #ed0000; }
    .bulk-discount-col-inner.active .bulk-discount-discount::after {
      opacity: 1; }
    .bulk-discount-col-inner.active .bulk-discount-price .amount {
      color: black; }

.bulk-discount-discount {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 0.6rem 0 0.5rem;
  text-align: center;
  background-color: #222222;
  position: relative; }
  .bulk-discount-discount:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    aspect-ratio: 1/1;
    border-bottom-left-radius: 1rem;
    background-color: #ed0000;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="5" viewBox="0 0 7 5" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.55748 0.498283C6.83457 0.806165 6.80961 1.28038 6.50173 1.55748L2.66667 5.00903L0.498283 3.05748C0.1904 2.78038 0.165442 2.30617 0.442536 1.99828C0.71963 1.6904 1.19385 1.66544 1.50173 1.94254L2.66667 2.99098L5.49828 0.442536C5.80617 0.165442 6.28038 0.1904 6.55748 0.498283Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: 0.7rem 0.5rem;
    background-position: center;
    opacity: 0; }

.bulk-discount-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  padding: 1.5rem 0 1.4rem;
  border: 0.1rem solid #D5DCE1;
  border-top: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }
  @media screen and (max-width: 1279px) {
    .bulk-discount-price {
      padding-top: 10px;
      padding-bottom: 9px; } }
  @media screen and (max-width: 1023px) {
    .bulk-discount-price {
      padding-top: 15px;
      padding-bottom: 14px; } }
  @media screen and (max-width: 1279px) {
    .bulk-discount-price .qty {
      width: 100%;
      text-align: center;
      margin-bottom: 2px; } }
  @media screen and (max-width: 1023px) {
    .bulk-discount-price .qty {
      width: auto;
      margin-bottom: 0; } }
  .bulk-discount-price .amount {
    font-weight: 700;
    color: #ed0000;
    margin: 0 0.2rem; }
  .bulk-discount-price .text {
    font-size: 1rem;
    color: #454545; }

/*--- [Bulk Price] ---*/
.bulk-discount-section {
  padding-top: 2rem; }

.bulk-discount-tbl {
  width: 100%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.tbl-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .tbl-head .head-title {
    text-align: center;
    color: white;
    background-color: #222222;
    width: calc(50% - 7rem);
    padding: 1.1rem 1rem 1rem; }
    @media screen and (max-width: 1279px) {
      .tbl-head .head-title {
        width: 33.33%; } }
    .tbl-head .head-title:first-child {
      width: 14rem; }
      @media screen and (max-width: 1279px) {
        .tbl-head .head-title:first-child {
          width: 33.33%; } }
    .tbl-head .head-title:not(:last-child) {
      border-right: 0.05rem solid #6D6D6D; }

.tbl-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 0.1rem solid #D5DCE1;
  border-top: 0; }
  .tbl-row:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .tbl-row .tbl-cell {
    text-align: center;
    padding: 1rem;
    width: calc(50% - 7rem); }
    @media screen and (max-width: 1279px) {
      .tbl-row .tbl-cell {
        width: 33.33%; } }
    .tbl-row .tbl-cell:first-child {
      width: 14rem; }
      @media screen and (max-width: 1279px) {
        .tbl-row .tbl-cell:first-child {
          width: 33.33%; } }
    .tbl-row .tbl-cell:nth-child(2) {
      color: #ed0000; }
    .tbl-row .tbl-cell:not(:last-child) {
      border-right: 0.1rem solid #D5DCE1; }

/*--- [Product TAB] ---*/
.red-text {
  color: #ed0000; }

.capital-text {
  text-transform: uppercase; }

.font-16 {
  font-size: 1.6rem; }

.light-text {
  font-weight: 400; }

.serving {
  font-weight: 700;
  margin-bottom: 1.8rem; }

@media screen and (max-width: 1023px) {
  .productView-description {
    margin-bottom: 30px; } }

@media screen and (max-width: 1023px) {
  .productView-description.lhs {
    padding: 0; } }

.product-info-table {
  border-collapse: collapse;
  border-top: 0.3rem solid black;
  margin-bottom: 1rem; }
  .product-info-table .left-space {
    padding-left: 2rem; }
  .product-info-table tr {
    border-bottom: 0.1rem solid black;
    font-weight: 500; }
    .product-info-table tr.border-dark {
      border-width: 0.3rem; }
    .product-info-table tr:last-child {
      border-width: 0.3rem; }
    @media screen and (max-width: 767px) {
      .product-info-table tr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  .product-info-table th {
    padding: 1.3rem 0 1.1rem;
    text-align: right;
    width: 25%; }
    @media screen and (max-width: 767px) {
      .product-info-table th {
        width: 30%; } }
    .product-info-table th:first-child {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .product-info-table th:first-child {
          display: none; } }
    @media screen and (max-width: 767px) {
      .product-info-table th:nth-child(2) {
        width: 70%; } }
  .product-info-table td {
    padding: 0.8rem 0 0.6rem;
    width: 25%; }
    @media screen and (max-width: 767px) {
      .product-info-table td {
        width: 15%; } }
    .product-info-table td:first-child {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .product-info-table td:first-child {
          width: 70%; } }
    .product-info-table td:nth-child(2), .product-info-table td:last-child {
      text-align: right; }
    @media screen and (max-width: 1023px) {
      .product-info-table td:last-child {
        min-width: 50px; } }

.product-info-tab {
  position: relative; }
  .product-info-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.1rem;
    background-color: #e1e1e1; }
    @media screen and (max-width: 1023px) {
      .product-info-tab::before {
        left: -20px;
        right: -20px; } }
    @media screen and (max-width: 767px) {
      .product-info-tab::before {
        left: -10px;
        right: -10px; } }
  .product-info-tab:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.1rem;
    background-color: #e1e1e1; }
    @media screen and (max-width: 1023px) {
      .product-info-tab:last-child::after {
        left: -20px;
        right: -20px; } }
    @media screen and (max-width: 767px) {
      .product-info-tab:last-child::after {
        left: -10px;
        right: -10px; } }
  .product-info-tab.active::before, .product-info-tab.active::after {
    background-color: black; }
  .product-info-tab.active + .product-info-tab::before {
    background-color: black; }

.product-info-title {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  padding: 3.2rem 4rem 3.2rem 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 1023px) {
    .product-info-title {
      font-size: 18px;
      padding: 26px 10px 25px 10px; } }
  .product-info-title::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 3rem;
    height: 3rem;
    width: 3rem;
    background-color: #F4F4F4;
    border-radius: 1rem; }
    @media screen and (max-width: 1023px) {
      .product-info-title::before {
        top: 20px;
        right: 10px; } }
  .product-info-title::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 3rem;
    height: 3rem;
    width: 3rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem; }
    @media screen and (max-width: 1023px) {
      .product-info-title::after {
        top: 20px;
        right: 10px; } }
  .product-info-title:hover {
    color: #ed0000; }
    @media screen and (max-width: 1023px) {
      .product-info-title:hover {
        color: inherit; } }
    .product-info-title:hover::before {
      background-color: #ed0000; }
      @media screen and (max-width: 1023px) {
        .product-info-title:hover::before {
          background-color: #F4F4F4; } }
    .product-info-title:hover:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      transition: 0.5s transform ease;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="white"/></svg>'); }
      @media screen and (max-width: 1023px) {
        .product-info-title:hover:after {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="black"/></svg>'); } }
  .product-info-title.open {
    border-color: black; }
    .product-info-title.open::before {
      background-color: black; }
    .product-info-title.open::after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="2" viewBox="0 0 10 2" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 1C0.00195312 0.447715 0.449668 0 1.00195 0H8.9998C9.55208 0 9.9998 0.447715 9.9998 1C9.9998 1.55228 9.55208 2 8.9998 2H1.00195C0.449668 2 0.00195312 1.55228 0.00195312 1Z" fill="white"/></svg>'); }
  .product-info-title .ratting-count {
    margin-left: 0.4rem; }
    .product-info-title .ratting-count span {
      color: #ed0000; }

.product-info-content {
  padding-bottom: 4rem;
  font-size: 16px; }
  @media screen and (max-width: 1023px) {
    .product-info-content {
      padding: 0 10px 30px; } }
  .product-info-content h1, .product-info-content .sizeon-content h3, .sizeon-content .product-info-content h3, .product-info-content .aboutUs-left h2, .aboutUs-left .product-info-content h2, .product-info-content .aboutUs-left .newsletter-content .footer-info-heading, .aboutUs-left .newsletter-content .product-info-content .footer-info-heading, .product-info-content .newsletter-content .aboutUs-left .footer-info-heading, .newsletter-content .aboutUs-left .product-info-content .footer-info-heading, .product-info-content .aboutUs-left .facet-quick-heading, .aboutUs-left .product-info-content .facet-quick-heading, .product-info-content .aboutUs-left .product-highlight-field span, .aboutUs-left .product-highlight-field .product-info-content span, .product-info-content .product-highlight-field .aboutUs-left span, .product-highlight-field .aboutUs-left .product-info-content span, .product-info-content h2, .product-info-content .newsletter-content .footer-info-heading, .newsletter-content .product-info-content .footer-info-heading, .product-info-content .facet-quick-heading, .product-info-content .product-highlight-field span, .product-highlight-field .product-info-content span, .product-info-content h3, .product-info-content h4, .product-info-content .responsive-tab-title a, .responsive-tab-title .product-info-content a, .product-info-content h5, .product-info-content h6, .product-info-content .categories-inner h2, .categories-inner .product-info-content h2, .product-info-content .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .product-info-content .footer-info-heading, .product-info-content .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .product-info-content .footer-info-heading, .product-info-content .categories-inner .facet-quick-heading, .categories-inner .product-info-content .facet-quick-heading, .product-info-content .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .product-info-content span, .product-info-content .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .product-info-content span, .product-info-content .faq-que, .product-info-content .location-tab-title {
    text-transform: none;
    margin-bottom: 2.4rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .product-info-content p:last-child {
    margin-bottom: 0; }
  .product-info-content a {
    color: black;
    text-decoration: underline; }

.faq-title {
  font-weight: 700;
  margin-bottom: 1.2rem; }
  @media screen and (max-width: 1023px) {
    .faq-title {
      margin-bottom: 8px; } }
  @media screen and (max-width: 767px) {
    .faq-title {
      max-width: 318px; } }

.faq-content {
  margin-bottom: 4.8rem; }
  @media screen and (max-width: 1023px) {
    .faq-content {
      margin-bottom: 18px; } }
  .faq-content:last-child {
    margin-bottom: 0; }

/*--- add to cart modal --*/
.previewCart {
  max-width: 100%; }
  .previewCart .productView {
    padding: 0; }
    .previewCart .productView-image {
      padding: 0;
      width: 55%; }
    .previewCart .productView-details {
      border: 0;
      padding: 0 2rem;
      width: 45%; }
    .previewCart .productView-brand {
      font-size: 1.8rem;
      font-weight: 500;
      color: #666666;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: -0.036em;
      margin-top: 0; }
    .previewCart .productView-title {
      margin-bottom: 1rem; }
    .previewCart .productView-price {
      -webkit-justify-content: start;
      justify-content: start;
      font-size: 2.4rem;
      font-weight: 700;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      margin-bottom: 2rem; }
    .previewCart .productView-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 0.4rem; }
      .previewCart .productView-info-name, .previewCart .productView-info-value {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 0;
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .previewCart .productView-info-name {
        margin-right: 1rem; }
      .previewCart .productView-info-value {
        color: #666666; }
      .previewCart .productView-info > .productView-info-name {
        margin-top: 0;
        margin-bottom: 0; }

.previewCartCheckout {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  background-color: #f7f7f7;
  padding: 2rem; }
  .previewCartCheckout-subtotal {
    margin-bottom: 0; }
  .previewCartCheckout-price {
    font-size: 3rem; }
  .previewCartCheckout p {
    margin-bottom: 1.4rem; }
  .previewCartCheckout .button:not(:last-child), .previewCartCheckout #consent-manager .css-1wn42nw button:not(:last-child), #consent-manager .css-1wn42nw .previewCartCheckout button:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-view-all-link:not(:last-child), body .snize-ac-results .previewCartCheckout .snize-view-all-link:not(:last-child), .previewCartCheckout body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:not(:last-child), body .snize-ac-results .snize-nothing-found .previewCartCheckout .snize-popular-suggestions-view-all-products-text:not(:last-child), .previewCartCheckout .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:last-child), .cate-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button:not(:last-child),
  .previewCartCheckout .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:not(:last-child), .snize-results-page #snize-search-results-grid-mode li.snize-product .previewCartCheckout .snize-button:not(:last-child), .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:not(:last-child), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-show-products:not(:last-child), .previewCartCheckout body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:not(:last-child), body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .previewCartCheckout button.snize-product-filters-reset-all:not(:last-child), .previewCartCheckout .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:not(:last-child), .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .previewCartCheckout .yotpo-new-review-submit:not(:last-child), .previewCartCheckout .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:not(:last-child), .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .previewCartCheckout .yotpo-question-submit:not(:last-child) {
    margin-bottom: 1rem; }

/*--- [Quick View] ---*/
.quickView {
  padding: 4rem 1rem; }

.productView--quickView {
  overflow: hidden;
  margin: 0; }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .productView-left, .productView--quickView .productView-right {
      padding: 0 10px; } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .productView-thumbnails {
      margin-right: 2rem;
      padding: 2rem 0; } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .productView-thumbnails .slick-slider {
      width: 60px; } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .productView-image {
      width: calc(100% - 10rem); } }
  @media screen and (max-width: 1279px) {
    .productView--quickView .productView-image {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .productView-img-container {
      padding: 4rem; } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .pdp-pickup {
      padding-left: 22px;
      padding-right: 22px; } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .pdp-pickup-icon {
      width: 4rem;
      height: 4rem; } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .pdp-pickup-content {
      width: calc(100% - 204px); } }
  @media only screen and (max-width: 1599px) {
    .productView--quickView .pdp-pickup .button, .productView--quickView .pdp-pickup #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .productView--quickView .pdp-pickup button, .productView--quickView .pdp-pickup body .snize-ac-results .snize-view-all-link, body .snize-ac-results .productView--quickView .pdp-pickup .snize-view-all-link, .productView--quickView .pdp-pickup body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .productView--quickView .pdp-pickup .snize-popular-suggestions-view-all-products-text, .productView--quickView .pdp-pickup .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .productView--quickView .pdp-pickup .snize-button,
    .productView--quickView .pdp-pickup .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .productView--quickView .pdp-pickup .snize-button, .productView--quickView .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView--quickView .pdp-pickup button.snize-product-filters-show-products, .productView--quickView .pdp-pickup body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .productView--quickView .pdp-pickup button.snize-product-filters-reset-all, .productView--quickView .pdp-pickup .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .productView--quickView .pdp-pickup .yotpo-new-review-submit, .productView--quickView .pdp-pickup .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .productView--quickView .pdp-pickup .yotpo-question-submit {
      padding-left: 18px;
      padding-right: 18px; } }
  .productView--quickView .productView-description {
    display: none; }

/*--- [carousl] ---*/
.product-carousel + .product-carousel {
  padding-top: 1.8rem;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .product-carousel + .product-carousel {
      padding-top: 20px; } }

.product-carousel h2, .product-carousel .newsletter-content .footer-info-heading, .newsletter-content .product-carousel .footer-info-heading, .product-carousel .facet-quick-heading, .product-carousel .product-highlight-field span, .product-highlight-field .product-carousel span {
  margin-bottom: 6.4rem;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .product-carousel h2, .product-carousel .newsletter-content .footer-info-heading, .newsletter-content .product-carousel .footer-info-heading, .product-carousel .facet-quick-heading, .product-carousel .product-highlight-field span, .product-highlight-field .product-carousel span {
      font-size: 26px;
      margin-bottom: 56px; } }
  @media screen and (max-width: 767px) {
    .product-carousel h2, .product-carousel .newsletter-content .footer-info-heading, .newsletter-content .product-carousel .footer-info-heading, .product-carousel .facet-quick-heading, .product-carousel .product-highlight-field span, .product-highlight-field .product-carousel span {
      font-size: 20px;
      margin-bottom: 26px; } }

/*--- [Add to Cart] ---*/
.form-increment {
  margin: 0;
  border: .1rem solid #D5DCE1;
  border-radius: 10rem;
  padding: 0 1.1rem;
  width: fit-content; }
  .form-increment .button, .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-increment button, .form-increment body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-increment .snize-view-all-link, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text, .form-increment body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-increment div.snize-popular-suggestions-view-all-products-text, .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button,
  .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-show-products, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-reset-all, .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-increment .yotpo-new-review-submit, .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-increment .yotpo-question-submit {
    color: black;
    padding: 0;
    background: none;
    border: 0;
    padding: 1.5rem 1.1rem;
    font-size: 0; }
    .form-increment .button:hover .icon svg, .form-increment #consent-manager .css-1wn42nw button:hover .icon svg, #consent-manager .css-1wn42nw .form-increment button:hover .icon svg, .form-increment body .snize-ac-results .snize-view-all-link:hover .icon svg, body .snize-ac-results .form-increment .snize-view-all-link:hover .icon svg, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover .icon svg, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text:hover .icon svg, .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover .icon svg, .cate-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button:hover .icon svg, .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover .icon svg, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button:hover .icon svg, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-show-products:hover .icon svg, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-reset-all:hover .icon svg, .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover .icon svg, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-increment .yotpo-new-review-submit:hover .icon svg, .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover .icon svg, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-increment .yotpo-question-submit:hover .icon svg {
      fill: #ed0000; }
    .form-increment .button[data-action="dec"]:not(:hover) .icon svg, .form-increment #consent-manager .css-1wn42nw button[data-action="dec"]:not(:hover) .icon svg, #consent-manager .css-1wn42nw .form-increment button[data-action="dec"]:not(:hover) .icon svg, .form-increment body .snize-ac-results .snize-view-all-link[data-action="dec"]:not(:hover) .icon svg, body .snize-ac-results .form-increment .snize-view-all-link[data-action="dec"]:not(:hover) .icon svg, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text[data-action="dec"]:not(:hover) .icon svg, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text[data-action="dec"]:not(:hover) .icon svg, .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button[data-action="dec"]:not(:hover) .icon svg, .cate-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button[data-action="dec"]:not(:hover) .icon svg, .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button[data-action="dec"]:not(:hover) .icon svg, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button[data-action="dec"]:not(:hover) .icon svg, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products[data-action="dec"]:not(:hover) .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-show-products[data-action="dec"]:not(:hover) .icon svg, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all[data-action="dec"]:not(:hover) .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-reset-all[data-action="dec"]:not(:hover) .icon svg, .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit[data-action="dec"]:not(:hover) .icon svg, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-increment .yotpo-new-review-submit[data-action="dec"]:not(:hover) .icon svg, .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit[data-action="dec"]:not(:hover) .icon svg, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-increment .yotpo-question-submit[data-action="dec"]:not(:hover) .icon svg {
      fill: #666666; }
    .form-increment .button .icon, .form-increment #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .form-increment button .icon, .form-increment body .snize-ac-results .snize-view-all-link .icon, body .snize-ac-results .form-increment .snize-view-all-link .icon, .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon, body .snize-ac-results .snize-nothing-found .form-increment .snize-popular-suggestions-view-all-products-text .icon, .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .cate-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button .icon, .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-increment .snize-button .icon, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-show-products .icon, .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-increment button.snize-product-filters-reset-all .icon, .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit .icon, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-increment .yotpo-new-review-submit .icon, .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit .icon, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-increment .yotpo-question-submit .icon {
      width: 1rem;
      height: 1rem; }
  .form-increment .form-input, .form-increment .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-increment .select2-search__field, .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-increment textarea, .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-increment .yotpo-new-input-container, .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-increment .yotpo-new-input-container, .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-increment textarea {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 0; }

.form-wishlist {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0;
  width: fit-content;
  padding-left: 0; }
  .form-wishlist .dropdown-menu-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-color: black;
    background-color: transparent;
    padding: 0.6rem;
    border: 50%;
    height: 4.2rem;
    width: 4.2rem;
    margin: 0; }
    .form-wishlist .dropdown-menu-button:hover {
      background-color: #ed0000;
      border-color: #ed0000; }
      .form-wishlist .dropdown-menu-button:hover .icon svg {
        fill: white; }
    .form-wishlist .dropdown-menu-button.is-open {
      border-radius: 50%; }
    .form-wishlist .dropdown-menu-button .icon {
      width: 1.4rem;
      height: 1.2rem;
      margin: 0; }

#wishlist-dropdown {
  min-width: 18rem;
  right: 2.9rem;
  border: 0.1rem solid #e1e1e1;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 1rem 0; }
  @media only screen and (max-width: 1599px) {
    #wishlist-dropdown {
      right: 20px; } }
  @media screen and (max-width: 1023px) {
    #wishlist-dropdown {
      right: 0; } }
  #wishlist-dropdown.is-open {
    width: auto !important;
    background-color: white;
    padding-right: 0; }
  #wishlist-dropdown .button, #wishlist-dropdown #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #wishlist-dropdown button, #wishlist-dropdown body .snize-ac-results .snize-view-all-link, body .snize-ac-results #wishlist-dropdown .snize-view-all-link, #wishlist-dropdown body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #wishlist-dropdown .snize-popular-suggestions-view-all-products-text, #wishlist-dropdown .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown .snize-button,
  #wishlist-dropdown .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown .snize-button, #wishlist-dropdown body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown button.snize-product-filters-show-products, #wishlist-dropdown body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown button.snize-product-filters-reset-all, #wishlist-dropdown .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #wishlist-dropdown .yotpo-new-review-submit, #wishlist-dropdown .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #wishlist-dropdown .yotpo-question-submit {
    color: black;
    margin: 0;
    border: 0;
    padding: 1rem 2rem 0.8rem; }
    #wishlist-dropdown .button:hover, #wishlist-dropdown #consent-manager .css-1wn42nw button:hover, #consent-manager .css-1wn42nw #wishlist-dropdown button:hover, #wishlist-dropdown body .snize-ac-results .snize-view-all-link:hover, body .snize-ac-results #wishlist-dropdown .snize-view-all-link:hover, #wishlist-dropdown body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:hover, body .snize-ac-results .snize-nothing-found #wishlist-dropdown .snize-popular-suggestions-view-all-products-text:hover, #wishlist-dropdown .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .cate-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown .snize-button:hover,
    #wishlist-dropdown .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:hover, .snize-results-page #snize-search-results-grid-mode li.snize-product #wishlist-dropdown .snize-button:hover, #wishlist-dropdown body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown button.snize-product-filters-show-products:hover, #wishlist-dropdown body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #wishlist-dropdown button.snize-product-filters-reset-all:hover, #wishlist-dropdown .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:hover, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #wishlist-dropdown .yotpo-new-review-submit:hover, #wishlist-dropdown .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:hover, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #wishlist-dropdown .yotpo-question-submit:hover {
      color: #ed0000; }

.easyzoom-flyout {
  display: none; }

#instocknotify-container {
  padding: 3rem;
  border-bottom: 0.1rem solid #e1e1e1;
  position: relative; }
  @media screen and (max-width: 1023px) {
    #instocknotify-container {
      border-bottom: 0; } }
  @media screen and (max-width: 1023px) {
    #instocknotify-container::after {
      position: absolute;
      content: " ";
      left: -20px;
      right: -20px;
      bottom: 0;
      height: 1px;
      background-color: #e1e1e1; } }
  @media screen and (max-width: 767px) {
    #instocknotify-container::after {
      left: -10px;
      right: -10px; } }
  @media screen and (max-width: 1279px) {
    #instocknotify-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1023px) {
    #instocknotify-container {
      padding: 2rem 0; } }

#InStockNotifyForm {
  margin-bottom: 0 !important; }

#InStockNotifyEmail .form-input, #InStockNotifyEmail .select2-search--dropdown .select2-search__field, .select2-search--dropdown #InStockNotifyEmail .select2-search__field, #InStockNotifyEmail .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper #InStockNotifyEmail textarea, #InStockNotifyEmail .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper #InStockNotifyEmail .yotpo-new-input-container, #InStockNotifyEmail .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper #InStockNotifyEmail .yotpo-new-input-container, #InStockNotifyEmail .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper #InStockNotifyEmail textarea {
  width: 100% !important;
  margin-top: 0 !important; }

#InStockNotifyButton .button, #InStockNotifyButton #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw #InStockNotifyButton button, #InStockNotifyButton body .snize-ac-results .snize-view-all-link, body .snize-ac-results #InStockNotifyButton .snize-view-all-link, #InStockNotifyButton body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #InStockNotifyButton .snize-popular-suggestions-view-all-products-text, #InStockNotifyButton .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #InStockNotifyButton .snize-button,
#InStockNotifyButton .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #InStockNotifyButton .snize-button, #InStockNotifyButton body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #InStockNotifyButton button.snize-product-filters-show-products, #InStockNotifyButton body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #InStockNotifyButton button.snize-product-filters-reset-all, #InStockNotifyButton .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #InStockNotifyButton .yotpo-new-review-submit, #InStockNotifyButton .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #InStockNotifyButton .yotpo-question-submit {
  margin-top: 2rem !important; }

.definitionList {
  margin-top: 0; }
  .definitionList-key {
    font-weight: 700; }

.cart {
  margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .cart {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .cart-item {
      position: relative; } }
  @media screen and (max-width: 767px) {
    .cart-item {
      padding: 30px 0 20px; } }
  .cart-item-figure {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem; }
    @media screen and (max-width: 767px) {
      .cart-item-figure {
        padding-top: 0;
        padding-bottom: 16px;
        margin-bottom: 0;
        width: 25%; } }
  .cart-item-fixed-image {
    max-width: 8rem; }
  .cart-item-title {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem; }
    @media screen and (max-width: 1023px) {
      .cart-item-title {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .cart-item-title {
        padding-top: 0;
        padding-bottom: 16px; } }
  .cart-item-brand {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 1.2rem; }
  .cart-item-name {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 0.8rem; }
    @media screen and (max-width: 767px) {
      .cart-item-name {
        font-size: 16px; } }
    .cart-item-name a {
      color: black; }
      .cart-item-name a:hover {
        color: #ed0000; }
    .cart-item-name + .definitionList {
      margin-top: 0;
      margin-bottom: 0.8rem; }
    .cart-item-name + a {
      display: block; }
  .cart-item-block .definitionList {
    margin-top: 0;
    margin-bottom: 0.8rem; }
    .cart-item-block .definitionList + a:not(:hover) {
      color: #ed0000; }
  .cart-item-value {
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .cart-item-value {
        margin-left: 20px;
        padding-left: 0; } }
    .cart-item-value.price--discounted {
      color: #666666;
      font-weight: 400; }
      .cart-item-value.price--discounted + .cart-item-value {
        color: #ed0000; }
  @media screen and (max-width: 767px) {
    .cart-item-quantity {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  .cart-item-quantity .form-increment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
    min-width: 10rem; }
    @media screen and (max-width: 1023px) {
      .cart-item-quantity .form-increment {
        margin-left: 1.6rem;
        margin-top: 1rem; } }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-increment {
        margin-left: 0;
        margin-top: 0;
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-increment .button, .cart-item-quantity .form-increment #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-item-quantity .form-increment button, .cart-item-quantity .form-increment body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-item-quantity .form-increment .snize-view-all-link, .cart-item-quantity .form-increment body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-item-quantity .form-increment .snize-popular-suggestions-view-all-products-text, .cart-item-quantity .form-increment .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-item-quantity .form-increment .snize-button,
      .cart-item-quantity .form-increment .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-item-quantity .form-increment .snize-button, .cart-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-item-quantity .form-increment button.snize-product-filters-show-products, .cart-item-quantity .form-increment body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-item-quantity .form-increment button.snize-product-filters-reset-all, .cart-item-quantity .form-increment .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-item-quantity .form-increment .yotpo-new-review-submit, .cart-item-quantity .form-increment .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-item-quantity .form-increment .yotpo-question-submit {
        padding: 10px 8px; } }
  .cart-item-quantity .form-input--incrementTotal:disabled {
    color: black;
    width: 5rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-input--incrementTotal:disabled {
        padding-top: 9px;
        padding-bottom: 9px; } }
  @media screen and (max-width: 767px) {
    .cart-item-quantity .cart-item-label {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .cart-item-image {
      max-width: 8rem; } }
  .cart-item-label {
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (max-width: 1023px) {
      .cart-item-label {
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 400; } }
    @media screen and (max-width: 767px) {
      .cart-item-label {
        margin: 0;
        width: 24%; } }
  @media screen and (max-width: 767px) {
    .cart-item-info {
      clear: both;
      width: 100%;
      margin-left: auto;
      padding: 0.4rem 0; } }
  .cart-remove {
    margin-top: 0.6rem;
    padding: 0;
    height: 1rem;
    width: 1rem;
    background: none; }
    @media screen and (max-width: 1023px) {
      .cart-remove {
        position: absolute;
        top: 10px;
        right: 0; } }
    .cart-remove svg {
      fill: black; }
    .cart-remove:hover svg {
      fill: #ed0000; }
  .cart-total-label {
    padding-top: 1.4rem;
    padding-bottom: 1.2rem; }
    @media screen and (max-width: 1023px) {
      .cart-total-label {
        text-align: left;
        padding-left: 0;
        width: 50%; } }
  .cart-total-value {
    padding-top: 1.4rem;
    padding-bottom: 1.2rem; }
    @media screen and (max-width: 1023px) {
      .cart-total-value {
        text-align: right;
        width: 50%; } }
  .cart-total-grandTotal {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 1.2rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .cart-action {
    min-width: 25rem; }
  .cart-total + .cart-total {
    border-top: 1px solid #e1e1e1; }
  @media screen and (max-width: 767px) {
    .cart-totals {
      width: 100%; } }
  .cart-actions .button, .cart-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-actions button, .cart-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-actions .snize-view-all-link, .cart-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-actions .snize-popular-suggestions-view-all-products-text, .cart-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cart-actions div.snize-popular-suggestions-view-all-products-text, .cart-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-actions .snize-button,
  .cart-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-actions .snize-button, .cart-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-actions button.snize-product-filters-show-products, .cart-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-actions button.snize-product-filters-reset-all, .cart-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-actions .yotpo-new-review-submit, .cart-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-actions .yotpo-question-submit {
    min-width: 25rem; }

.coupon-form,
.cart-gift-certificate-form {
  margin-bottom: 1.8rem; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #ed0000; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: black; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

.estimator-form-input .button--small, .coupon-form .button--small, .cart-gift-certificate-form .button--small {
  padding-top: 1.3rem;
  padding-bottom: 1.1rem; }
  @media screen and (max-width: 767px) {
    .estimator-form-input .button--small, .coupon-form .button--small, .cart-gift-certificate-form .button--small {
      padding-top: 1.3rem;
      padding-bottom: 1.2rem; } }

.shipping-quotes {
  margin: 1.8rem 0;
  font-size: 1.4rem; }

.estimator-form-label {
  padding-top: 1.2rem; }

.estimator-form dl {
  margin-bottom: 0; }

.estimator-form--default dl {
  margin-bottom: 0; }

.estimator-form--default ul {
  margin-bottom: 1rem; }

.estimator-form--default .estimator-form-row {
  margin-bottom: 0.8rem; }

.estimator-form--default .estimator-form-label {
  padding-top: 0;
  font-size: 1.4rem; }
  .estimator-form--default .estimator-form-label-text {
    line-height: 1; }

.estimator-form--default .estimator-form-input--price {
  font-size: 1.4rem;
  margin-bottom: 0; }

.estimator-form-label input[type=radio] {
  position: relative;
  visibility: hidden;
  height: 1.4rem;
  width: 1.4rem; }
  .estimator-form-label input[type=radio]::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0.1rem solid #e1e1e1;
    border-radius: 50%;
    visibility: visible;
    top: 0.2rem; }
  .estimator-form-label input[type=radio]:after {
    content: " ";
    position: absolute;
    height: 0.8rem;
    width: 0.8rem;
    background-color: black;
    border-radius: 50%;
    top: 0.5rem;
    right: 0.3rem; }
  .estimator-form-label input[type=radio]:checked::before {
    border-color: black; }
  .estimator-form-label input[type=radio]:checked::after {
    visibility: visible; }

.template-cart .page-content {
  padding: 0; }

.cart-content-padding-right {
  padding-right: 0; }

/*--- [model] ---*/
[data-product-attributes-wrapper] .form-label [data-option-value], [data-product-attributes-wrapper] #InStockNotifyOutOfStock [data-option-value], [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label [data-option-value], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-product-attributes-wrapper] .yotpo-form-label [data-option-value], [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label [data-option-value], .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .yotpo-form-label [data-option-value], [data-product-attributes-wrapper] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label [data-option-value], .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .yotpo-form-label [data-option-value] {
  font-weight: 400; }

[data-product-attributes-wrapper] .form-label small, [data-product-attributes-wrapper] #InStockNotifyOutOfStock small, [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-product-attributes-wrapper] .yotpo-form-label small, [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .yotpo-form-label small, [data-product-attributes-wrapper] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label small, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .yotpo-form-label small {
  margin-top: 0;
  line-height: 1.7rem; }

[data-product-attributes-wrapper] .form-radio:checked + .form-option {
  border-color: #ed0000;
  box-shadow: none; }

[data-product-attributes-wrapper] .form-option {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1rem 1rem 0.8rem;
  margin-bottom: 0;
  margin-right: 0; }
  [data-product-attributes-wrapper] .form-option-variant {
    font-size: 1.1rem;
    padding: 0; }
    [data-product-attributes-wrapper] .form-option-variant--color, [data-product-attributes-wrapper] .form-option-variant--pattern, [data-product-attributes-wrapper] .form-option-variant--none {
      background-size: 5rem;
      width: 5rem;
      height: 5rem; }
      @media screen and (max-width: 767px) {
        [data-product-attributes-wrapper] .form-option-variant--color, [data-product-attributes-wrapper] .form-option-variant--pattern, [data-product-attributes-wrapper] .form-option-variant--none {
          background-size: 45px;
          width: 45px;
          height: 45px; } }
    [data-product-attributes-wrapper] .form-option-variant--color {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem; }
  [data-product-attributes-wrapper] .form-option-expanded {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    border-color: #e1e1e1; }
    @media screen and (max-width: 1023px) {
      [data-product-attributes-wrapper] .form-option-expanded {
        display: none; } }
  [data-product-attributes-wrapper] .form-option-image {
    background-size: 8rem; }
  [data-product-attributes-wrapper] .form-option-swatch {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    padding: 0;
    margin-bottom: 1rem; }
    [data-product-attributes-wrapper] .form-option-swatch-label {
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      margin-right: 0; }
    [data-product-attributes-wrapper] .form-option-swatch.unavailable {
      background: none;
      opacity: 1;
      border-color: #e1e1e1; }
      [data-product-attributes-wrapper] .form-option-swatch.unavailable::before {
        background-color: #e1e1e1;
        height: 0.1rem;
        width: 134%;
        top: 3.8rem;
        left: -1.4rem;
        box-shadow: none; }
        @media screen and (max-width: 767px) {
          [data-product-attributes-wrapper] .form-option-swatch.unavailable::before {
            width: 130%;
            left: -10px;
            top: 34px; } }
      [data-product-attributes-wrapper] .form-option-swatch.unavailable .form-option-variant {
        opacity: 0.25; }
      [data-product-attributes-wrapper] .form-option-swatch.unavailable + .form-option-swatch-label {
        opacity: 0.25; }

[data-product-attributes-wrapper] .form-radio + .form-label, [data-product-attributes-wrapper] .form-radio + #InStockNotifyOutOfStock, [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-product-attributes-wrapper] .form-radio + .yotpo-form-label, [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .form-radio + .yotpo-form-label, [data-product-attributes-wrapper] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .form-radio + .yotpo-form-label, [data-product-attributes-wrapper] .form-radio + .form-checkbox {
  margin-bottom: 0.8rem; }
  [data-product-attributes-wrapper] .form-radio + .form-label:last-child, [data-product-attributes-wrapper] .form-radio + #InStockNotifyOutOfStock:last-child, [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .form-radio + .yotpo-form-label:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-product-attributes-wrapper] .form-radio + .yotpo-form-label:last-child, [data-product-attributes-wrapper] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label:last-child, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .form-radio + .yotpo-form-label:last-child, [data-product-attributes-wrapper] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .form-radio + .yotpo-form-label:last-child, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] .form-radio + .yotpo-form-label:last-child, [data-product-attributes-wrapper] .form-radio + .form-checkbox:last-child {
    margin-bottom: 0; }

[data-product-attributes-wrapper] .form-fileDescription {
  font-size: 1.1rem;
  color: black;
  margin-bottom: 0; }

[data-product-attributes-wrapper] .form-action {
  margin-top: 3rem; }

[data-product-attributes-wrapper] [data-product-attribute="swatch"], [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] {
  margin-bottom: 2rem; }
  [data-product-attributes-wrapper] [data-product-attribute="swatch"] .form-option-wrapper, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .form-option-wrapper {
    vertical-align: top;
    margin-top: 1.5rem;
    margin-right: 1.6rem;
    max-width: 8rem; }
    @media screen and (max-width: 1279px) {
      [data-product-attributes-wrapper] [data-product-attribute="swatch"] .form-option-wrapper, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .form-option-wrapper {
        margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      [data-product-attributes-wrapper] [data-product-attribute="swatch"] .form-option-wrapper, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .form-option-wrapper {
        margin-right: 8px;
        max-width: 71px; } }
  [data-product-attributes-wrapper] [data-product-attribute="swatch"] .form-label, [data-product-attributes-wrapper] [data-product-attribute="swatch"] #InStockNotifyOutOfStock, [data-product-attributes-wrapper] [data-product-attribute="swatch"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-product-attributes-wrapper] [data-product-attribute="swatch"] .yotpo-form-label, [data-product-attributes-wrapper] [data-product-attribute="swatch"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] [data-product-attribute="swatch"] .yotpo-form-label, [data-product-attributes-wrapper] [data-product-attribute="swatch"] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] [data-product-attribute="swatch"] .yotpo-form-label, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .form-label, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] #InStockNotifyOutOfStock, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .yotpo-form-label, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .yotpo-form-label, [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper [data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .yotpo-form-label {
    margin-bottom: 0; }

[data-product-attributes-wrapper] [data-product-attribute="set-rectangle"] .form-option {
  margin-top: 0; }

[data-product-attributes-wrapper] input[type="file"] {
  font-size: 1.1rem; }

.modal-body #CartEditProductFieldsForm .form-actions {
  margin-top: 3rem; }

.modal-body #CartEditProductFieldsForm .select2-dropdown {
  max-height: 110px; }

.template-newsletter_subscribe .common-heading-wrap, .template-404 .common-heading-wrap, .template-createaccount_thanks .common-heading-wrap {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media screen and (max-width: 1023px) {
    .template-newsletter_subscribe .common-heading-wrap, .template-404 .common-heading-wrap, .template-createaccount_thanks .common-heading-wrap {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .template-newsletter_subscribe .common-heading-wrap, .template-404 .common-heading-wrap, .template-createaccount_thanks .common-heading-wrap {
      padding-top: 40px;
      padding-bottom: 40px; } }

.panel {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  overflow: hidden; }
  .panel-body {
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding: 2rem 2.6rem 2.6rem; }
  .panel-header {
    background-color: #f7f7f7;
    padding: 2rem 2.6rem 0; }

.form-actions .button, .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form-actions button, .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button,
.form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit, .form-actions a, .form-actions input {
  vertical-align: middle;
  width: auto; }
  .form-actions .button + .button, .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .form-actions button + .button, .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .form-actions .snize-view-all-link + .button, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .button, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .button, .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .form-actions .button + button, .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .form-actions button + button, .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .form-actions .snize-view-all-link + button, .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button, .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .form-actions .button + .snize-view-all-link, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .form-actions button + .snize-view-all-link, .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .form-actions .snize-view-all-link + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-view-all-link, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-view-all-link, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-view-all-link, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-view-all-link, .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .button + .snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .form-actions button + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .button + .snize-button, .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .form-actions button + .snize-button, .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .form-actions .snize-view-all-link + .snize-button, .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-button, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-button, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-button,
  .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .button + .snize-button,
  .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .form-actions button + .snize-button,
  .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .form-actions .snize-view-all-link + .snize-button,
  .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
  .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
  .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button,
  .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .snize-button,
  .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .snize-button,
  .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .snize-button,
  .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .snize-button,
  .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .snize-button, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .button + button.snize-product-filters-show-products, .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .form-actions button + button.snize-product-filters-show-products, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-show-products, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .button + button.snize-product-filters-reset-all, .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .form-actions button + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-reset-all, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .button + .yotpo-new-review-submit, .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .form-actions button + .yotpo-new-review-submit, .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .form-actions .snize-view-all-link + .yotpo-new-review-submit, .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-new-review-submit, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-new-review-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .button + .yotpo-question-submit, .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .form-actions button + .yotpo-question-submit, .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .form-actions .snize-view-all-link + .yotpo-question-submit, .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-question-submit, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + .yotpo-question-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + .yotpo-question-submit, .form-actions .button a, .form-actions #consent-manager .css-1wn42nw button a, #consent-manager .css-1wn42nw .form-actions button a, .form-actions body .snize-ac-results .snize-view-all-link a, body .snize-ac-results .form-actions .snize-view-all-link a, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text a, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text a, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button a, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button a, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button a, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button a, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products a, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products a, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all a, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all a, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit a, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit a, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit a, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit a, .form-actions .button input, .form-actions #consent-manager .css-1wn42nw button input, #consent-manager .css-1wn42nw .form-actions button input, .form-actions body .snize-ac-results .snize-view-all-link input, body .snize-ac-results .form-actions .snize-view-all-link input, .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text input, body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text input, .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button input, .cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button input, .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button input, .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button input, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products input, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products input, .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all input, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all input, .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit input, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit input, .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit input, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit input,
  .form-actions a + .button,
  .form-actions #consent-manager .css-1wn42nw a + button,
  #consent-manager .css-1wn42nw .form-actions a + button,
  .form-actions body .snize-ac-results a + .snize-view-all-link,
  body .snize-ac-results .form-actions a + .snize-view-all-link,
  .form-actions body .snize-ac-results .snize-nothing-found a + .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .form-actions a + .snize-popular-suggestions-view-all-products-text,
  .form-actions .cate-page #snize-search-results-grid-mode li.snize-product a + .snize-button,
  .cate-page #snize-search-results-grid-mode li.snize-product .form-actions a + .snize-button,
  .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product a + .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions a + .snize-button,
  .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container a + button.snize-product-filters-show-products,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions a + button.snize-product-filters-show-products,
  .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container a + button.snize-product-filters-reset-all,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions a + button.snize-product-filters-reset-all,
  .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer a + .yotpo-new-review-submit,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions a + .yotpo-new-review-submit,
  .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer a + .yotpo-question-submit,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions a + .yotpo-question-submit, .form-actions a a, .form-actions a input,
  .form-actions input + .button,
  .form-actions #consent-manager .css-1wn42nw input + button,
  #consent-manager .css-1wn42nw .form-actions input + button,
  .form-actions body .snize-ac-results input + .snize-view-all-link,
  body .snize-ac-results .form-actions input + .snize-view-all-link,
  .form-actions body .snize-ac-results .snize-nothing-found input + .snize-popular-suggestions-view-all-products-text,
  body .snize-ac-results .snize-nothing-found .form-actions input + .snize-popular-suggestions-view-all-products-text,
  .form-actions .cate-page #snize-search-results-grid-mode li.snize-product input + .snize-button,
  .cate-page #snize-search-results-grid-mode li.snize-product .form-actions input + .snize-button,
  .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product input + .snize-button,
  .snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions input + .snize-button,
  .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container input + button.snize-product-filters-show-products,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions input + button.snize-product-filters-show-products,
  .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container input + button.snize-product-filters-reset-all,
  body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions input + button.snize-product-filters-reset-all,
  .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer input + .yotpo-new-review-submit,
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions input + .yotpo-new-review-submit,
  .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer input + .yotpo-question-submit,
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions input + .yotpo-question-submit, .form-actions input a, .form-actions input input {
    margin-top: 0; }


.form-actions .button + a,
.form-actions #consent-manager .css-1wn42nw button + a,
#consent-manager .css-1wn42nw .form-actions button + a,
.form-actions body .snize-ac-results .snize-view-all-link + a,
body .snize-ac-results .form-actions .snize-view-all-link + a,
.form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + a,
body .snize-ac-results .snize-nothing-found .form-actions .snize-popular-suggestions-view-all-products-text + a,
.form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + a,
.cate-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + a,
.form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + a,
.snize-results-page #snize-search-results-grid-mode li.snize-product .form-actions .snize-button + a,
.form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + a,
body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-show-products + a,
.form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + a,
body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form-actions button.snize-product-filters-reset-all + a,
.form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + a,
.yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form-actions .yotpo-new-review-submit + a,
.form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + a,
.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form-actions .yotpo-question-submit + a {
  margin-left: 1rem; }

/*--- [Login Page] ---*/
.login {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0; }
  .login-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 70%;
    margin-top: 0; }
    @media screen and (max-width: 1279px) {
      .login-row {
        max-width: 100%; } }
  .login-form {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .login-form {
        padding: 0; } }
    .login-form .form-actions {
      text-align: left; }
      .login-form .form-actions .button, .login-form .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .login-form .form-actions button, .login-form .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .login-form .form-actions .snize-view-all-link, .login-form .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .login-form .form-actions .snize-popular-suggestions-view-all-products-text, .login-form .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .login-form .form-actions .snize-button,
      .login-form .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .login-form .form-actions .snize-button, .login-form .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .login-form .form-actions button.snize-product-filters-show-products, .login-form .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .login-form .form-actions button.snize-product-filters-reset-all, .login-form .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .login-form .form-actions .yotpo-new-review-submit, .login-form .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .login-form .form-actions .yotpo-question-submit {
        width: auto; }
      .login-form .form-actions a {
        width: auto; }

.new-customer {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (max-width: 1023px) {
    .new-customer {
      margin-top: 6rem; } }
  @media screen and (max-width: 767px) {
    .new-customer {
      margin-top: 4rem;
      padding: 0; } }
  .new-customer-fact-list {
    margin-bottom: 2.4rem; }

/*--- [Create account Page] ---*/
.template-createaccount .form-actions, .template-page_contact_form .form-actions {
  text-align: left;
  margin: 0;
  max-width: 100%; }
  .template-createaccount .form-actions .button, .template-createaccount .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-createaccount .form-actions button, .template-createaccount .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-createaccount .form-actions .snize-view-all-link, .template-createaccount .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-createaccount .form-actions .snize-popular-suggestions-view-all-products-text, .template-createaccount .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-createaccount .form-actions .snize-button,
  .template-createaccount .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-createaccount .form-actions .snize-button, .template-createaccount .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-createaccount .form-actions button.snize-product-filters-show-products, .template-createaccount .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-createaccount .form-actions button.snize-product-filters-reset-all, .template-createaccount .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-createaccount .form-actions .yotpo-new-review-submit, .template-createaccount .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-createaccount .form-actions .yotpo-question-submit, .template-page_contact_form .form-actions .button, .template-page_contact_form .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-page_contact_form .form-actions button, .template-page_contact_form .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-page_contact_form .form-actions .snize-view-all-link, .template-page_contact_form .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-page_contact_form .form-actions .snize-popular-suggestions-view-all-products-text, .template-page_contact_form .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-page_contact_form .form-actions .snize-button,
  .template-page_contact_form .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-page_contact_form .form-actions .snize-button, .template-page_contact_form .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-page_contact_form .form-actions button.snize-product-filters-show-products, .template-page_contact_form .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-page_contact_form .form-actions button.snize-product-filters-reset-all, .template-page_contact_form .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-page_contact_form .form-actions .yotpo-new-review-submit, .template-page_contact_form .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-page_contact_form .form-actions .yotpo-question-submit {
    width: auto; }
    @media screen and (max-width: 767px) {
      .template-createaccount .form-actions .button, .template-createaccount .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-createaccount .form-actions button, .template-createaccount .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-createaccount .form-actions .snize-view-all-link, .template-createaccount .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-createaccount .form-actions .snize-popular-suggestions-view-all-products-text, .template-createaccount .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-createaccount .form-actions .snize-button,
      .template-createaccount .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-createaccount .form-actions .snize-button, .template-createaccount .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-createaccount .form-actions button.snize-product-filters-show-products, .template-createaccount .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-createaccount .form-actions button.snize-product-filters-reset-all, .template-createaccount .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-createaccount .form-actions .yotpo-new-review-submit, .template-createaccount .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-createaccount .form-actions .yotpo-question-submit, .template-page_contact_form .form-actions .button, .template-page_contact_form .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-page_contact_form .form-actions button, .template-page_contact_form .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-page_contact_form .form-actions .snize-view-all-link, .template-page_contact_form .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-page_contact_form .form-actions .snize-popular-suggestions-view-all-products-text, .template-page_contact_form .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-page_contact_form .form-actions .snize-button,
      .template-page_contact_form .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-page_contact_form .form-actions .snize-button, .template-page_contact_form .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-page_contact_form .form-actions button.snize-product-filters-show-products, .template-page_contact_form .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-page_contact_form .form-actions button.snize-product-filters-reset-all, .template-page_contact_form .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-page_contact_form .form-actions .yotpo-new-review-submit, .template-page_contact_form .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-page_contact_form .form-actions .yotpo-question-submit {
        width: 100%; } }

@media screen and (max-width: 767px) {
  .template-createaccount .g-recaptcha > div, .template-page_contact_form .g-recaptcha > div {
    margin: auto; } }

.account {
  margin-bottom: 0; }
  .account--fixed {
    width: 70%; }
    @media screen and (max-width: 1023px) {
      .account--fixed {
        width: 100%; } }
  .account--fixedSmall {
    width: 60%; }
    @media screen and (max-width: 1023px) {
      .account--fixedSmall {
        width: 100%; } }
  @media screen and (max-width: 1023px) {
    .account--fixedLarge {
      width: 100%; } }
  .account-body {
    margin-left: 0;
    margin-right: 0; }
  .account form {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .account-listShipping .account-listShipping-title {
      font-size: 1.6rem; } }
  .account .table--line {
    border-bottom: solid 0.1rem #e1e1e1; }

/*--- [forgot-password] ---*/
.forgot-password-form {
  margin-top: get-rem(32px, 36px); }
  @media screen and (max-width: 767px) {
    .forgot-password-form {
      display: inline; } }
  .forgot-password-form .form-prefixPostfix {
    flex-direction: row;
    -webkit-flex-direction: row; }
  .forgot-password-form .form-label, .forgot-password-form #InStockNotifyOutOfStock, .forgot-password-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .forgot-password-form .yotpo-form-label, .forgot-password-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .forgot-password-form .yotpo-form-label, .forgot-password-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .forgot-password-form .yotpo-form-label {
    width: 100%; }
  .forgot-password-form .form-input, .forgot-password-form .select2-search--dropdown .select2-search__field, .select2-search--dropdown .forgot-password-form .select2-search__field, .forgot-password-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .forgot-password-form textarea, .forgot-password-form .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .forgot-password-form .yotpo-new-input-container, .forgot-password-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .forgot-password-form .yotpo-new-input-container, .forgot-password-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .forgot-password-form textarea {
    order: 1;
    width: auto; }
  .forgot-password-form .form-inlineMessage {
    order: 3; }
    @media screen and (max-width: 767px) {
      .forgot-password-form .form-inlineMessage {
        order: 2; } }
  .forgot-password-form .form-inlineMessage {
    order: 3; }
    @media screen and (max-width: 767px) {
      .forgot-password-form .form-inlineMessage {
        order: 2; } }
  .forgot-password-form .button, .forgot-password-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .forgot-password-form button, .forgot-password-form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .forgot-password-form .snize-view-all-link, .forgot-password-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .forgot-password-form .snize-popular-suggestions-view-all-products-text, .forgot-password-form body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .forgot-password-form div.snize-popular-suggestions-view-all-products-text, .forgot-password-form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .forgot-password-form .snize-button,
  .forgot-password-form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .forgot-password-form .snize-button, .forgot-password-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .forgot-password-form button.snize-product-filters-show-products, .forgot-password-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .forgot-password-form button.snize-product-filters-reset-all, .forgot-password-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .forgot-password-form .yotpo-new-review-submit, .forgot-password-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .forgot-password-form .yotpo-question-submit {
    margin: 0 0 0 1rem;
    order: 2;
    width: auto; }
    @media screen and (max-width: 767px) {
      .forgot-password-form .button, .forgot-password-form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .forgot-password-form button, .forgot-password-form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .forgot-password-form .snize-view-all-link, .forgot-password-form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .forgot-password-form .snize-popular-suggestions-view-all-products-text, .forgot-password-form body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .forgot-password-form div.snize-popular-suggestions-view-all-products-text, .forgot-password-form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .forgot-password-form .snize-button,
      .forgot-password-form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .forgot-password-form .snize-button, .forgot-password-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .forgot-password-form button.snize-product-filters-show-products, .forgot-password-form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .forgot-password-form button.snize-product-filters-reset-all, .forgot-password-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .forgot-password-form .yotpo-new-review-submit, .forgot-password-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .forgot-password-form .yotpo-question-submit {
        margin-left: 0;
        order: 4;
        margin-top: 3rem;
        width: 100%; } }
  .forgot-password-form .g-recaptcha {
    order: 4;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .forgot-password-form .g-recaptcha {
        order: 3;
        margin-top: 1rem; } }
    .forgot-password-form .g-recaptcha > div {
      margin: auto; }

/*--- [order] ---*/
.navBar--account {
  display: block; }
  @media screen and (max-width: 1023px) {
    .navBar--account .navBar-item {
      display: inline-block; } }
  .navBar--account .navBar-item.is-active > .navBar-action {
    color: #ed0000; }
  @media screen and (max-width: 767px) {
    .navBar--account .navBar-item .navBar-action {
      padding-bottom: 0.1rem; } }

.template-account_orderstatus .account-list {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .template-account_orderstatus .account-product-body {
    padding-bottom: 0; } }

@media screen and (max-width: 1023px) {
  .template-account_order .account-list {
    margin-bottom: 0; } }

.account .pagination {
  margin-top: 0; }

.account-list {
  margin-bottom: 4rem; }
  .account-list + h2, .newsletter-content .account-list + .footer-info-heading, .account-list + .facet-quick-heading, .product-highlight-field .account-list + span {
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .account-list + h2, .newsletter-content .account-list + .footer-info-heading, .account-list + .facet-quick-heading, .product-highlight-field .account-list + span {
        font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .account-heading {
    font-size: 2rem; } }

.account-listItem {
  padding: 2.4rem 0; }

.account-product-figure {
  width: 9rem; }
  .account-product-figure::after {
    display: none; }

.account-product-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.4rem; }
  @media screen and (max-width: 767px) {
    .account-product-title {
      margin-bottom: 1rem; } }
  .account-product-title a {
    color: black; }
    .account-product-title a:hover {
      color: #ed0000; }

.account-product-description {
  margin-bottom: 2rem; }

.account-product-price {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 767px) {
    .account-product-price {
      padding-left: 1rem; } }

.account-product-body .definitionList {
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .account-product-body .definitionList {
      font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .account-product--alignMiddle .account-product-body {
    padding-left: 1rem;
    padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .account-orderStatus {
    position: unset;
    padding-bottom: 1rem; } }

.account-orderStatus-label {
  color: #666666;
  background-color: #f7f7f7;
  padding: 0.4rem 0.6rem 0.2rem 0.6rem; }

.account-orderTotal {
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .account-orderTotal {
      width: 100%; } }
  .account-orderTotal-key {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.4rem 0 1.2rem;
    text-transform: capitalize; }
  .account-orderTotal-value {
    font-size: 1.6rem;
    padding: 1.4rem 0 1.2rem; }
    .account-orderTotal-value:last-child {
      font-size: 2rem;
      font-weight: 700;
      padding-top: 1.2rem; }

.account-sidebar-block {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .account-sidebar-block {
      font-size: 1.5rem; } }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 4rem; }

@media screen and (max-width: 1023px) {
  .account-sidebar {
    padding: 1rem 0 0 0; } }

@media screen and (max-width: 767px) {
  .account-content {
    padding: 0; } }

@media screen and (max-width: 1279px) {
  .account-content--fixedSmall {
    width: 60%; } }

@media screen and (max-width: 1023px) {
  .account-content--fixedSmall {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .account-content + .account-sidebar {
    float: left; } }

/*--- [Message] ---*/
.account-message .is-read {
  color: black; }

.account-message p:last-child {
  margin-bottom: 0; }

/*--- [Address] ---*/
.addressList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem; }
  @media screen and (max-width: 767px) {
    .addressList {
      margin-left: -5px;
      margin-right: -5px; } }

.panel--address {
  height: 100%;
  width: 100%;
  font-size: 1.6rem; }
  .panel--address .panel-body {
    border-radius: inherit;
    padding: 2rem 2.6rem 8rem;
    height: 100%;
    min-height: 25rem; }
  .panel--address .form-actions {
    bottom: 2rem;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .panel--address .form-actions .button--small {
        padding: 1.4rem 4.9rem 1.2rem; } }

.address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .address {
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (max-width: 767px) {
    .address {
      width: 100%; } }
  .address-label,
  .address-description {
    font-size: 1.6rem; }
  .address-details--postal {
    font-size: 1.6rem; }

/*--- [wishlist] ---*/
.template-wishlist .wishlistbtn {
  display: none; }

.wishlist-form {
  max-width: 60%; }
  @media screen and (max-width: 767px) {
    .wishlist-form {
      max-width: 100%; } }

.wishlists-table {
  max-width: 100%; }

.share-wishlist {
  max-width: 70rem;
  margin-bottom: 4rem; }
  .share-wishlist h5 {
    margin-bottom: 2rem; }

.account .product {
  position: relative; }

.account .card {
  border-color: #e1e1e1; }
  .account .card:hover {
    border-color: #ed0000; }
  .account .card + form {
    position: absolute;
    top: 2rem;
    right: 3rem;
    border-radius: 50%; }
    @media screen and (max-width: 1023px) {
      .account .card + form {
        top: 1.2rem;
        right: 2rem; } }
    .account .card + form .button, .account .card + form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .account .card + form button, .account .card + form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .account .card + form .snize-view-all-link, .account .card + form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .account .card + form .snize-popular-suggestions-view-all-products-text, .account .card + form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button,
    .account .card + form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-show-products, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-reset-all, .account .card + form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .account .card + form .yotpo-new-review-submit, .account .card + form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .account .card + form .yotpo-question-submit {
      height: 2.6rem;
      width: 2.6rem;
      padding: 0.8rem;
      font-size: 0;
      border: 0; }
      @media screen and (max-width: 1023px) {
        .account .card + form .button, .account .card + form #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .account .card + form button, .account .card + form body .snize-ac-results .snize-view-all-link, body .snize-ac-results .account .card + form .snize-view-all-link, .account .card + form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .account .card + form .snize-popular-suggestions-view-all-products-text, .account .card + form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button,
        .account .card + form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-show-products, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-reset-all, .account .card + form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .account .card + form .yotpo-new-review-submit, .account .card + form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .account .card + form .yotpo-question-submit {
          height: 20px;
          width: 20px;
          padding: 6px; } }
      .account .card + form .button .icon, .account .card + form #consent-manager .css-1wn42nw button .icon, #consent-manager .css-1wn42nw .account .card + form button .icon, .account .card + form body .snize-ac-results .snize-view-all-link .icon, body .snize-ac-results .account .card + form .snize-view-all-link .icon, .account .card + form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon, body .snize-ac-results .snize-nothing-found .account .card + form .snize-popular-suggestions-view-all-products-text .icon, .account .card + form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .cate-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button .icon, .account .card + form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button .icon, .snize-results-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button .icon, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-show-products .icon, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all .icon, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-reset-all .icon, .account .card + form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit .icon, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .account .card + form .yotpo-new-review-submit .icon, .account .card + form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit .icon, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .account .card + form .yotpo-question-submit .icon {
        height: 100%;
        width: 100%; }
        .account .card + form .button .icon svg, .account .card + form #consent-manager .css-1wn42nw button .icon svg, #consent-manager .css-1wn42nw .account .card + form button .icon svg, .account .card + form body .snize-ac-results .snize-view-all-link .icon svg, body .snize-ac-results .account .card + form .snize-view-all-link .icon svg, .account .card + form body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text .icon svg, body .snize-ac-results .snize-nothing-found .account .card + form .snize-popular-suggestions-view-all-products-text .icon svg, .account .card + form .cate-page #snize-search-results-grid-mode li.snize-product .snize-button .icon svg, .cate-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button .icon svg, .account .card + form .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button .icon svg, .snize-results-page #snize-search-results-grid-mode li.snize-product .account .card + form .snize-button .icon svg, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-show-products .icon svg, .account .card + form body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all .icon svg, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .account .card + form button.snize-product-filters-reset-all .icon svg, .account .card + form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit .icon svg, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .account .card + form .yotpo-new-review-submit .icon svg, .account .card + form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit .icon svg, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .account .card + form .yotpo-question-submit .icon svg {
          fill: white; }
  .account .card .button-compare {
    display: none; }

/*--- [Error] ---*/
@media screen and (max-width: 767px) {
  .template-404 .page-content .form-input, .template-404 .page-content .select2-search--dropdown .select2-search__field, .select2-search--dropdown .template-404 .page-content .select2-search__field, .template-404 .page-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .template-404 .page-content textarea, .template-404 .page-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .template-404 .page-content .yotpo-new-input-container, .template-404 .page-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .template-404 .page-content .yotpo-new-input-container, .template-404 .page-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .template-404 .page-content textarea {
    margin-bottom: 10px; } }

.template-404 .page-content .button, .template-404 .page-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-404 .page-content button, .template-404 .page-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-404 .page-content .snize-view-all-link, .template-404 .page-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-404 .page-content .snize-popular-suggestions-view-all-products-text, .template-404 .page-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-404 .page-content .snize-button,
.template-404 .page-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-404 .page-content .snize-button, .template-404 .page-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-404 .page-content button.snize-product-filters-show-products, .template-404 .page-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-404 .page-content button.snize-product-filters-reset-all, .template-404 .page-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-404 .page-content .yotpo-new-review-submit, .template-404 .page-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-404 .page-content .yotpo-question-submit {
  margin-left: 1rem;
  width: auto; }
  @media screen and (max-width: 767px) {
    .template-404 .page-content .button, .template-404 .page-content #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-404 .page-content button, .template-404 .page-content body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-404 .page-content .snize-view-all-link, .template-404 .page-content body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-404 .page-content .snize-popular-suggestions-view-all-products-text, .template-404 .page-content .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-404 .page-content .snize-button,
    .template-404 .page-content .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-404 .page-content .snize-button, .template-404 .page-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-404 .page-content button.snize-product-filters-show-products, .template-404 .page-content body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-404 .page-content button.snize-product-filters-reset-all, .template-404 .page-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-404 .page-content .yotpo-new-review-submit, .template-404 .page-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-404 .page-content .yotpo-question-submit {
      width: 100%;
      margin: 0; } }

/*--- [Gift certificate] ---*/
.navBar--sub {
  margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .navBar--sub {
      margin-bottom: 20px; } }
  .navBar--sub .navBar-item {
    margin-bottom: 0.6rem; }
    .navBar--sub .navBar-item.is-active {
      color: #ed0000;
      border-bottom: 0.1rem solid #ed0000; }
  .navBar--sub .navBar-action {
    border: 0; }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-action {
        font-size: 1.4rem; } }

.form-column .form-field, .form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-column .yotpo-new-review-star-rating,
.form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-column .yotpo-new-review-content,
.form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-column .yotpo-new-review-headline, .form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-column .yotpo-new-review-name,
.form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-column .yotpo-new-review-email, .form-column .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .yotpo-question-content, .form-column .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .yotpo-question-content, .form-column .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .yotpo-question-content, .form-column .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .yotpo-question-content, .form-column .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-name, .form-column .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-email, .form-column .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-name, .form-column .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-email, .form-column .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-name, .form-column .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-email, .form-column .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-name, .form-column .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-email, .form-column .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .yotpo-question-content, .form-column .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .yotpo-question-content, .form-column .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-name, .form-column .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-email, .form-column .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-name, .form-column .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .yotpo-question-email {
  padding: 0; }
  .form-column .form-field.form-field-group, .form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-field-group.yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-column .form-field-group.yotpo-new-review-star-rating,
  .form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-field-group.yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-column .form-field-group.yotpo-new-review-content,
  .form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-field-group.yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-column .form-field-group.yotpo-new-review-headline, .form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-field-group.yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-new-review-name,
  .form-column .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-field-group.yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-new-review-email, .form-column .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-field-group.yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .form-field-group.yotpo-question-content, .form-column .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-field-group.yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .form-field-group.yotpo-question-content, .form-column .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-field-group.yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .form-field-group.yotpo-question-content, .form-column .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-field-group.yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .form-field-group.yotpo-question-content, .form-column .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-name, .form-column .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-email, .form-column .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-name, .form-column .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-email, .form-column .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-name, .form-column .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-email, .form-column .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-name, .form-column .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-email, .form-column .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-field-group.yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .form-field-group.yotpo-question-content, .form-column .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-field-group.yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-column .form-field-group.yotpo-question-content, .form-column .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-name, .form-column .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-email, .form-column .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-name, .form-column .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-field-group.yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .form-column .form-field-group.yotpo-question-email {
    padding: 2rem;
    border-radius: 1rem; }

.template-giftcertificates_redeem .account ol {
  margin-bottom: 0; }

.form--oneField .button, .form--oneField #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .form--oneField button, .form--oneField body .snize-ac-results .snize-view-all-link, body .snize-ac-results .form--oneField .snize-view-all-link, .form--oneField body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .form--oneField .snize-popular-suggestions-view-all-products-text, .form--oneField body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .form--oneField div.snize-popular-suggestions-view-all-products-text, .form--oneField .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .form--oneField .snize-button,
.form--oneField .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .form--oneField .snize-button, .form--oneField body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form--oneField button.snize-product-filters-show-products, .form--oneField body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .form--oneField button.snize-product-filters-reset-all, .form--oneField .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .form--oneField .yotpo-new-review-submit, .form--oneField .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .form--oneField .yotpo-question-submit {
  margin-left: 1rem; }

@media screen and (max-width: 767px) {
  .template-giftcertificates .form-actions .button, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button, .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button,
  .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit, .template-giftcertificates_redeem .form-actions .button, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button,
  .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit, .template-giftcertificates_balance .form-actions .button, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button,
  .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit {
    width: 100%; }
    .template-giftcertificates .form-actions .button + .button, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + .button, .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + .button, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + .button, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .button, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + .button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + .button, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .button, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .button, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .button + button, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + button, .template-giftcertificates .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + button, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + button, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + button, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + button, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + button, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + button, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + button, .template-giftcertificates .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions .button + .snize-view-all-link, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + .snize-view-all-link, .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + .snize-view-all-link, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-view-all-link, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-view-all-link, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .template-giftcertificates .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .template-giftcertificates .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .snize-view-all-link, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .snize-view-all-link, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .template-giftcertificates .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .template-giftcertificates .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .button + .snize-button, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + .snize-button, .template-giftcertificates .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + .snize-button, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-button, .template-giftcertificates .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + .snize-button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + .snize-button, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .snize-button, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .snize-button,
    .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .button + .snize-button,
    .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + .snize-button,
    .template-giftcertificates .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + .snize-button,
    .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
    .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
    .template-giftcertificates .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-button,
    .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .snize-button,
    .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + .snize-button,
    .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + .snize-button,
    .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .snize-button,
    .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .snize-button, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .button + button.snize-product-filters-show-products, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .template-giftcertificates .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + button.snize-product-filters-show-products, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .button + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .template-giftcertificates .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .button + .yotpo-new-review-submit, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + .yotpo-new-review-submit, .template-giftcertificates .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + .yotpo-new-review-submit, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .yotpo-new-review-submit, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .yotpo-new-review-submit, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .button + .yotpo-question-submit, .template-giftcertificates .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .template-giftcertificates .form-actions button + .yotpo-question-submit, .template-giftcertificates .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .template-giftcertificates .form-actions .snize-view-all-link + .yotpo-question-submit, .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .template-giftcertificates .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .yotpo-question-submit, .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates .form-actions .snize-button + .yotpo-question-submit, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .template-giftcertificates .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .template-giftcertificates .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates .form-actions .yotpo-question-submit + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions .button + .button, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + .button, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + .button, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + .button, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .button, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + .button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + .button, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .button, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .button, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .button + button, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + button, .template-giftcertificates_redeem .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + button, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + button, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + button, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + button, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + button, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + button, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + button, .template-giftcertificates_redeem .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions .button + .snize-view-all-link, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-view-all-link, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .snize-view-all-link, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .snize-view-all-link, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .template-giftcertificates_redeem .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .button + .snize-button, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + .snize-button, .template-giftcertificates_redeem .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + .snize-button, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-button, .template-giftcertificates_redeem .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + .snize-button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + .snize-button, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .snize-button, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .snize-button,
    .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .button + .snize-button,
    .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + .snize-button,
    .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + .snize-button,
    .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
    .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
    .template-giftcertificates_redeem .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-button,
    .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .snize-button,
    .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + .snize-button,
    .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + .snize-button,
    .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .snize-button,
    .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .snize-button, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .button + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .template-giftcertificates_redeem .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .button + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .template-giftcertificates_redeem .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .button + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .button + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .template-giftcertificates_redeem .form-actions button + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .template-giftcertificates_redeem .form-actions .snize-view-all-link + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .template-giftcertificates_redeem .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_redeem .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_redeem .form-actions .snize-button + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_redeem .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .template-giftcertificates_redeem .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .template-giftcertificates_redeem .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_redeem .form-actions .yotpo-question-submit + .yotpo-question-submit, .template-giftcertificates_balance .form-actions .button + .button, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + .button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + .button, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link + .button, body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + .button, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + .button, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + .button, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .button, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + .button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + .button, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .button, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .button, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .button + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .button + button, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + button, .template-giftcertificates_balance .form-actions body .snize-ac-results #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link + button, body .snize-ac-results .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .snize-view-all-link + button, #consent-manager .css-1wn42nw body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + button, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + button, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw div.snize-popular-suggestions-view-all-products-text + button, #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + button, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + button, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .snize-button + button, #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-show-products + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button.snize-product-filters-reset-all + button, #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + button, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .yotpo-new-review-submit + button, #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + button, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .yotpo-question-submit + button, #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + button, .template-giftcertificates_balance .form-actions body .snize-ac-results .button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions .button + .snize-view-all-link, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + .snize-view-all-link, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body .snize-ac-results button + .snize-view-all-link, body .snize-ac-results #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + .snize-view-all-link, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + .snize-view-all-link, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-view-all-link, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-view-all-link, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-view-all-link, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-button + .snize-view-all-link, body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-view-all-link, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, .template-giftcertificates_balance .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-ac-results button.snize-product-filters-show-products + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + .snize-view-all-link, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, .template-giftcertificates_balance .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-view-all-link, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-ac-results button.snize-product-filters-reset-all + .snize-view-all-link, body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + .snize-view-all-link, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-view-all-link, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .yotpo-new-review-submit + .snize-view-all-link, body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .snize-view-all-link, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-view-all-link, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .yotpo-question-submit + .snize-view-all-link, body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .snize-view-all-link, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + .snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-nothing-found .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-view-all-link + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-button + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-ac-results .snize-nothing-found button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + div.snize-popular-suggestions-view-all-products-text, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .template-giftcertificates_balance .form-actions .snize-nothing-found .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-view-all-link + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + div.snize-popular-suggestions-view-all-products-text, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-button + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-ac-results.snize-ac-results-mobile .snize-nothing-found button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + div.snize-popular-suggestions-view-all-products-text, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .button + .snize-button, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + .snize-button, .template-giftcertificates_balance .form-actions body .snize-ac-results .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + .snize-button, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-button, .template-giftcertificates_balance .form-actions .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + .snize-button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + .snize-button, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .snize-button, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .snize-button,
    .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .button + .snize-button,
    .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + .snize-button, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + .snize-button,
    .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link + .snize-button, body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-view-all-link + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + .snize-button,
    .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + .snize-button,
    .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .snize-button, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product div.snize-popular-suggestions-view-all-products-text + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + .snize-button,
    .template-giftcertificates_balance .form-actions .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .cate-page .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-button, .snize-results-page .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-button,
    .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .snize-button,
    .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-show-products + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + .snize-button,
    .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .snize-button, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product button.snize-product-filters-reset-all + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + .snize-button,
    .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .snize-button, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-new-review-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .snize-button,
    .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .snize-button, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-question-submit + .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .snize-button, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .button + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-show-products, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-show-products, body .snize-ac-results .template-giftcertificates_balance .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-show-products, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-show-products, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-show-products, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + button.snize-product-filters-show-products, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .button + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + button.snize-product-filters-reset-all, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body .snize-ac-results #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-view-all-link + button.snize-product-filters-reset-all, body .snize-ac-results .template-giftcertificates_balance .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-view-all-link + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + button.snize-product-filters-reset-all, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-button + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + button.snize-product-filters-reset-all, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-new-review-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + button.snize-product-filters-reset-all, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-question-submit + button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + button.snize-product-filters-reset-all, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .button + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + .yotpo-new-review-submit, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions body .snize-ac-results .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-new-review-submit, body .snize-ac-results .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-view-all-link + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-new-review-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-button + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-show-products + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-new-review-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer button.snize-product-filters-reset-all + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .yotpo-new-review-submit, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .button + .yotpo-question-submit, .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions #consent-manager .css-1wn42nw button + .yotpo-question-submit, #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer #consent-manager .css-1wn42nw .template-giftcertificates_balance .form-actions button + .yotpo-question-submit, .template-giftcertificates_balance .form-actions body .snize-ac-results .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-view-all-link + .yotpo-question-submit, body .snize-ac-results .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-view-all-link + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .template-giftcertificates_balance .form-actions .snize-view-all-link + .yotpo-question-submit, .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results .snize-nothing-found .template-giftcertificates_balance .form-actions .snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .template-giftcertificates_balance .form-actions div.snize-popular-suggestions-view-all-products-text + .yotpo-question-submit, .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .cate-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cate-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .yotpo-question-submit, .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button + .yotpo-question-submit, .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-button + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .snize-results-page #snize-search-results-grid-mode li.snize-product .template-giftcertificates_balance .form-actions .snize-button + .yotpo-question-submit, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-show-products + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-show-products + .yotpo-question-submit, .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all + .yotpo-question-submit, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer button.snize-product-filters-reset-all + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .template-giftcertificates_balance .form-actions button.snize-product-filters-reset-all + .yotpo-question-submit, .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .template-giftcertificates_balance .form-actions .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-new-review-submit + .yotpo-question-submit, .template-giftcertificates_balance .form-actions .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit + .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .template-giftcertificates_balance .form-actions .yotpo-question-submit + .yotpo-question-submit {
      margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .template-giftcertificates .modal {
    padding: 2rem; } }

@media screen and (max-width: 767px) {
  .template-giftcertificates .modal-close {
    top: 12px;
    right: 12px; } }

@media screen and (max-width: 1279px) {
  #gift-certificate-balance .button--primary, #gift-certificate-balance #consent-manager .css-1wn42nw button:nth-child(even), #consent-manager .css-1wn42nw #gift-certificate-balance button:nth-child(even), #gift-certificate-balance .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #gift-certificate-balance .snize-button,
  #gift-certificate-balance .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #gift-certificate-balance .snize-button, #gift-certificate-balance body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #gift-certificate-balance button.snize-product-filters-reset-all {
    width: auto; } }

@media screen and (max-width: 767px) {
  #gift-certificate-balance .button--primary, #gift-certificate-balance #consent-manager .css-1wn42nw button:nth-child(even), #consent-manager .css-1wn42nw #gift-certificate-balance button:nth-child(even), #gift-certificate-balance .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product #gift-certificate-balance .snize-button,
  #gift-certificate-balance .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product #gift-certificate-balance .snize-button, #gift-certificate-balance body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container #gift-certificate-balance button.snize-product-filters-reset-all {
    margin-top: 2rem;
    margin-left: 0;
    width: 100%; } }

/*--- [Sitemap] ---*/
.sitemap-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style: none;
  margin: 0; }
  .sitemap-list > li {
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .sitemap-list > li {
        width: 100%; }
        .sitemap-list > li:not(:last-child) {
          margin-bottom: 40px; } }
  .sitemap-list h2, .sitemap-list .newsletter-content .footer-info-heading, .newsletter-content .sitemap-list .footer-info-heading, .sitemap-list .facet-quick-heading, .sitemap-list .product-highlight-field span, .product-highlight-field .sitemap-list span {
    margin-bottom: 2rem; }
  .sitemap-list ul {
    margin-bottom: 0 !important; }
  .sitemap-list a {
    color: black; }
    .sitemap-list a:hover {
      color: #ed0000; }

.show-all-link::before {
  display: none; }

.show-all-link a {
  text-decoration: underline; }

.template-page .page-content {
  padding: 0; }
  .template-page .page-content--centered {
    width: 100%; }
  .template-page .page-content p:empty {
    display: none; }

.template-page .table {
  margin-bottom: 5rem; }

.webpage-title {
  margin-bottom: 3rem; }

/*--- [Contact us] ---*/
.template-page_contact_form .page-content {
  padding: 0; }

.contact-us-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem; }
  .contact-us-wrap .form {
    width: calc(100% - 32rem);
    padding: 0 2rem; }
    @media screen and (max-width: 1023px) {
      .contact-us-wrap .form {
        width: 100%;
        margin-bottom: 60px; } }

.contact-us-info {
  width: 32rem;
  padding: 0 2rem; }
  @media screen and (max-width: 1023px) {
    .contact-us-info {
      width: 100%; } }
  .contact-us-info p:empty {
    display: none; }

.contact-us-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.contact-us-img {
  margin-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .contact-us .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto; } }

/*--- FAQ ---*/
.faq-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .faq-row .col, .faq-row .sub-categories-card {
    width: 50%;
    max-width: 40rem; }
    @media screen and (max-width: 767px) {
      .faq-row .col:not(:last-child), .faq-row .sub-categories-card:not(:last-child) {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .faq-row .col, .faq-row .sub-categories-card {
        width: 100%; } }
    .faq-row .col-inner {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      border: 0.1rem solid #e1e1e1;
      padding: 3rem;
      height: 100%;
      text-align: center; }
      .faq-row .col-inner p {
        margin-bottom: 1rem; }
        .faq-row .col-inner p:last-child {
          margin-bottom: 0; }

.faq-img {
  width: 4rem;
  aspect-ratio: 1/1;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto; }

.faq-group {
  margin-bottom: 8rem; }
  @media screen and (max-width: 1023px) {
    .faq-group {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .faq-group {
      margin-bottom: 40px; } }

.faq-tab {
  border-bottom: 0.1rem solid #e1e1e1; }

.faq-que {
  cursor: pointer;
  margin: 0;
  transition: all 0.3s ease;
  padding: 3rem 5rem 3rem 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .faq-que {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .faq-que::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 2.4rem;
    height: 3rem;
    width: 3rem;
    background-color: #F4F4F4;
    border-radius: 1rem; }
    @media screen and (max-width: 767px) {
      .faq-que::before {
        top: 15px;
        width: 26px;
        height: 26px; } }
  .faq-que::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 2.4rem;
    height: 3rem;
    width: 3rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem; }
    @media screen and (max-width: 767px) {
      .faq-que::after {
        top: 15px;
        width: 26px;
        height: 26px;
        background-size: 8px; } }
  .faq-que:hover {
    color: #ed0000; }
    .faq-que:hover::before {
      background-color: #ed0000;
      transition: 0.5s all ease; }
    .faq-que:hover:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      transition: 0.5s transform ease;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="white"/></svg>'); }
  .faq-que.open {
    border-color: black; }
    .faq-que.open::before {
      background-color: black; }
    .faq-que.open::after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="2" viewBox="0 0 10 2" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 1C0.00195312 0.447715 0.449668 0 1.00195 0H8.9998C9.55208 0 9.9998 0.447715 9.9998 1C9.9998 1.55228 9.55208 2 8.9998 2H1.00195C0.449668 2 0.00195312 1.55228 0.00195312 1Z" fill="white"/></svg>'); }
    .faq-que.open + .faq-ans {
      margin-bottom: 3rem; }

.faq-ans {
  display: none; }
  .faq-ans p:last-child {
    margin-bottom: 0; }

/*-- Pickup ---*/
.pickup-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .pickup-row .col, .pickup-row .sub-categories-card {
    width: 25%; }
    @media screen and (max-width: 1023px) {
      .pickup-row .col, .pickup-row .sub-categories-card {
        width: 50%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .pickup-row .col, .pickup-row .sub-categories-card {
        margin-bottom: 10px; } }
    .pickup-row .col-inner {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      border: 0.1rem solid #e1e1e1;
      padding: 3rem;
      height: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .pickup-row .col-inner {
          padding: 20px; } }
      .pickup-row .col-inner h6, .pickup-row .col-inner .categories-inner h2, .categories-inner .pickup-row .col-inner h2, .pickup-row .col-inner .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .pickup-row .col-inner .footer-info-heading, .pickup-row .col-inner .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .pickup-row .col-inner .footer-info-heading, .pickup-row .col-inner .categories-inner .facet-quick-heading, .categories-inner .pickup-row .col-inner .facet-quick-heading, .pickup-row .col-inner .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .pickup-row .col-inner span, .pickup-row .col-inner .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .pickup-row .col-inner span, .pickup-row .col-inner .faq-que, .pickup-row .col-inner .location-tab-title {
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          .pickup-row .col-inner h6, .pickup-row .col-inner .categories-inner h2, .categories-inner .pickup-row .col-inner h2, .pickup-row .col-inner .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .pickup-row .col-inner .footer-info-heading, .pickup-row .col-inner .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .pickup-row .col-inner .footer-info-heading, .pickup-row .col-inner .categories-inner .facet-quick-heading, .categories-inner .pickup-row .col-inner .facet-quick-heading, .pickup-row .col-inner .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .pickup-row .col-inner span, .pickup-row .col-inner .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .pickup-row .col-inner span, .pickup-row .col-inner .faq-que, .pickup-row .col-inner .location-tab-title {
            font-size: 14px;
            margin-bottom: 12px; } }
      .pickup-row .col-inner p {
        font-size: 1.3rem;
        margin-bottom: 1rem; }
        @media screen and (max-width: 767px) {
          .pickup-row .col-inner p {
            font-size: 10px; } }
        .pickup-row .col-inner p:last-child {
          margin-bottom: 0; }

.pickup-img {
  max-width: 6rem;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 3rem; }
  @media screen and (max-width: 767px) {
    .pickup-img {
      max-width: 40px; } }
  .pickup-img img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

/*---shipping ---*/
.shipping-img {
  margin-bottom: 4rem; }

/*--- [Location] ---*/
.location-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem; }
  @media screen and (max-width: 1023px) {
    .location-wrap {
      margin: 0; } }
  .location-wrap-left {
    width: 50%;
    padding: 0 2rem;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .location-wrap-left {
        width: 100%;
        padding: 0; } }
  .location-wrap-right {
    width: 50%;
    padding: 0 2rem;
    min-height: 50.6rem; }
    @media screen and (max-width: 1023px) {
      .location-wrap-right {
        width: 100%;
        display: none; } }
    .location-wrap-right iframe {
      border: 0; }

.location-tab {
  border-bottom: 0.1rem solid #e1e1e1; }
  .location-tab-title {
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease;
    padding: 3rem 5rem 3rem 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .location-tab-title {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .location-tab-title::before {
      content: " ";
      position: absolute;
      right: 0;
      top: 2.4rem;
      height: 3rem;
      width: 3rem;
      background-color: #F4F4F4;
      border-radius: 1rem; }
      @media screen and (max-width: 767px) {
        .location-tab-title::before {
          top: 15px;
          width: 26px;
          height: 26px; } }
    .location-tab-title::after {
      content: " ";
      position: absolute;
      right: 0;
      top: 2.4rem;
      height: 3rem;
      width: 3rem;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="black"/></svg>');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 1rem; }
      @media screen and (max-width: 767px) {
        .location-tab-title::after {
          top: 15px;
          width: 26px;
          height: 26px;
          background-size: 8px; } }
    .location-tab-title:hover {
      color: #ed0000; }
      @media screen and (max-width: 1023px) {
        .location-tab-title:hover {
          color: black; } }
      .location-tab-title:hover::before {
        background-color: #ed0000;
        transition: 0.5s all ease; }
        @media screen and (max-width: 1023px) {
          .location-tab-title:hover::before {
            background-color: #F4F4F4; } }
      .location-tab-title:hover:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: 0.5s transform ease;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="white"/></svg>'); }
        @media screen and (max-width: 1023px) {
          .location-tab-title:hover:after {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 5.00195C0.00195312 4.44967 0.449668 4.00195 1.00195 4.00195H8.9998C9.55208 4.00195 9.9998 4.44967 9.9998 5.00195C9.9998 5.55424 9.55208 6.00195 8.9998 6.00195H1.00195C0.449668 6.00195 0.00195312 5.55424 0.00195312 5.00195Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.99805C4.44772 9.99805 4 9.55033 4 8.99805L4 1.0002C4 0.447917 4.44772 0.000202179 5 0.000202179C5.55228 0.000202179 6 0.447917 6 1.0002V8.99805C6 9.55033 5.55228 9.99805 5 9.99805Z" fill="black"/></svg>'); } }
    .location-tab-title.open {
      border-color: black; }
      .location-tab-title.open::before {
        background-color: black; }
      .location-tab-title.open::after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="2" viewBox="0 0 10 2" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.00195312 1C0.00195312 0.447715 0.449668 0 1.00195 0H8.9998C9.55208 0 9.9998 0.447715 9.9998 1C9.9998 1.55228 9.55208 2 8.9998 2H1.00195C0.449668 2 0.00195312 1.55228 0.00195312 1Z" fill="white"/></svg>'); }
      .location-tab-title.open + .location-tab-info {
        margin-bottom: 3rem; }
  .location-tab-info {
    display: none; }
    .location-tab-info p:last-child {
      margin-bottom: 0; }
    .location-tab-info .button:active, .location-tab-info #consent-manager .css-1wn42nw button:active, #consent-manager .css-1wn42nw .location-tab-info button:active, .location-tab-info body .snize-ac-results .snize-view-all-link:active, body .snize-ac-results .location-tab-info .snize-view-all-link:active, .location-tab-info body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:active, body .snize-ac-results .snize-nothing-found .location-tab-info .snize-popular-suggestions-view-all-products-text:active, .location-tab-info .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:active, .cate-page #snize-search-results-grid-mode li.snize-product .location-tab-info .snize-button:active,
    .location-tab-info .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:active, .snize-results-page #snize-search-results-grid-mode li.snize-product .location-tab-info .snize-button:active, .location-tab-info body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .location-tab-info button.snize-product-filters-show-products:active, .location-tab-info body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:active, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .location-tab-info button.snize-product-filters-reset-all:active, .location-tab-info .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:active, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .location-tab-info .yotpo-new-review-submit:active, .location-tab-info .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:active, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .location-tab-info .yotpo-question-submit:active, .location-tab-info .button:focus, .location-tab-info #consent-manager .css-1wn42nw button:focus, #consent-manager .css-1wn42nw .location-tab-info button:focus, .location-tab-info body .snize-ac-results .snize-view-all-link:focus, body .snize-ac-results .location-tab-info .snize-view-all-link:focus, .location-tab-info body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text:focus, body .snize-ac-results .snize-nothing-found .location-tab-info .snize-popular-suggestions-view-all-products-text:focus, .location-tab-info .cate-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, .cate-page #snize-search-results-grid-mode li.snize-product .location-tab-info .snize-button:focus,
    .location-tab-info .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button:focus, .snize-results-page #snize-search-results-grid-mode li.snize-product .location-tab-info .snize-button:focus, .location-tab-info body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .location-tab-info button.snize-product-filters-show-products:focus, .location-tab-info body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:focus, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .location-tab-info button.snize-product-filters-reset-all:focus, .location-tab-info .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit:focus, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .location-tab-info .yotpo-new-review-submit:focus, .location-tab-info .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit:focus, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .location-tab-info .yotpo-question-submit:focus {
      border-color: #ed0000;
      background-color: #ed0000; }
  .location-tab-map {
    display: none;
    aspect-ratio: 1/1;
    margin-top: 22px; }
    @media screen and (max-width: 1023px) {
      .location-tab-map {
        display: block; } }
    .location-tab-map iframe {
      border: 0; }

.blog-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem; }
  @media screen and (max-width: 767px) {
    .blog-list {
      margin-left: -5px;
      margin-right: -5px; } }
  @media screen and (max-width: 767px) {
    .blog-list {
      margin-bottom: -10px; } }
  @media screen and (max-width: 767px) {
    .blog-list {
      margin-bottom: 0; } }
  .blog-list .blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    border: 0.1rem solid #e1e1e1;
    border-radius: 1.4rem;
    height: 100%;
    padding: 3rem; }
    @media screen and (max-width: 767px) {
      .blog-list .blog {
        padding: 2rem; } }
    .blog-list .blog-item {
      padding-left: 1rem;
      padding-right: 1rem;
      width: 33.33%;
      margin-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        .blog-list .blog-item {
          padding-left: 5px;
          padding-right: 5px; } }
      @media screen and (max-width: 1023px) {
        .blog-list .blog-item {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .blog-list .blog-item {
          width: 100%;
          margin-bottom: 10px; } }
    .blog-list .blog-post-figure {
      margin-bottom: 3rem;
      border: 0;
      border-radius: 0;
      padding: 0; }
    .blog-list .blog-thumbnail {
      aspect-ratio: 1/1; }
    .blog-list .blog-post-body {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      flex: 1 0 auto; }
    .blog-list .blog-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      flex: 1 0 auto;
      margin-bottom: 1.4rem; }
      @media screen and (max-width: 1023px) {
        .blog-list .blog-header {
          flex: none; } }
    .blog-list .blog-title {
      font-size: 2rem;
      margin-bottom: 1rem;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .blog-list .blog-title {
          font-size: 18px; } }
    .blog-list .blog-date {
      margin-bottom: 0; }
    .blog-list .blog .pdp-social-links {
      margin: 0; }

.blog-post-figure {
  width: 100%;
  margin-bottom: 6rem;
  border: 0.1rem solid #e1e1e1;
  border-radius: 1.4rem;
  padding: 2rem; }
  @media screen and (max-width: 767px) {
    .blog-post-figure {
      margin-bottom: 4rem; } }

.blog-thumbnail {
  max-width: 100%;
  margin-bottom: 0; }
  .blog-thumbnail a {
    display: block;
    height: 100%;
    width: 100%; }
  .blog-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 50rem; }

.blog-post {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .blog-post {
      font-size: 14px; } }
  .blog-post + .tags, .blog-post + .pdp-social-links {
    margin-top: 6rem; }

.blog-post-body {
  text-align: left;
  width: 100%; }

.blog-header {
  margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .blog-header {
      margin-bottom: 3rem; } }

.blog-title {
  font-size: 3.2rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .blog-title {
      font-size: 2.4rem; } }

.blog-date,
.blog-author {
  text-align: left; }

.blog .tags {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .blog .tags {
      margin-left: -5px;
      margin-right: -5px; } }

.blog .pdp-social-links {
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .blog .pdp-social-links:empty {
    display: none; }
  .blog .pdp-social-links .socialLinks-item .icon {
    width: 1.6rem;
    height: 1.6rem; }

.tag {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .tag {
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (max-width: 767px) {
    .tag {
      font-size: 14px; } }
  .tag a {
    padding: 1rem 3rem 0.8rem;
    color: white;
    background-color: black;
    border-radius: 1.4rem; }
    @media screen and (max-width: 767px) {
      .tag a {
        padding: 8px 22px 6px; } }
    .tag a:hover {
      color: white;
      background-color: #ed0000; }

@media screen and (max-width: 1023px) {
  .productView-image.video-visible .productView-img-container::after {
    padding-bottom: 0; } }

.productView-video-inner-container {
  width: 100%;
  height: 0; }
  .productView-video-inner-container .product-single-video {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%; }
  @media screen and (max-width: 1023px) {
    .productView-video-inner-container {
      position: relative;
      padding-bottom: 131.8%; } }
  .productView-video-inner-container:not(.show-video) {
    display: none; }
  .productView-video-inner-container.show-video ~ a {
    display: none; }
  @media screen and (max-width: 1023px) {
    .productView-video-inner-container .product-single-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 56.25%; } }

.productView-thumbnail-link.video-thumbnail-link {
  position: relative; }
  .productView-thumbnail-link.video-thumbnail-link:after {
    content: '';
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.46;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0; }
  .productView-thumbnail-link.video-thumbnail-link .icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 2; }
  .productView-thumbnail-link.video-thumbnail-link img {
    padding: 0;
    object-fit: cover; }

.productView-vedio-inner {
  max-width: 50rem;
  width: 100%;
  aspect-ratio: 1/1; }
  @media screen and (max-width: 767px) {
    .productView-vedio-inner {
      max-width: 280px;
      width: 100%;
      margin: auto; } }

.productView-thumbnail.slick-current .video-thumbnail-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  box-shadow: inset 0 0 0 0.15rem #ed0000;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

/*--- [Ratting] ---*/
.yotpo-star-ratings-clickable {
  margin-bottom: 0 !important; }

.star-container {
  margin-right: 0.3rem !important; }
  .star-container:last-child {
    margin-right: 0 !important; }
  .star-container svg {
    width: 1.2rem;
    height: 1.1rem; }

.yotpo-sr-bottom-line-summary > div:first-child {
  margin-right: 0.6rem !important; }
  @media screen and (max-width: 767px) {
    .yotpo-sr-bottom-line-summary > div:first-child {
      margin-right: 4px !important; } }

.yotpo-sr-bottom-line-text {
  font-size: 1.2rem !important;
  line-height: 1 !important; }

.card-ratting {
  margin-left: auto; }
  @media screen and (max-width: 1279px) {
    .card-ratting .star-container svg {
      width: 10px;
      height: 10px; } }
  @media screen and (max-width: 1023px) {
    .card-ratting .star-container svg {
      width: 8px;
      height: 8px; } }
  @media screen and (max-width: 1279px) {
    .card-ratting .yotpo-sr-bottom-line-text {
      font-size: 10px !important; } }
  @media screen and (max-width: 767px) {
    .card-ratting .yotpo-sr-bottom-line-text {
      font-size: 9px !important; } }

.listItem-brand-ratting .card-ratting {
  margin-left: 0;
  margin-top: -0.2rem; }

/*--- [Review] ---*/
.yotpo {
  /*
    &-reviews-container {
        .yotpo-reviews-pagination-container {
            padding-top: 4rem;
            margin-bottom: 0;
            margin: 0;
            border-top: 0.1rem solid $container-border-global-color-base;

            @include mobile {
                padding-top: 20px;
            }
        }

        .yotpo-horizontal-pagination {
            margin: 0;

            .disabled {
                opacity: 1;
            }

            .yotpo-pagination-icon {
                fill: $color-white;
                transition: all 0.3s ease;
            }

            .yotpo-reviews-pagination-item {
                @include display-flex(flex);
                @include justify-content(center);
                @include align-item(center);
                @include border-radius(1.4rem);
                font-weight: 700;
                text-decoration: none;
                font-family: $header-font-family;
                width: 5.1rem;
                height: 5.1rem;
                background-color: $color-black;
                transition: all 0.3s ease;

                &:hover {
                    @include border-radius(1.4rem);
                    background-color: $color-white;

                    .yotpo-pagination-icon {
                        fill: $color-black;
                    }

                    .yotpo-pagination-disabled {
                        fill: $color-white;
                    }
                }

                &:first-child {
                    position: absolute;
                    left: 1.4rem;
                }

                &:last-child {
                    position: absolute;
                    right: 1.4rem;
                }

                &.disabled {
                    background-color: $color-black;
                }

                svg {
                    width: 1.4rem;
                    height: 1.4rem;
                }

                &.yotpo-pagination-number {
                    background-color: $color-white;

                    &:hover {
                        background-color: $color-black;

                        &.selected {
                            opacity: 1;
                        }
                    }

                    &.selected {
                        background-color: $color-black;
                    }
                }
            }
        }

        .yotpo-vertical-pagination {
            .yotpo-reviews-pagination-item {
                font-weight: 700;
                line-height: 1;
                color: $color-white;
                text-transform: uppercase;
                border: 0.2rem solid $color-black;
                font-family: $header-font-family;
                width: auto;
                height: auto;
                background-color: $color-black;
                padding: 0.9rem 2.6rem 0.7rem;
                text-decoration: none;
                border-radius: 100px;

                &:hover {
                    color: $color-black;
                    background-color: $color-white;
                }
            }
        }
    }
*/ }
  .yotpo-main-widget-tabs:not(.pp-embedded-displayed) {
    margin-top: 1.3rem !important;
    border-bottom: .05rem solid #E1E1E1; }
  .yotpo-display-l .yotpo-reviewer-name[data-v-572fe5b0], .yotpo-display-m .yotpo-reviewer-name[data-v-572fe5b0], .yotpo-display-s .yotpo-reviewer-name[data-v-572fe5b0] {
    font-weight: 500; }
  .yotpo-display-l .yotpo-reviewer-details[data-v-572fe5b0], .yotpo-display-m .yotpo-reviewer-details[data-v-572fe5b0], .yotpo-display-s .yotpo-reviewer-details[data-v-572fe5b0] {
    align-self: start;
    margin-top: 0.4rem; }
  .yotpo-display-l .yotpo-reviewer-image[data-v-572fe5b0], .yotpo-display-m .yotpo-reviewer-image[data-v-572fe5b0], .yotpo-display-s .yotpo-reviewer-image[data-v-572fe5b0] {
    margin-right: 2rem; }
  .yotpo-display-l .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-title, .yotpo-display-m .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-title, .yotpo-display-s .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
    font-weight: 600;
    line-height: 1.5; }
  .yotpo-display-l .yotpo-review-title, .yotpo-display-m .yotpo-review-title, .yotpo-display-s .yotpo-review-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600; }
  .yotpo-display-l .yotpo-review-content, .yotpo-display-m .yotpo-review-content, .yotpo-display-s .yotpo-review-content {
    font-size: 16px;
    line-height: 1.5; }
  .yotpo-display-l .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab, .yotpo-display-m .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    padding-bottom: 1.2rem;
    border: 0 !important; }
    .yotpo-display-l .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab.selected, .yotpo-display-m .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab.selected {
      position: relative;
      color: #ed0000;
      border: 0 !important; }
      .yotpo-display-l .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab.selected:after, .yotpo-display-m .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab.selected:after {
        content: " ";
        position: absolute;
        bottom: -0.2rem;
        left: 0;
        right: 0;
        height: 0.2rem;
        background-color: #ed0000; }
  .yotpo-display-l .yotpo-base-layout .yotpo-main-layout .yotpo-head, .yotpo-display-m .yotpo-base-layout .yotpo-main-layout .yotpo-head {
    -webkit-justify-content: end;
    justify-content: end;
    margin-top: 0;
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .yotpo-display-l .yotpo-base-layout .yotpo-main-layout .yotpo-layout-header-wrapper[data-v-a5eb37f4], .yotpo-display-m .yotpo-base-layout .yotpo-main-layout .yotpo-layout-header-wrapper[data-v-a5eb37f4] {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review), .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) {
    margin: 3rem 0 2.4rem; }
    .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel, .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel {
      width: 50%;
      flex-basis: auto; }
    .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel, .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel {
      order: 2;
      width: 50%; }
    .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel, .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel {
      order: 3;
      width: 100%;
      padding-left: 6rem;
      padding-right: 0;
      flex-basis: auto; }
      .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title, .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom: 0; }
        .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title, .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title {
          margin-left: 0;
          font-size: 1.6rem;
          line-height: 1.5;
          font-weight: 600; }
        .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-star-rating, .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-star-rating {
          margin-bottom: 1.6rem; }
    .yotpo-display-l .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-content, .yotpo-display-m .yotpo-reviews-list .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-content {
      font-size: 16px;
      line-height: 1.5; }
  .yotpo-header-container {
    border-bottom: 0.1rem solid #e1e1e1; }
  .yotpo-review-title {
    font-size: 1.6rem;
    font-weight: 600; }
  .yotpo-review-right-panel .yotpo-date-format {
    font-size: 1.4rem;
    color: #666666; }
    @media screen and (max-width: 1023px) {
      .yotpo-review-right-panel .yotpo-date-format {
        display: none; } }
  .yotpo-reviews-list .yotpo-review-border-smooth {
    background: none;
    height: auto;
    border-bottom: 0.1rem solid #e1e1e1; }
    .yotpo-reviews-list .yotpo-review-border-smooth:last-of-type {
      display: none; }
  .yotpo-base-layout {
    width: 100% !important; }
  .yotpo-new-review-btn-wrapper #yotpo-main-widget-btn[data-v-0345b07e] {
    font-weight: 700;
    line-height: 1;
    color: black;
    text-transform: uppercase;
    border: 0.2rem solid black;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    width: auto;
    height: auto;
    background-color: white;
    padding: 0.9rem 2.6rem 0.7rem; }
    .yotpo-new-review-btn-wrapper #yotpo-main-widget-btn[data-v-0345b07e]:hover {
      color: white;
      background-color: black; }
  .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-summary {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-left-panel {
    order: 1; }
    .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
      font-size: 2.4rem;
      line-height: 1;
      font-weight: 700;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }
  .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-right-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    order: 2;
    margin-left: 1.4rem;
    padding: 0; }
  .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-text {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500; }
  .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-bottom-line-text {
    margin: 0 0 0 0.3rem; }
  .yotpo-verified-image-icon .yotpo-initials-background {
    fill: #8DB6D9; }
  .yotpo-verified-image-icon .yotpo-avatar-initials-text {
    font-size: 1.6rem;
    font-weight: 400;
    fill: white; }
  .yotpo-base-layout .yotpo-main-layout .yotpo-border-margin {
    display: none; }
  .yotpo-base-layout .yotpo-new-review-btn-wrapper .yotpo-new-review-btn.empty-state {
    margin-bottom: 0; }
  .yotpo-display-s .yotpo-reviews-list .yotpo-review {
    margin: 20px 0; }
    .yotpo-display-s .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel {
      margin-top: 12px; }
      .yotpo-display-s .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-title {
        margin-bottom: 0;
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 600; }
      .yotpo-display-s .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-content {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.5; }
  .yotpo-display-s .yotpo-base-layout .yotpo-main-widget-tabs {
    -webkit-justify-content: start;
    justify-content: start; }
  .yotpo-display-s .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab {
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    padding-bottom: 1.2rem;
    position: relative;
    text-transform: uppercase;
    border: 0 !important; }
    .yotpo-display-s .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab.selected {
      color: #ed0000;
      border: 0; }
      .yotpo-display-s .yotpo-base-layout .ugc-storefront-widgets-tabs-container__tab.selected::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: #ed0000; }
  .yotpo-display-s .yotpo-main-layout.yotpo-main-reviews-widget .yotpo-head {
    margin: 30px 0; }
  .yotpo-display-s .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper[data-v-a5eb37f4] {
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .yotpo-display-s .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line[data-v-a5eb37f4] {
    margin-bottom: 0; }
  .yotpo-display-s .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary {
    margin-top: 0; }
  .yotpo-display-s .yotpo-main-layout .yotpo-head {
    margin-top: 0; }
  .yotpo-display-s .yotpo-main-layout .yotpo-reviews-by {
    -webkit-justify-content: end;
    justify-content: end; }

/*--- [Model] ---*/
.yotpo-reviews-main-widget .yotpo-review-form-modal {
  color: black; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop {
    z-index: 999; }
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-modal {
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-modal {
          max-height: 90%; } }
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-modal-header {
        font-size: 2.8rem;
        line-height: 1;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        padding: 0 4rem; }
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-modal-header .yotpo-modal-header {
          margin: 0;
          padding: 0; }
        @media screen and (max-width: 767px) {
          .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-modal-header {
            font-size: 2rem; } }
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-modal .modal-body {
        padding: 0; }
        @media screen and (max-width: 767px) {
          .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-modal .modal-body {
            margin: 0;
            padding: 0 20px; } }
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .btn-close {
      width: 1.2rem;
      height: 1.2rem;
      color: black; }
      @media screen and (max-width: 767px) {
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .btn-close {
          width: 10px;
          height: 10px; } }
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .close-btn-wrapper {
      top: 24px; }
      @media screen and (max-width: 1023px) {
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .close-btn-wrapper {
          left: -25px; } }
    .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form {
      display: block; }
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating,
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content,
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline {
        min-height: auto; }
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper {
        width: 100%; }
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper {
        width: auto; }
        @media screen and (max-width: 767px) {
          .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name,
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email {
          min-height: auto; }
          @media screen and (max-width: 767px) {
            .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name,
            .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email {
              width: 100%; } }
          .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name p,
          .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email p {
            margin-bottom: 0; }
      .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer {
        padding: 0.6rem 0; }
        @media screen and (max-width: 1023px) {
          .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer h6, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner h2, .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer h2, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .footer-info-heading, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .footer-info-heading, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner .facet-quick-heading, .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .facet-quick-heading, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer span, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer span, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .faq-que, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .location-tab-title {
          margin-bottom: 0;
          color: black; }
          @media screen and (max-width: 1023px) {
            .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer h6, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner h2, .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer h2, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner .newsletter-content .footer-info-heading, .categories-inner .newsletter-content .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .footer-info-heading, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .newsletter-content .categories-inner .footer-info-heading, .newsletter-content .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .footer-info-heading, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner .facet-quick-heading, .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .facet-quick-heading, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .categories-inner .product-highlight-field span, .categories-inner .product-highlight-field .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer span, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .product-highlight-field .categories-inner span, .product-highlight-field .categories-inner .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer span, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .faq-que, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .location-tab-title {
              width: 100%;
              margin-bottom: 10px; } }
        @media screen and (max-width: 1023px) {
          .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit {
            width: 100%; } }
  .yotpo-reviews-main-widget .yotpo-review-form-modal fieldset {
    padding: 0; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label {
    text-transform: none;
    margin-top: 0; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-star-rating-error, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-new-input-validation, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-star-rating-error, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-validation {
    margin-bottom: 0; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper {
    line-height: 0; }
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-star-rating-icons {
      min-height: auto;
      margin-left: 0; }
      .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-star-rating-icons .yotpo-star-rating-icon {
        margin-top: 0;
        margin-bottom: 0;
        margin: 0 0.8rem 0 0;
        width: 1.4rem !important;
        height: 1.4rem !important; }
    .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-star-rating-text {
      font-size: 1.4rem;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 0; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper ::-webkit-input-placeholder {
    font-size: 1.1rem;
    line-height: 1;
    color: #666666 !important;
    opacity: 1; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper ::-webkit-input-placeholder {
    font-size: 1.1rem;
    line-height: 1;
    color: #666666 !important;
    opacity: 1; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper ::-moz-placeholder {
    font-size: 1.1rem;
    line-height: 1;
    color: #666666 !important;
    opacity: 1; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper :-ms-input-placeholder {
    font-size: 1.1rem;
    line-height: 1;
    color: #666666 !important;
    opacity: 1; }
  .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper :-moz-placeholder {
    font-size: 1.1rem;
    line-height: 1;
    color: #666666 !important;
    opacity: 1; }

@media screen and (max-width: 1023px) {
  .yotpo-reviews-main-widget.yotpo-device-mobile .modal-body .yotpo-review-form {
    width: 500px; } }

@media screen and (max-width: 767px) {
  .yotpo-reviews-main-widget.yotpo-device-mobile .modal-body .yotpo-review-form {
    width: 320px; } }

.yotpo-reviews-main-widget .yotpo-file-upload .yotpo-upload-label {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border-color: #e1e1e1;
  height: 4rem;
  line-height: normal; }

/*
.yotpo-reviews-list {
    .yotpo-review-votes-wrapper {
        margin-bottom: 3rem;
        @include tablet{
            margin-bottom:  20px;
        }
        &.top-margin {
            margin-top: 0;
        }

        .yotpo-review-votes {
            &-text {
                font-size: 1.3rem;
                line-height: 1.5;
                color: $color-greyDark;
                margin-right: 3.4rem;
                text-transform: capitalize;
                @include tablet{
                    margin-right: 8px;
                }
            }

            &-icons {
                width: 1.8rem;
                height: 1.8rem;
                margin-right: 0.2rem;
                position: relative;

                &::after {
                    content: " ";
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                &:nth-of-type(2) {
                    &::after {
                        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M15.0578 6.64312H11.0933L11.9611 4.47412C12.0852 4.1651 12.1158 3.82645 12.0491 3.50019C11.9825 3.17394 11.8215 2.87444 11.5861 2.63887C11.4537 2.50663 11.2942 2.40479 11.1185 2.34042C10.9428 2.27605 10.7552 2.25069 10.5687 2.2661C10.3822 2.28152 10.2014 2.33733 10.0386 2.42968C9.87589 2.52203 9.73521 2.64869 9.62634 2.80087L7.30809 6.04462C6.96209 6.52784 6.57732 6.98209 6.15759 7.40287L5.41509 8.14537C5.38129 8.17913 5.35447 8.21923 5.3362 8.26338C5.31792 8.30752 5.30854 8.35484 5.30859 8.40262V13.9834C5.30854 14.0801 5.34684 14.1729 5.41509 14.2414L6.24684 15.0769C6.45872 15.2898 6.71073 15.4587 6.98828 15.5737C7.26583 15.6886 7.56343 15.7474 7.86384 15.7466H12.3833C12.7402 15.7463 13.0893 15.6427 13.3885 15.4482C13.6877 15.2538 13.9242 14.9768 14.0693 14.6509L16.2863 9.66262C16.4282 9.34449 16.501 8.99993 16.5001 8.65162V8.08612C16.4997 7.70366 16.3476 7.33697 16.0773 7.06647C15.8069 6.79596 15.4403 6.64371 15.0578 6.64312Z" fill="%23666666"/><path d="M2.81025 7.65625C2.46275 7.65625 2.12948 7.79429 1.88376 8.04001C1.63804 8.28573 1.5 8.619 1.5 8.9665V13.8932C1.5 14.2407 1.63804 14.574 1.88376 14.8197C2.12948 15.0655 2.46275 15.2035 2.81025 15.2035C3.15775 15.2035 3.49102 15.0655 3.73674 14.8197C3.98246 14.574 4.1205 14.2407 4.1205 13.8932V8.9665C4.1205 8.619 3.98246 8.28573 3.73674 8.04001C3.49102 7.79429 3.15775 7.65625 2.81025 7.65625Z" fill="%23666666"/></svg>');
                    }
                }

                &:nth-of-type(4){
                    margin-top: 0.3rem;
                    &::after{
                        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M15.0578 11.3569H11.0933L11.9611 13.5259C12.0852 13.8349 12.1158 14.1735 12.0491 14.4998C11.9825 14.8261 11.8215 15.1256 11.5861 15.3611C11.4537 15.4934 11.2942 15.5952 11.1185 15.6596C10.9428 15.724 10.7552 15.7493 10.5687 15.7339C10.3822 15.7185 10.2014 15.6627 10.0386 15.5703C9.87589 15.478 9.73521 15.3513 9.62634 15.1991L7.30809 11.9554C6.96209 11.4722 6.57732 11.0179 6.15759 10.5971L5.41509 9.85463C5.38129 9.82087 5.35447 9.78077 5.3362 9.73662C5.31792 9.69248 5.30854 9.64516 5.30859 9.59738V4.01663C5.30854 3.91992 5.34684 3.82714 5.41509 3.75863L6.24684 2.92313C6.45872 2.71016 6.71073 2.5413 6.98828 2.42634C7.26583 2.31138 7.56343 2.2526 7.86384 2.25338H12.3833C12.7402 2.25367 13.0893 2.3573 13.3885 2.55175C13.6877 2.74621 13.9242 3.02316 14.0693 3.34913L16.2863 8.33738C16.4282 8.65551 16.501 9.00007 16.5001 9.34838V9.91388C16.4997 10.2963 16.3476 10.663 16.0773 10.9335C15.8069 11.204 15.4403 11.3563 15.0578 11.3569Z" fill="%23666666"/><path d="M2.81025 10.3438C2.46275 10.3438 2.12948 10.2057 1.88376 9.95999C1.63804 9.71427 1.5 9.381 1.5 9.0335V4.10675C1.5 3.75925 1.63804 3.42599 1.88376 3.18027C2.12948 2.93455 2.46275 2.7965 2.81025 2.7965C3.15775 2.7965 3.49102 2.93455 3.73674 3.18027C3.98246 3.42599 4.1205 3.75925 4.1205 4.10675V9.0335C4.1205 9.381 3.98246 9.71427 3.73674 9.95999C3.49102 10.2057 3.15775 10.3438 2.81025 10.3438Z" fill="%23666666"/></svg>');
                    }
                }
                svg {
                    display: none;
                }

                path {
                    fill: $color-greyDark;
                }

                .yotpo-review-votes-icon-down {
                    // margin-top: 0.4rem;
                }
            }

            &-number {
                font-size: 1.3rem;
                line-height: 1.5;
                color: $color-greyDark;

                +.yotpo-review-votes-icons {
                    margin-left: 1.6rem;
                    @include tablet{
                        margin-left: 8px;
                    }
                }
            }
        }
    }
}
*/
/*---[QUE/ANS] ---*/
.yotpo-questions-and-answers .yotpo-main-layout {
  width: 100% !important; }

.yotpo-questions-and-answers .yotpo-header-margin {
  margin: 0;
  margin-top: 3rem;
  border: 0; }

.yotpo-questions-and-answers #yotpo-widget-btn {
  color: black;
  border: 0.2rem solid black;
  width: auto;
  height: auto;
  background-color: white;
  padding: 0.9rem 2.6rem 0.7rem;
  text-decoration: none; }
  .yotpo-questions-and-answers #yotpo-widget-btn:hover {
    color: white;
    background-color: black; }
  .yotpo-questions-and-answers #yotpo-widget-btn span {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: inherit;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

.yotpo-questions-and-answers .yotpo-display-l .yotpo-qna-empty-state, .yotpo-questions-and-answers .yotpo-display-m .yotpo-qna-empty-state {
  margin-top: 3rem; }

.yotpo-questions-and-answers .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal .modal-body {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .yotpo-questions-and-answers .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal .modal-body {
      margin: 0;
      padding: 0 20px; } }

.yotpo-display-l .yotpo-questions-and-answers .yotpo-qna-empty-state, .yotpo-display-m .yotpo-questions-and-answers .yotpo-qna-empty-state {
  margin-top: 50px; }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal {
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  max-width: 90%; }
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal .yotpo-qna-modal-header-font {
    font-size: 2.8rem;
    line-height: 1;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal .yotpo-qna-modal-header-font {
        font-size: 2rem; } }
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal .yotpo-qna-modal-header {
    margin-top: 10px;
    padding: 0 4rem; }
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-qna-modal .yotpo-qna-modal-header .yotpo-qna-modal-header {
      padding: 0;
      margin: 0; }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label {
  content: " ";
  text-transform: none;
  margin-top: 0; }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-name-email-wrapper .yotpo-question-email {
  min-height: auto; }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-message {
  text-transform: none; }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-validation {
  margin-bottom: 0;
  text-transform: none; }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form {
  display: block;
  padding-bottom: 3rem; }
  @media screen and (max-width: 1023px) {
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form {
      padding-bottom: 0; } }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .close-btn-wrapper {
  width: 1.2rem;
  height: 1.2rem;
  top: 26px !important;
  left: -16px !important; }
  @media screen and (max-width: 1023px) {
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .close-btn-wrapper {
      top: 26px !important; } }
  @media screen and (max-width: 767px) {
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .close-btn-wrapper {
      top: 23px !important;
      left: -10px !important;
      width: 12px;
      height: 12px; } }
  .yotpo-qna-modal-backdrop.yotpo-question-form-modal .close-btn-wrapper::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="black" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L12.7071 11.2929C13.0976 11.6834 13.0976 12.3166 12.7071 12.7071C12.3166 13.0976 11.6834 13.0976 11.2929 12.7071L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 12.7071C-0.0976311 12.3166 -0.0976311 11.6834 0.292893 11.2929L11.2929 0.292893C11.6834 -0.0976315 12.3166 -0.0976315 12.7071 0.292893C13.0976 0.683417 13.0976 1.31658 12.7071 1.70711L1.70711 12.7071C1.31658 13.0976 0.683417 13.0976 0.292893 12.7071Z" /></svg>');
    background-repeat: no-repeat;
    background-size: contain; }

.yotpo-qna-modal-backdrop.yotpo-question-form-modal .btn-close {
  opacity: 0;
  width: 1.2rem !important;
  height: 1.2rem !important;
  color: black; }
  @media screen and (max-width: 767px) {
    .yotpo-qna-modal-backdrop.yotpo-question-form-modal .btn-close {
      width: 10px;
      height: 10px; } }

.yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content {
  min-height: auto; }

.yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper {
  width: auto; }
  .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
    min-height: auto;
    width: 50%; }

.yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form {
  content: " ";
  width: 100%; }
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content {
    min-height: auto; }
  .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper {
    flex-direction: row;
    -webkit-flex-direction: row;
    width: auto; }
    @media screen and (max-width: 767px) {
      .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
      min-height: auto;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email {
          width: 100%; } }

.comparTableCustom {
  overflow-x: auto; }

.compareTable-row th {
  width: 32rem; }
  @media screen and (max-width: 1023px) {
    .compareTable-row th {
      width: 240px; } }
  @media screen and (max-width: 1023px) {
    .compareTable-row th:first-child {
      width: 0; } }

.compareTable-removeProduct {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: Center;
  -moz-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  align-items: Center;
  height: 2.6rem;
  width: 2.6rem;
  padding: 0.8rem;
  background-color: black; }
  @media screen and (max-width: 1023px) {
    .compareTable-removeProduct {
      height: 20px;
      width: 20px;
      padding: 6px; } }
  .compareTable-removeProduct:hover {
    background-color: #ed0000; }
    .compareTable-removeProduct:hover .icon {
      fill: white; }
  .compareTable-removeProduct .icon {
    fill: white;
    height: 100%;
    width: 100%;
    margin-top: 0; }

.compareTable-product {
  padding-top: 2.4rem;
  padding-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .compareTable-product {
      padding-top: 10px; } }
  .compareTable-product .card {
    border: 0; }
    .compareTable-product .card:hover::after {
      display: none; }
    .compareTable-product .card-figure:hover .card-img-container {
      opacity: 1;
      filter: none;
      -webkit-filter: none;
      -webkit-backdrop-filter: none; }
    .compareTable-product .card-text {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 1rem;
      letter-spacing: -0.036em; }
      @media screen and (max-width: 1279px) {
        .compareTable-product .card-text {
          font-size: 10px; } }
      @media screen and (max-width: 767px) {
        .compareTable-product .card-text {
          font-size: 8px; } }
      .compareTable-product .card-text a {
        color: #666666; }
        .compareTable-product .card-text a:hover {
          color: #ed0000; }
    @media screen and (max-width: 1279px) {
      .compareTable-product .card .price-section {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .compareTable-product .card .price-section {
        font-size: 14px;
        text-align: start; } }
    .compareTable-product .card .price-section + .price-section {
      margin-top: 0.6rem; }

.compareTable-heading {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.compareTable-action {
  padding-bottom: 2.4rem; }

.compareTable-item {
  padding-top: 2.4rem;
  padding-bottom: 2.2rem; }
  @media screen and (max-width: 1023px) {
    .compareTable-item {
      padding-top: 6rem; } }

/*Slidcart Tab*/
.mini-cart .tab-container {
  max-width: 600px;
  margin: auto;
  height: 100%; }

.mini-cart .tab-buttons {
  display: flex;
  margin: 2rem 4rem;
  background: #EAEAEA;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.4rem;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .mini-cart .tab-buttons {
      margin: 20px 30px; } }
  @media screen and (max-width: 767px) {
    .mini-cart .tab-buttons {
      margin: 20px; } }

.mini-cart .tab-button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  width: calc(100% / 2 - 0.1rem);
  transition: background 0.3s;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0.7rem;
  padding: 0.7rem 2rem; }
  .mini-cart .tab-button:first-child svg {
    margin-top: -0.2rem; }
  .mini-cart .tab-button svg {
    width: 1.4rem;
    height: 1.5rem;
    fill: black;
    margin-top: -0.3rem;
    margin-right: 0.5rem; }

.mini-cart .offers-pill, .mini-cart .cart-pill {
  background: #ed0000;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 0.7rem;
  margin-top: -0.2rem; }

.mini-cart .tab-button:hover {
  background: black;
  color: white; }
  .mini-cart .tab-button:hover svg {
    fill: white; }

.mini-cart .tab-button.active {
  background: black;
  box-shadow: 0px 2px 10px 0px #2929291A;
  color: white; }
  .mini-cart .tab-button.active svg {
    fill: white; }

.mini-cart .tab-content {
  display: none;
  border-top: 0.1rem solid #e1e1e1;
  padding: 0 4rem 2rem;
  overflow: auto;
  height: calc(100% - 18.3rem); }
  @media screen and (max-width: 1023px) {
    .mini-cart .tab-content {
      padding: 0 30px 20px; } }
  @media screen and (max-width: 767px) {
    .mini-cart .tab-content {
      padding: 0 20px 20px; } }
  .mini-cart .tab-content .cart-title {
    margin-bottom: 0; }
  .mini-cart .tab-content .cart-image {
    padding: 1rem; }

.mini-cart .tab-content.active {
  display: block; }

/*Slide Cart Light box*/
.popup-container {
  max-width: 700px;
  margin: auto;
  position: relative; }

#open-lightbox {
  padding: 10px 20px;
  font-size: 16px; }

.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000; }

.lightbox {
  background: white;
  width: 100%;
  /* Fill parent container width */
  max-width: 100%;
  margin: 100px auto;
  padding: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 6px; }

.lightbox-header,
.lightbox-footer {
  padding: 3rem 4rem 2.5rem;
  border-bottom: 1px solid #636363; }
  @media screen and (max-width: 1023px) {
    .lightbox-header,
    .lightbox-footer {
      padding: 30px 30px 25px; } }
  @media screen and (max-width: 767px) {
    .lightbox-header,
    .lightbox-footer {
      padding: 30px 20px; } }

.lightbox-header {
  text-align: center; }
  .lightbox-header .gift-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #F5F5F5;
    margin: 0 auto 1.5rem; }
    .lightbox-header .gift-icon svg {
      width: 2.4rem;
      height: 2.4rem;
      fill: #ed0000; }
  .lightbox-header .close-btn {
    position: absolute;
    top: 2.2rem;
    right: 2.3rem;
    font-size: 3rem;
    line-height: 1.5rem; }
    .lightbox-header .close-btn svg {
      height: 1.4rem;
      width: 1.4rem; }
      .lightbox-header .close-btn svg:hover {
        fill: #ed0000; }
  .lightbox-header .heading {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
    .lightbox-header .heading .dynamic-free-gift {
      color: #ed0000; }
  .lightbox-header .text {
    font-size: 1.4rem; }

.close-btn {
  font-size: 2.4rem;
  cursor: pointer; }

.lightbox-body {
  padding: 2rem 2.5rem;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 27rem); }
  @media screen and (max-width: 1023px) {
    .lightbox-body {
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .lightbox-body {
      height: calc(100% - 29rem); } }
  .lightbox-body .product-box:first-child {
    padding-top: 0; }
  .lightbox-body .product-box:last-child {
    padding-bottom: 0; }

.product-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0.1rem solid #E1E1E1;
  padding: 2.2rem 0; }
  .product-box:first-child {
    border-top: 0; }
    @media screen and (max-width: 1023px) {
      .product-box:first-child {
        padding-top: 0; } }
  .product-box.has-option .product-image .cart-item-image {
    max-height: 6rem;
    max-width: 6rem;
    object-fit: contain; }
  .product-box input {
    appearance: none;
    border-radius: 0.6rem;
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid black;
    transition: none;
    margin-right: 0.5rem;
    position: relative;
    top: 0.4rem; }
  .product-box input:checked {
    background: #ed0000;
    border-color: #ed0000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7' fill='none'%3E%3Cpath d='M1 3L3 5L7 1' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center; }

.product-image {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.product-body {
  width: calc(100% - 10rem);
  padding-left: 2rem; }
  @media screen and (max-width: 767px) {
    .product-body {
      padding-left: 10px; } }

.product-brand {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  color: #666666; }

.product-name {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 8rem;
  text-transform: none;
  color: black; }
  .product-name:hover {
    color: #ed0000; }
  @media screen and (max-width: 1023px) {
    .product-name {
      padding-right: 0; } }

.product-mini-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.2rem; }
  @media screen and (max-width: 413px) {
    .product-mini-item-quantity {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .product-mini-item-quantity .price-section {
    margin-left: auto;
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0.3rem; }
    @media screen and (max-width: 413px) {
      .product-mini-item-quantity .price-section {
        margin-top: 10px;
        justify-content: flex-start;
        margin-left: 0;
        width: 100%; } }
    .product-mini-item-quantity .price-section .product-price {
      font-size: 1.4rem;
      font-weight: 400;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      color: #9B9B9B;
      text-decoration: line-through; }
    .product-mini-item-quantity .price-section .free-product {
      font-size: 1.2rem;
      font-weight: 700;
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      color: black;
      background: #FFE4E4;
      padding: 0.6rem 1.5rem;
      border-radius: 5em;
      text-transform: uppercase;
      line-height: 1.3rem;
      margin-left: 1.2rem; }
  .product-mini-item-quantity .form-field, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating,
  .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content,
  .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name,
  .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email {
    margin-bottom: 0; }
    .product-mini-item-quantity .form-field .form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating .form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content .form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline .form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name .form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email .form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email .form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .form-label, .product-mini-item-quantity .form-field #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email #InStockNotifyOutOfStock, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email #InStockNotifyOutOfStock, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email #InStockNotifyOutOfStock, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email #InStockNotifyOutOfStock, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email #InStockNotifyOutOfStock, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email #InStockNotifyOutOfStock, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name #InStockNotifyOutOfStock, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email #InStockNotifyOutOfStock, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email #InStockNotifyOutOfStock, .product-mini-item-quantity .form-field .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .form-field .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating .yotpo-star-rating-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-star-rating .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content .yotpo-star-rating-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-content .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline .yotpo-star-rating-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-new-review-headline .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name .yotpo-star-rating-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email .yotpo-star-rating-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-star-rating-wrapper .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .form-field .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .form-field .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-star-rating .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-content .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-new-review-headline .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-input-wrapper .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .form-field .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .product-mini-item-quantity .form-field .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-star-rating .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-content .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .product-mini-item-quantity .yotpo-new-review-headline .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-name .yotpo-form-label, .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .product-mini-item-quantity .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-new-review-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-question-content .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .product-mini-item-quantity .yotpo-question-content .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-name .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .product-mini-item-quantity .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-input-wrapper .yotpo-form-label, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-question-form .yotpo-name-email-wrapper .product-mini-item-quantity .yotpo-question-email .yotpo-form-label {
      font-size: 1.2rem;
      font-weight: 500;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      margin-bottom: 0.8rem; }
  .product-mini-item-quantity [data-product-attributes-wrapper] .form-option-wrapper {
    margin-top: 0.5rem;
    margin-right: 0.6rem;
    max-width: 3rem; }
    .product-mini-item-quantity [data-product-attributes-wrapper] .form-option-wrapper .form-option-swatch {
      border-radius: 0.6rem;
      margin-bottom: 0;
      overflow: hidden;
      vertical-align: middle; }
      .product-mini-item-quantity [data-product-attributes-wrapper] .form-option-wrapper .form-option-swatch.unavailable::before {
        top: 1.2rem;
        left: -0.4rem; }
    .product-mini-item-quantity [data-product-attributes-wrapper] .form-option-wrapper .form-option-swatch-label {
      display: none; }
  .product-mini-item-quantity [data-product-attributes-wrapper] .form-radio:checked + .form-option .swatch-inner:after {
    display: none; }
  .product-mini-item-quantity [data-product-attributes-wrapper] .swatch-inner {
    padding: 0.5rem !important; }
    .product-mini-item-quantity [data-product-attributes-wrapper] .swatch-inner .form-option-variant {
      width: 2rem;
      height: 2rem; }
  .product-mini-item-quantity [data-product-attributes-wrapper] .form-option-expanded {
    display: none !important; }
  .product-mini-item-quantity [data-product-attributes-wrapper] .form-radio {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute; }

.product-list {
  list-style: none;
  padding: 0; }

.product-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee; }

.lightbox-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 0.1rem solid #636363;
  padding: 2.5rem;
  border-bottom: 0; }

.action-btn {
  width: 100%; }

#lightbox {
  display: none; }
  #lightbox.open {
    display: block; }

.cart-body-container .cart-product {
  height: 100%; }

.cart-body-container .dh-cart-content {
  height: 100%; }
  .cart-body-container .dh-cart-content .mini-cart {
    display: block;
    height: 100%;
    height: calc(100% - 12.8rem); }
    @media screen and (max-width: 767px) {
      .cart-body-container .dh-cart-content .mini-cart {
        height: calc(100% - 123px); } }
  .cart-body-container .dh-cart-content .lightbox-overlay {
    background: rgba(136, 62, 62, 0.6); }
  .cart-body-container .dh-cart-content .lightbox {
    margin: 0 2rem;
    width: auto;
    border-radius: 1rem;
    box-shadow: none;
    overflow: hidden;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    height: calc(100% - 20rem); }
    @media only screen and (max-width: 1599px) {
      .cart-body-container .dh-cart-content .lightbox {
        height: calc(100% - 5rem); } }
    .cart-body-container .dh-cart-content .lightbox > div {
      height: 100%; }

.cart-body-container .alertBox {
  margin-bottom: 0; }

.cart-coupon-frm {
  border-top: .1rem solid #636363;
  padding: 1.5rem 4rem;
  margin-top: -0.1rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .cart-coupon-frm {
      padding: 10px 20px; } }
  .cart-coupon-frm .label-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .cart-coupon-frm .label-inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .cart-coupon-frm .form-field, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-star-rating, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .cart-coupon-frm .yotpo-new-review-star-rating,
  .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-content, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .cart-coupon-frm .yotpo-new-review-content,
  .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-new-review-headline, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .cart-coupon-frm .yotpo-new-review-headline, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-new-review-name,
  .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-new-review-email, .cart-coupon-frm .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .cart-coupon-frm .yotpo-question-content, .cart-coupon-frm .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .cart-coupon-frm .yotpo-question-content, .cart-coupon-frm .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .cart-coupon-frm .yotpo-question-content, .cart-coupon-frm .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .cart-coupon-frm .yotpo-question-content, .cart-coupon-frm .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-name, .cart-coupon-frm .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-laptop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-email, .cart-coupon-frm .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-name, .cart-coupon-frm .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-m .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-email, .cart-coupon-frm .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-name, .cart-coupon-frm .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-desktop .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-email, .cart-coupon-frm .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-name, .cart-coupon-frm .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-display-l .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-email, .cart-coupon-frm .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .cart-coupon-frm .yotpo-question-content, .cart-coupon-frm .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-question-content, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .cart-coupon-frm .yotpo-question-content, .cart-coupon-frm .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-name, .cart-coupon-frm .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-email, .cart-coupon-frm .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-name, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-name, .cart-coupon-frm .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-question-email, .yotpo-device-tablet .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .cart-coupon-frm .yotpo-question-email {
    margin-bottom: 0; }
  .cart-coupon-frm .coupons-toggle {
    width: 2.5rem;
    height: 2.5rem;
    background: #F0F0F0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 100%;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .cart-coupon-frm .coupons-toggle {
        order: 2; } }
    .cart-coupon-frm .coupons-toggle:hover {
      background: #ed0000; }
      .cart-coupon-frm .coupons-toggle:hover::before, .cart-coupon-frm .coupons-toggle:hover::after {
        background: white; }
    .cart-coupon-frm .coupons-toggle.active:after {
      opacity: 0; }
    .cart-coupon-frm .coupons-toggle::before, .cart-coupon-frm .coupons-toggle::after {
      content: "";
      position: absolute;
      right: 0.8rem;
      top: 1.2rem;
      margin: auto;
      background: black;
      transition: ease-in-out 200ms; }
    .cart-coupon-frm .coupons-toggle::before {
      width: 0.9rem;
      height: 0.1rem; }
    .cart-coupon-frm .coupons-toggle::after {
      height: 0.9rem;
      width: 0.1rem;
      right: 1.2rem;
      top: 0.8rem; }
  .cart-coupon-frm .form-label, .cart-coupon-frm #InStockNotifyOutOfStock, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .cart-coupon-frm .yotpo-form-label, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-coupon-frm .yotpo-form-label, .cart-coupon-frm .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-coupon-frm .yotpo-form-label {
    font-size: 1.2rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .cart-coupon-frm .form-label, .cart-coupon-frm #InStockNotifyOutOfStock, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-star-rating-wrapper .cart-coupon-frm .yotpo-form-label, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-coupon-frm .yotpo-form-label, .cart-coupon-frm .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-form-label, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-coupon-frm .yotpo-form-label {
        order: 1; } }
  .cart-coupon-frm .form-input, .cart-coupon-frm .select2-search--dropdown .select2-search__field, .select2-search--dropdown .cart-coupon-frm .select2-search__field, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-coupon-frm textarea, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-coupon-frm .yotpo-new-input-container, .cart-coupon-frm .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-coupon-frm .yotpo-new-input-container, .cart-coupon-frm .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-coupon-frm textarea {
    border: 0; }
  @media screen and (max-width: 767px) {
    .cart-coupon-frm .button, .cart-coupon-frm #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-coupon-frm button, .cart-coupon-frm body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-coupon-frm .snize-view-all-link, .cart-coupon-frm body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-coupon-frm .snize-popular-suggestions-view-all-products-text, .cart-coupon-frm body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cart-coupon-frm div.snize-popular-suggestions-view-all-products-text, .cart-coupon-frm .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-coupon-frm .snize-button,
    .cart-coupon-frm .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-coupon-frm .snize-button, .cart-coupon-frm body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-coupon-frm button.snize-product-filters-show-products, .cart-coupon-frm body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-coupon-frm button.snize-product-filters-reset-all, .cart-coupon-frm .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-coupon-frm .yotpo-new-review-submit, .cart-coupon-frm .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-coupon-frm .yotpo-question-submit {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .cart-coupon-frm .cpc-error-msg {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-top: 0;
    color: #cc4749; }
    .cart-coupon-frm .cpc-error-msg::before {
      position: relative;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
      background-size: 100%;
      content: "";
      display: inline-block;
      left: -0.125rem;
      margin-right: 0.0625rem;
      width: 1rem;
      height: 1rem;
      top: 0.1rem; }

.cart-coupon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 0;
  border-radius: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .cart-coupon-wrap {
      width: 100%;
      order: 3;
      margin-top: 10px; } }
  .cart-coupon-wrap .form-input, .cart-coupon-wrap .select2-search--dropdown .select2-search__field, .select2-search--dropdown .cart-coupon-wrap .select2-search__field, .cart-coupon-wrap .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper textarea, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-coupon-wrap textarea, .cart-coupon-wrap .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-reviews-main-widget .yotpo-review-form-modal .yotpo-input-wrapper .cart-coupon-wrap .yotpo-new-input-container, .cart-coupon-wrap .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .yotpo-new-input-container, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-coupon-wrap .yotpo-new-input-container, .cart-coupon-wrap .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper textarea, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-input-wrapper .cart-coupon-wrap textarea {
    border: 0.1rem solid #C9C9C9;
    border-radius: 5em;
    padding: 0.5rem 1.2rem;
    font-size: 1.1rem;
    min-width: 16.6rem; }
  .cart-coupon-wrap .button, .cart-coupon-wrap #consent-manager .css-1wn42nw button, #consent-manager .css-1wn42nw .cart-coupon-wrap button, .cart-coupon-wrap body .snize-ac-results .snize-view-all-link, body .snize-ac-results .cart-coupon-wrap .snize-view-all-link, .cart-coupon-wrap body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text, body .snize-ac-results .snize-nothing-found .cart-coupon-wrap .snize-popular-suggestions-view-all-products-text, .cart-coupon-wrap body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text, body .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .cart-coupon-wrap div.snize-popular-suggestions-view-all-products-text, .cart-coupon-wrap .cate-page #snize-search-results-grid-mode li.snize-product .snize-button, .cate-page #snize-search-results-grid-mode li.snize-product .cart-coupon-wrap .snize-button,
  .cart-coupon-wrap .snize-results-page #snize-search-results-grid-mode li.snize-product .snize-button, .snize-results-page #snize-search-results-grid-mode li.snize-product .cart-coupon-wrap .snize-button, .cart-coupon-wrap body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-coupon-wrap button.snize-product-filters-show-products, .cart-coupon-wrap body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all, body #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .cart-coupon-wrap button.snize-product-filters-reset-all, .cart-coupon-wrap .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .yotpo-new-review-submit, .yotpo-reviews-main-widget .yotpo-review-form-modal.modal-backdrop .yotpo-review-form .form-footer .cart-coupon-wrap .yotpo-new-review-submit, .cart-coupon-wrap .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit, .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .cart-coupon-wrap .yotpo-question-submit {
    font-size: 1.2rem;
    padding: 0.6rem 3.3rem 0.4rem;
    line-height: 1.3rem;
    margin-left: 0.3rem; }

.cpc-error-msg {
  position: absolute;
  bottom: 0.2rem;
  font-size: 0.8rem;
  left: 17rem; }
  @media screen and (max-width: 767px) {
    .cpc-error-msg {
      order: 4;
      position: inherit; } }
  .cpc-error-msg::before {
    width: 0.8rem;
    height: 0.8rem; }

.cart-sliding-block.coupon-applied .cart-body-container {
  height: calc(100% - 29.4rem); }
  @media screen and (max-width: 767px) {
    .cart-sliding-block.coupon-applied .cart-body-container {
      height: calc(100% - 275px); } }
  .cart-sliding-block.coupon-applied .cart-body-container .dh-cart-content .mini-cart {
    height: 100%; }

.cart-sliding-block.coupon-applied .cart-mini-footer {
  position: relative;
  z-index: 1;
  margin-top: -0.1rem; }

@media screen and (max-width: 767px) {
  .cart-sliding-block.coupon-toggle-open .cart-body-container {
    height: calc(100% - 310px); } }

@media screen and (max-width: 767px) {
  .cart-sliding-block.condition-1-error .cart-body-container {
    height: calc(100% - 323px); } }

.cart-sliding-block.condition-3-coupon-removed .dh-cart-content {
  height: calc(100% - 3.6rem); }
  @media screen and (max-width: 767px) {
    .cart-sliding-block.condition-3-coupon-removed .dh-cart-content {
      height: calc(100% - 35px); } }
  .cart-sliding-block.condition-3-coupon-removed .dh-cart-content .mini-cart {
    height: calc(100% - 12.8rem); }
    @media screen and (max-width: 767px) {
      .cart-sliding-block.condition-3-coupon-removed .dh-cart-content .mini-cart {
        height: calc(100% - 124px); } }

.cart-heading {
  border-bottom: 0.1rem solid #e5e5e5; }

.popular1,
.lowproduct1,
.new1 {
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 0.4rem 0 0.3rem;
  margin-top: 0.6rem; }

.popular1 {
  color: #CA2341;
  background: #FFE4E4;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  word-wrap: normal; }

.lowproduct1 {
  color: #BE4501;
  background: #FFECE1;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  word-wrap: normal; }

.new1 {
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  right: -1.2rem;
  border-radius: 0;
  margin: 0;
  width: 4.4rem;
  transform: rotate(45deg);
  color: #00386C;
  background: #C2EDFF; }

.swatch-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .swatch-inner:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.9rem; }

[data-cart-item-add] .swatch-inner {
  padding: 0.5rem; }
  @media screen and (max-width: 1023px) {
    [data-cart-item-add] .swatch-inner {
      padding: 16%; } }

[data-cart-item-add] .form-radio:checked + .form-option .swatch-inner:after,
[data-product-attributes-wrapper] .form-radio:checked + .form-option .swatch-inner:after {
  border: 0.1rem solid #ed0000; }

[data-product-attributes-wrapper] .form-option-swatch .swatch-inner {
  padding: 1.4rem; }
  @media screen and (max-width: 767px) {
    [data-product-attributes-wrapper] .form-option-swatch .swatch-inner {
      padding: 13px; } }

.cart-body-container .card-block {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.mini-cart .productView-info-bulkPricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem; }

.mini-cart .bulk-discount-btn-inner {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  padding: 0.9rem 1.2rem;
  border-radius: 1rem;
  color: white;
  background-color: #ed0000; }
  .mini-cart .bulk-discount-btn-inner span {
    font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .mini-cart .bulk-discount-btn-inner:hover {
      background-color: black; } }
  .mini-cart .bulk-discount-btn-inner.active1 {
    display: none; }

.mini-cart .bulk-discount-btn:has(.active1) {
  display: none; }

.cart-sliding-block.condition-2-coupon-applied:has(.cart-gift-purchase-section:not(.hide-section)) .cart-body-container .dh-cart-content .mini-cart {
  height: calc(100% - 15rem); }
  @media screen and (max-width: 767px) {
    .cart-sliding-block.condition-2-coupon-applied:has(.cart-gift-purchase-section:not(.hide-section)) .cart-body-container .dh-cart-content .mini-cart {
      height: calc(100% - 140px); } }

.cart-sliding-block.condition-3-coupon-removed:has(.cart-gift-purchase-section:not(.hide-section)) .dh-cart-content .mini-cart {
  height: calc(100% - 27.8rem); }
  @media screen and (max-width: 767px) {
    .cart-sliding-block.condition-3-coupon-removed:has(.cart-gift-purchase-section:not(.hide-section)) .dh-cart-content .mini-cart {
      height: calc(100% - 264px); } }

.cart-body-container:has(.cart-gift-purchase-section:not(.hide-section)) .dh-cart-content .mini-cart {
  height: calc(100% - 27.8rem); }

.cart-gift-purchase-section {
  height: 15rem;
  overflow-y: auto;
  padding: 2.5rem 0 1.2rem;
  border-top: 0.1rem solid #e5e5e5;
  position: relative;
  top: -0.1rem; }
  @media screen and (max-width: 767px) {
    .cart-gift-purchase-section {
      height: 140px; } }
  .cart-gift-purchase-section .product-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.2rem 4rem;
    border-bottom: 0.1rem solid #e5e5e5; }
    @media screen and (max-width: 767px) {
      .cart-gift-purchase-section .product-box {
        padding: 10px 30px; } }
    .cart-gift-purchase-section .product-box:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
  .cart-gift-purchase-section.hide-section {
    display: none; }
  .cart-gift-purchase-section .product-image {
    width: 6rem;
    height: 6rem; }
    .cart-gift-purchase-section .product-image img {
      width: 100%;
      object-fit: contain; }
  .cart-gift-purchase-section .product-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .cart-gift-purchase-section .product-name {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    width: calc(100% - 8.6rem);
    padding: 0 1rem; }
  .cart-gift-purchase-section .product-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 2.6rem;
    height: 2.6rem;
    background-color: #ed0000;
    border-radius: 0.8rem;
    font-size: 0;
    line-height: 0; }
    .cart-gift-purchase-section .product-button:hover {
      background: black; }
    .cart-gift-purchase-section .product-button svg {
      fill: white; }

.cart-gift-title {
  font-size: 1.6rem;
  text-transform: none;
  margin-bottom: 0.8rem;
  padding: 0 4rem; }
  @media screen and (max-width: 767px) {
    .cart-gift-title {
      padding: 0 30px; } }

#free-gift-type1, #free-gift-type2 {
  background: #F2F2F2;
  border-radius: 5em;
  padding: 0.3rem 1.2rem 0.3rem 0.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1rem;
  color: black;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  width: max-content; }
  #free-gift-type1:hover, #free-gift-type2:hover {
    background: black;
    color: white; }
  #free-gift-type1 span, #free-gift-type2 span {
    width: 1.9rem;
    height: 1.9rem;
    background: #ed0000;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 0.9rem; }
    #free-gift-type1 span svg, #free-gift-type2 span svg {
      width: 1.1rem;
      height: 1.1rem;
      fill: white; }

.cart-body .offerText {
  font-size: 1.2rem;
  font-weight: 400; }
  .cart-body .offerText .price-cal {
    font-weight: 700;
    color: #ed0000; }

.cart-body .offer-avail #free-gift-type1, .cart-body .offer-avail #free-gift-type2 {
  float: left;
  margin-top: 1rem; }

.cart-body .offer-avail div {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: black;
  background: #FFE4E4;
  padding: 0.6rem 1.5rem;
  border-radius: 5em;
  text-transform: uppercase;
  line-height: 1.3rem;
  margin-left: 0;
  width: max-content;
  float: right;
  margin-top: 1rem; }

.cart-mini-item-quantity .cart-item-value.price--discounted {
  font-weight: 700;
  color: #ABABAB; }
  @media screen and (max-width: 1023px) {
    .cart-mini-item-quantity .cart-item-value.price--discounted {
      vertical-align: bottom; } }

.free-shipping {
  padding: 1.2rem 4rem;
  border-bottom: 0.1rem solid #636363; }
  @media screen and (max-width: 1023px) {
    .free-shipping {
      padding: 12px 30px; } }
  @media screen and (max-width: 767px) {
    .free-shipping {
      padding: 12px 20px; } }
  .free-shipping.width-0 {
    display: block; }
  .free-shipping .shipping-message {
    font-size: 1.4rem;
    margin-bottom: 1.9rem;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 0; }
    .free-shipping .shipping-message b {
      font-weight: 700;
      color: #ed0000; }
  .free-shipping .shipping-progressbar {
    border: 0;
    background: #FFE4E4;
    height: 1rem;
    width: 100%;
    display: block;
    border-radius: 0.6rem;
    position: relative;
    margin-bottom: 4.6rem; }
    .free-shipping .shipping-progressbar.free-gift2-disabled .get-free-gift {
      right: -3.2rem !important; }
      @media screen and (max-width: 1023px) {
        .free-shipping .shipping-progressbar.free-gift2-disabled .get-free-gift {
          right: -1.4rem !important; }
          .free-shipping .shipping-progressbar.free-gift2-disabled .get-free-gift .icon {
            margin-left: 3.4rem; } }
  .free-shipping .loading-area {
    background: #ed0000;
    height: 100%;
    border-radius: 6rem  0 0 6rem;
    overflow: hidden; }
  .free-shipping.has-free-shipping .shipping-message {
    opacity: 0;
    margin-bottom: 0; }
  .free-shipping.has-free-shipping .loading-area {
    border-radius: 6rem; }

.get-free-shipping,
.get-free-gift {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.5rem; }
  .get-free-shipping span + span,
  .get-free-gift span + span {
    font-size: 1.1rem;
    font-weight: 400; }
  .get-free-shipping .icon,
  .get-free-gift .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: white;
    border: 0.1rem solid #ed0000;
    border-radius: 50%;
    margin: 0 0 0.7rem; }
    .get-free-shipping .icon svg,
    .get-free-gift .icon svg {
      fill: #ed0000; }

.get-free-shipping {
  left: calc(5% - 2.8rem); }
  .get-free-shipping .icon svg {
    width: 1.4rem;
    height: 1.1rem; }

.get-free-gift {
  right: -1.4rem; }
  .get-free-gift .icon svg {
    width: 1.8rem;
    height: 1.8rem; }

.cart-coupon-frm {
  display: block !important; }

.cart-body-container .dh-cart-content .mini-cart {
  height: 100%; }

.cart-sliding-block:has(.cart-gift-purchase-section:not(.hide-section)) .cart-body-container .dh-cart-content .mini-cart {
  height: calc(100% - 15rem); }
  @media screen and (max-width: 767px) {
    .cart-sliding-block:has(.cart-gift-purchase-section:not(.hide-section)) .cart-body-container .dh-cart-content .mini-cart {
      height: calc(100% - 140px); } }

.get-free-shipping,
.get-free-gift {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -1rem;
  transform: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.5rem; }
  .get-free-shipping.step-done .icon,
  .get-free-gift.step-done .icon {
    background: #ed0000;
    border-color: black;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4L3.66667 7L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center; }
    .get-free-shipping.step-done .icon svg,
    .get-free-gift.step-done .icon svg {
      display: none; }
  .get-free-shipping span + span,
  .get-free-gift span + span {
    font-size: 1.1rem;
    font-weight: 400; }
  .get-free-shipping .icon,
  .get-free-gift .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: white;
    border: 0.1rem solid #ed0000;
    border-radius: 50%;
    margin: 0 0 0.7rem; }
    .get-free-shipping .icon svg,
    .get-free-gift .icon svg {
      fill: #ed0000; }

.get-free-shipping {
  left: 23.4%; }
  .get-free-shipping .icon {
    margin-left: -1rem; }
    .get-free-shipping .icon svg {
      width: 1.4rem;
      height: 1.1rem; }

.get-free-gift {
  right: -1.5rem; }
  .get-free-gift .icon svg {
    width: 1.8rem;
    height: 1.8rem; }

/*Confetti*/
.confetti-canvas {
  position: absolute;
  top: 0;
  z-index: -1; }
