/*
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

#pixel-pdp *, #pixel-pdp ::before, #pixel-pdp ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

#pixel-pdp ::before, #pixel-pdp ::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

#pixel-pdp {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

#pixel-pdp {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

#pixel-pdp hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

#pixel-pdp abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

#pixel-pdp h1, #pixel-pdp h2, #pixel-pdp h3, #pixel-pdp h4, #pixel-pdp h5, #pixel-pdp h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

#pixel-pdp a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

#pixel-pdp b, #pixel-pdp strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

#pixel-pdp code, #pixel-pdp kbd, #pixel-pdp samp, #pixel-pdp pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

#pixel-pdp small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

#pixel-pdp sub, #pixel-pdp sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#pixel-pdp sub {
  bottom: -0.25em;
}

#pixel-pdp sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

#pixel-pdp table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

#pixel-pdp button, #pixel-pdp input, #pixel-pdp optgroup, #pixel-pdp select, #pixel-pdp textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

#pixel-pdp button, #pixel-pdp select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

#pixel-pdp button, #pixel-pdp [type='button'], #pixel-pdp [type='reset'], #pixel-pdp [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

#pixel-pdp :-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

#pixel-pdp :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

#pixel-pdp progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

#pixel-pdp ::-webkit-inner-spin-button, #pixel-pdp ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

#pixel-pdp [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

#pixel-pdp ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

#pixel-pdp ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

#pixel-pdp summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

#pixel-pdp blockquote, #pixel-pdp dl, #pixel-pdp dd, #pixel-pdp h1, #pixel-pdp h2, #pixel-pdp h3, #pixel-pdp h4, #pixel-pdp h5, #pixel-pdp h6, #pixel-pdp hr, #pixel-pdp figure, #pixel-pdp p, #pixel-pdp pre {
  margin: 0;
}

#pixel-pdp fieldset {
  margin: 0;
  padding: 0;
}

#pixel-pdp legend {
  padding: 0;
}

#pixel-pdp ol, #pixel-pdp ul, #pixel-pdp menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
#pixel-pdp dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

#pixel-pdp textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

#pixel-pdp input::-moz-placeholder, #pixel-pdp textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

#pixel-pdp input::placeholder, #pixel-pdp textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

#pixel-pdp button, #pixel-pdp [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
#pixel-pdp :disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

#pixel-pdp img, #pixel-pdp svg, #pixel-pdp video, #pixel-pdp canvas, #pixel-pdp audio, #pixel-pdp iframe, #pixel-pdp embed, #pixel-pdp object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

#pixel-pdp img, #pixel-pdp video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
#pixel-pdp [hidden] {
  display: none;
}

#pixel-pdp [type='text'], #pixel-pdp input:where(:not([type])), #pixel-pdp [type='email'], #pixel-pdp [type='url'], #pixel-pdp [type='password'], #pixel-pdp [type='number'], #pixel-pdp [type='date'], #pixel-pdp [type='datetime-local'], #pixel-pdp [type='month'], #pixel-pdp [type='search'], #pixel-pdp [type='tel'], #pixel-pdp [type='time'], #pixel-pdp [type='week'], #pixel-pdp [multiple], #pixel-pdp textarea, #pixel-pdp select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

#pixel-pdp [type='text']:focus, #pixel-pdp input:where(:not([type])):focus, #pixel-pdp [type='email']:focus, #pixel-pdp [type='url']:focus, #pixel-pdp [type='password']:focus, #pixel-pdp [type='number']:focus, #pixel-pdp [type='date']:focus, #pixel-pdp [type='datetime-local']:focus, #pixel-pdp [type='month']:focus, #pixel-pdp [type='search']:focus, #pixel-pdp [type='tel']:focus, #pixel-pdp [type='time']:focus, #pixel-pdp [type='week']:focus, #pixel-pdp [multiple]:focus, #pixel-pdp textarea:focus, #pixel-pdp select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

#pixel-pdp input::-moz-placeholder, #pixel-pdp textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

#pixel-pdp input::placeholder, #pixel-pdp textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

#pixel-pdp ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

#pixel-pdp ::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

#pixel-pdp ::-webkit-datetime-edit {
  display: inline-flex;
}

#pixel-pdp ::-webkit-datetime-edit, #pixel-pdp ::-webkit-datetime-edit-year-field, #pixel-pdp ::-webkit-datetime-edit-month-field, #pixel-pdp ::-webkit-datetime-edit-day-field, #pixel-pdp ::-webkit-datetime-edit-hour-field, #pixel-pdp ::-webkit-datetime-edit-minute-field, #pixel-pdp ::-webkit-datetime-edit-second-field, #pixel-pdp ::-webkit-datetime-edit-millisecond-field, #pixel-pdp ::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

#pixel-pdp select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

#pixel-pdp [multiple], #pixel-pdp [size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

#pixel-pdp [type='checkbox'], #pixel-pdp [type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

#pixel-pdp [type='checkbox'] {
  border-radius: 0px;
}

#pixel-pdp [type='radio'] {
  border-radius: 100%;
}

#pixel-pdp [type='checkbox']:focus, #pixel-pdp [type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

#pixel-pdp [type='checkbox']:checked, #pixel-pdp [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#pixel-pdp [type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  #pixel-pdp [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

#pixel-pdp [type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  #pixel-pdp [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

#pixel-pdp [type='checkbox']:checked:hover, #pixel-pdp [type='checkbox']:checked:focus, #pixel-pdp [type='radio']:checked:hover, #pixel-pdp [type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

#pixel-pdp [type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  #pixel-pdp [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

#pixel-pdp [type='checkbox']:indeterminate:hover, #pixel-pdp [type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

#pixel-pdp [type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

#pixel-pdp [type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

#pixel-pdp *, #pixel-pdp ::before, #pixel-pdp ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

#pixel-pdp ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
#pixel-pdp .container {
  width: 100%;
}
@media (min-width: 640px) {

  #pixel-pdp .container {
    max-width: 640px;
  }
}
#pixel-pdp .absolute {
  position: absolute;
}
#pixel-pdp .relative {
  position: relative;
}
#pixel-pdp .top-5 {
  top: 1.25rem;
}
#pixel-pdp .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#pixel-pdp .mb-1 {
  margin-bottom: 0.25rem;
}
#pixel-pdp .mb-10 {
  margin-bottom: 2.5rem;
}
#pixel-pdp .mb-3 {
  margin-bottom: 0.75rem;
}
#pixel-pdp .mb-4 {
  margin-bottom: 1rem;
}
#pixel-pdp .mb-5 {
  margin-bottom: 1.25rem;
}
#pixel-pdp .mb-6 {
  margin-bottom: 1.5rem;
}
#pixel-pdp .mb-8 {
  margin-bottom: 2rem;
}
#pixel-pdp .mt-6 {
  margin-top: 1.5rem;
}
#pixel-pdp .mt-8 {
  margin-top: 2rem;
}
#pixel-pdp .flex {
  display: flex;
}
#pixel-pdp .h-full {
  height: 100%;
}
#pixel-pdp .w-full {
  width: 100%;
}
#pixel-pdp .max-w-\[270px\] {
  max-width: 270px;
}
#pixel-pdp .max-w-\[280px\] {
  max-width: 280px;
}
#pixel-pdp .max-w-\[300px\] {
  max-width: 300px;
}
#pixel-pdp .max-w-\[340px\] {
  max-width: 340px;
}
#pixel-pdp .max-w-\[350px\] {
  max-width: 350px;
}
#pixel-pdp .max-w-\[360px\] {
  max-width: 360px;
}
#pixel-pdp .max-w-\[370px\] {
  max-width: 370px;
}
#pixel-pdp .max-w-\[430px\] {
  max-width: 430px;
}
#pixel-pdp .max-w-\[440px\] {
  max-width: 440px;
}
#pixel-pdp .max-w-\[480px\] {
  max-width: 480px;
}
#pixel-pdp .max-w-\[490px\] {
  max-width: 490px;
}
#pixel-pdp .max-w-\[520px\] {
  max-width: 520px;
}
#pixel-pdp .max-w-\[550px\] {
  max-width: 550px;
}
#pixel-pdp .max-w-\[610px\] {
  max-width: 610px;
}
#pixel-pdp .flex-wrap {
  flex-wrap: wrap;
}
#pixel-pdp .items-center {
  align-items: center;
}
#pixel-pdp .justify-center {
  justify-content: center;
}
#pixel-pdp .rounded {
  border-radius: 0.25rem;
}
#pixel-pdp .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#pixel-pdp .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
#pixel-pdp .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#pixel-pdp .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
#pixel-pdp .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#pixel-pdp .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#pixel-pdp .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#pixel-pdp .pb-0 {
  padding-bottom: 0px;
}
#pixel-pdp .pb-12 {
  padding-bottom: 3rem;
}
#pixel-pdp .pb-20 {
  padding-bottom: 5rem;
}
#pixel-pdp .pt-10 {
  padding-top: 2.5rem;
}
#pixel-pdp .pt-12 {
  padding-top: 3rem;
}
#pixel-pdp .pt-16 {
  padding-top: 4rem;
}
#pixel-pdp .pt-24 {
  padding-top: 6rem;
}
#pixel-pdp .pt-6 {
  padding-top: 1.5rem;
}
#pixel-pdp .text-center {
  text-align: center;
}
#pixel-pdp .text-right {
  text-align: right;
}
#pixel-pdp .align-middle {
  vertical-align: middle;
}
#pixel-pdp .text-\[20px\] {
  font-size: 20px;
}
#pixel-pdp .text-\[22px\] {
  font-size: 22px;
}
#pixel-pdp .text-\[26px\] {
  font-size: 26px;
}
#pixel-pdp .text-\[28px\] {
  font-size: 28px;
}
#pixel-pdp .font-medium {
  font-weight: 500;
}
#pixel-pdp .leading-7 {
  line-height: 1.75rem;
}
#pixel-pdp .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#pixel-pdp .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* Google Fonts */
/*
 * See: https://fonts.google.com/license/googlerestricted
 */
/* cyrillic */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Google Sans Regular"), local("GoogleSans-Regular"), url(https://fonts.gstatic.com/s/googlesans/v16/4UaGrENHsxJlGDuGo1OIlL3Kwp5eKQtGBlc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Google Sans Regular"), local("GoogleSans-Regular"), url(https://fonts.gstatic.com/s/googlesans/v16/4UaGrENHsxJlGDuGo1OIlL3Nwp5eKQtGBlc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Google Sans Regular"), local("GoogleSans-Regular"), url(https://fonts.gstatic.com/s/googlesans/v16/4UaGrENHsxJlGDuGo1OIlL3Bwp5eKQtGBlc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Google Sans Regular"), local("GoogleSans-Regular"), url(https://fonts.gstatic.com/s/googlesans/v16/4UaGrENHsxJlGDuGo1OIlL3Awp5eKQtGBlc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Google Sans Regular"), local("GoogleSans-Regular"), url(https://fonts.gstatic.com/s/googlesans/v16/4UaGrENHsxJlGDuGo1OIlL3Owp5eKQtG.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Google Sans Medium"), local("GoogleSans-Medium"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLU94Yt3CwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Google Sans Medium"), local("GoogleSans-Medium"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLU94YtwCwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Google Sans Medium"), local("GoogleSans-Medium"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLU94Yt8CwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Google Sans Medium"), local("GoogleSans-Medium"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLU94Yt9CwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Google Sans Medium"), local("GoogleSans-Medium"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLU94YtzCwZsPF4o.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Google Sans Bold"), local("GoogleSans-Bold"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLV154t3CwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Google Sans Bold"), local("GoogleSans-Bold"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLV154twCwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Google Sans Bold"), local("GoogleSans-Bold"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLV154t8CwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Google Sans Bold"), local("GoogleSans-Bold"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLV154t9CwZsPF4oxIs.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Google Sans Bold"), local("GoogleSans-Bold"), url(https://fonts.gstatic.com/s/googlesans/v16/4UabrENHsxJlGDuGo1OIlLV154tzCwZsPF4o.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Framework Bits */
#pixel-pdp {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#pixel-pdp {
  margin: 0;
}

#pixel-pdp article, #pixel-pdp aside, #pixel-pdp footer, #pixel-pdp header, #pixel-pdp nav, #pixel-pdp section {
  display: block;
}

#pixel-pdp h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#pixel-pdp a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#pixel-pdp a:active, #pixel-pdp a:hover {
  outline-width: 0;
}

#pixel-pdp abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

#pixel-pdp b, #pixel-pdp strong {
  font-weight: inherit;
  font-weight: bolder;
}

#pixel-pdp mark {
  background-color: #ff0;
  color: #000;
}

#pixel-pdp small {
  font-size: 80%;
}

#pixel-pdp sub, #pixel-pdp sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#pixel-pdp sub {
  bottom: -0.25em;
}

#pixel-pdp sup {
  top: -0.5em;
}

#pixel-pdp img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
#pixel-pdp svg:not(:root) {
  overflow: hidden;
}

#pixel-pdp button {
  overflow: visible;
}

#pixel-pdp button, #pixel-pdp select {
  /* 1 */
  text-transform: none;
}

#pixel-pdp {
  box-sizing: border-box;
  font-size: 100%;
}

#pixel-pdp *, #pixel-pdp *::before, #pixel-pdp *::after {
  box-sizing: inherit;
}

#pixel-pdp {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#pixel-pdp img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#pixel-pdp button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

#pixel-pdp [data-whatinput=mouse] button {
  outline: 0;
}

#pixel-pdp button, #pixel-pdp input, #pixel-pdp optgroup, #pixel-pdp select, #pixel-pdp textarea {
  font-family: inherit;
}

#pixel-pdp div, #pixel-pdp dl, #pixel-pdp dt, #pixel-pdp dd, #pixel-pdp ul, #pixel-pdp ol, #pixel-pdp li, #pixel-pdp h1, #pixel-pdp h2, #pixel-pdp h3, #pixel-pdp h4, #pixel-pdp h5, #pixel-pdp h6, #pixel-pdp pre, #pixel-pdp form, #pixel-pdp p, #pixel-pdp blockquote, #pixel-pdp th, #pixel-pdp td {
  margin: 0;
  padding: 0;
}

#pixel-pdp p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

#pixel-pdp strong, #pixel-pdp b {
  font-weight: bold;
  line-height: inherit;
}

#pixel-pdp small {
  font-size: 80%;
  line-height: inherit;
}

#pixel-pdp h1, #pixel-pdp .h1, #pixel-pdp h2, #pixel-pdp .h2, #pixel-pdp h3, #pixel-pdp .h3, #pixel-pdp h4, #pixel-pdp .h4, #pixel-pdp h5, #pixel-pdp .h5, #pixel-pdp h6, #pixel-pdp .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

#pixel-pdp h1 small, #pixel-pdp .h1 small, #pixel-pdp h2 small, #pixel-pdp .h2 small, #pixel-pdp h3 small, #pixel-pdp .h3 small, #pixel-pdp h4 small, #pixel-pdp .h4 small, #pixel-pdp h5 small, #pixel-pdp .h5 small, #pixel-pdp h6 small, #pixel-pdp .h6 small {
  line-height: 0;
  color: #cacaca;
}

#pixel-pdp h1, #pixel-pdp .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#pixel-pdp h2, #pixel-pdp .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#pixel-pdp h3, #pixel-pdp .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#pixel-pdp h4, #pixel-pdp .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#pixel-pdp h5, #pixel-pdp .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#pixel-pdp h6, #pixel-pdp .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  #pixel-pdp h1, #pixel-pdp .h1 {
    font-size: 3rem;
  }
  #pixel-pdp h2, #pixel-pdp .h2 {
    font-size: 2.5rem;
  }
  #pixel-pdp h3, #pixel-pdp .h3 {
    font-size: 1.9375rem;
  }
  #pixel-pdp h4, #pixel-pdp .h4 {
    font-size: 1.5625rem;
  }
  #pixel-pdp h5, #pixel-pdp .h5 {
    font-size: 1.25rem;
  }
  #pixel-pdp h6, #pixel-pdp .h6 {
    font-size: 1rem;
  }
}
#pixel-pdp a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer;
}

#pixel-pdp a:hover, #pixel-pdp a:focus {
  color: #258faf;
}

#pixel-pdp a img {
  border: 0;
}

#pixel-pdp .text-left {
  text-align: left;
}

#pixel-pdp .text-right {
  text-align: right;
}

#pixel-pdp .text-center {
  text-align: center;
}

#pixel-pdp .text-justify {
  text-align: justify;
}

#pixel-pdp .clearfix::before, #pixel-pdp .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

#pixel-pdp .clearfix::after {
  clear: both;
}

#pixel-pdp .row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

#pixel-pdp .row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  #pixel-pdp .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pixel-pdp .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
#pixel-pdp .row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

#pixel-pdp .row.expanded {
  max-width: none;
}

#pixel-pdp .row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

#pixel-pdp .row:not(.expanded) .row {
  max-width: none;
}

#pixel-pdp .row.collapse > .column, #pixel-pdp .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

#pixel-pdp .row.is-collapse-child, #pixel-pdp .row.collapse > .column > .row, #pixel-pdp .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

#pixel-pdp .column, #pixel-pdp .columns {
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

#pixel-pdp .column.row.row, #pixel-pdp .row.row.columns {
  float: none;
  display: block;
}

#pixel-pdp .row .column.row.row, #pixel-pdp .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

#pixel-pdp .small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

#pixel-pdp .small-offset-0 {
  margin-left: 0%;
}

#pixel-pdp .small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

#pixel-pdp .small-offset-1 {
  margin-left: 8.33333%;
}

#pixel-pdp .small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

#pixel-pdp .small-offset-2 {
  margin-left: 16.66667%;
}

#pixel-pdp .small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

#pixel-pdp .small-offset-3 {
  margin-left: 25%;
}

#pixel-pdp .small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

#pixel-pdp .small-offset-4 {
  margin-left: 33.33333%;
}

#pixel-pdp .small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

#pixel-pdp .small-offset-5 {
  margin-left: 41.66667%;
}

#pixel-pdp .small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

#pixel-pdp .small-offset-6 {
  margin-left: 50%;
}

#pixel-pdp .small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

#pixel-pdp .small-offset-7 {
  margin-left: 58.33333%;
}

#pixel-pdp .small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

#pixel-pdp .small-offset-8 {
  margin-left: 66.66667%;
}

#pixel-pdp .small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

#pixel-pdp .small-offset-9 {
  margin-left: 75%;
}

#pixel-pdp .small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

#pixel-pdp .small-offset-10 {
  margin-left: 83.33333%;
}

#pixel-pdp .small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

#pixel-pdp .small-offset-11 {
  margin-left: 91.66667%;
}

#pixel-pdp .small-up-1 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-1 > .column, #pixel-pdp .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

#pixel-pdp .small-up-2 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-2 > .column, #pixel-pdp .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

#pixel-pdp .small-up-3 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-3 > .column, #pixel-pdp .small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

#pixel-pdp .small-up-4 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-4 > .column, #pixel-pdp .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

#pixel-pdp .small-up-5 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-5 > .column, #pixel-pdp .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

#pixel-pdp .small-up-6 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-6 > .column, #pixel-pdp .small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

#pixel-pdp .small-up-7 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-7 > .column, #pixel-pdp .small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

#pixel-pdp .small-up-8 {
  flex-wrap: wrap;
}

#pixel-pdp .small-up-8 > .column, #pixel-pdp .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  #pixel-pdp .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #pixel-pdp .medium-offset-0 {
    margin-left: 0%;
  }
  #pixel-pdp .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #pixel-pdp .medium-offset-1 {
    margin-left: 8.33333%;
  }
  #pixel-pdp .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #pixel-pdp .medium-offset-2 {
    margin-left: 16.66667%;
  }
  #pixel-pdp .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #pixel-pdp .medium-offset-3 {
    margin-left: 25%;
  }
  #pixel-pdp .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #pixel-pdp .medium-offset-4 {
    margin-left: 33.33333%;
  }
  #pixel-pdp .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #pixel-pdp .medium-offset-5 {
    margin-left: 41.66667%;
  }
  #pixel-pdp .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #pixel-pdp .medium-offset-6 {
    margin-left: 50%;
  }
  #pixel-pdp .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #pixel-pdp .medium-offset-7 {
    margin-left: 58.33333%;
  }
  #pixel-pdp .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #pixel-pdp .medium-offset-8 {
    margin-left: 66.66667%;
  }
  #pixel-pdp .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #pixel-pdp .medium-offset-9 {
    margin-left: 75%;
  }
  #pixel-pdp .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #pixel-pdp .medium-offset-10 {
    margin-left: 83.33333%;
  }
  #pixel-pdp .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #pixel-pdp .medium-offset-11 {
    margin-left: 91.66667%;
  }
  #pixel-pdp .medium-up-1 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-1 > .column, #pixel-pdp .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #pixel-pdp .medium-up-2 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-2 > .column, #pixel-pdp .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #pixel-pdp .medium-up-3 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-3 > .column, #pixel-pdp .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #pixel-pdp .medium-up-4 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-4 > .column, #pixel-pdp .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #pixel-pdp .medium-up-5 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-5 > .column, #pixel-pdp .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #pixel-pdp .medium-up-6 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-6 > .column, #pixel-pdp .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #pixel-pdp .medium-up-7 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-7 > .column, #pixel-pdp .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  #pixel-pdp .medium-up-8 {
    flex-wrap: wrap;
  }
  #pixel-pdp .medium-up-8 > .column, #pixel-pdp .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  #pixel-pdp .medium-auto {
    flex: 1;
  }
}
@media print, screen and (min-width: 64em) {
  #pixel-pdp .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #pixel-pdp .large-offset-0 {
    margin-left: 0%;
  }
  #pixel-pdp .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #pixel-pdp .large-offset-1 {
    margin-left: 8.33333%;
  }
  #pixel-pdp .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #pixel-pdp .large-offset-2 {
    margin-left: 16.66667%;
  }
  #pixel-pdp .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #pixel-pdp .large-offset-3 {
    margin-left: 25%;
  }
  #pixel-pdp .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #pixel-pdp .large-offset-4 {
    margin-left: 33.33333%;
  }
  #pixel-pdp .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #pixel-pdp .large-offset-5 {
    margin-left: 41.66667%;
  }
  #pixel-pdp .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #pixel-pdp .large-offset-6 {
    margin-left: 50%;
  }
  #pixel-pdp .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #pixel-pdp .large-offset-7 {
    margin-left: 58.33333%;
  }
  #pixel-pdp .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #pixel-pdp .large-offset-8 {
    margin-left: 66.66667%;
  }
  #pixel-pdp .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #pixel-pdp .large-offset-9 {
    margin-left: 75%;
  }
  #pixel-pdp .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #pixel-pdp .large-offset-10 {
    margin-left: 83.33333%;
  }
  #pixel-pdp .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #pixel-pdp .large-offset-11 {
    margin-left: 91.66667%;
  }
  #pixel-pdp .large-up-1 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-1 > .column, #pixel-pdp .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #pixel-pdp .large-up-2 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-2 > .column, #pixel-pdp .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #pixel-pdp .large-up-3 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-3 > .column, #pixel-pdp .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #pixel-pdp .large-up-4 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-4 > .column, #pixel-pdp .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #pixel-pdp .large-up-5 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-5 > .column, #pixel-pdp .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #pixel-pdp .large-up-6 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-6 > .column, #pixel-pdp .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #pixel-pdp .large-up-7 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-7 > .column, #pixel-pdp .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  #pixel-pdp .large-up-8 {
    flex-wrap: wrap;
  }
  #pixel-pdp .large-up-8 > .column, #pixel-pdp .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
#pixel-pdp .align-right {
  justify-content: flex-end;
}

#pixel-pdp .align-center {
  justify-content: center;
}

#pixel-pdp .align-justify {
  justify-content: space-between;
}

#pixel-pdp .align-spaced {
  justify-content: space-around;
}

#pixel-pdp .align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

#pixel-pdp .align-center.vertical.menu > li > a {
  justify-content: center;
}

#pixel-pdp .align-top {
  align-items: flex-start;
}

#pixel-pdp .align-self-top {
  align-self: flex-start;
}

#pixel-pdp .align-bottom {
  align-items: flex-end;
}

#pixel-pdp .align-self-bottom {
  align-self: flex-end;
}

#pixel-pdp .align-middle {
  align-items: center;
}

#pixel-pdp .align-self-middle {
  align-self: center;
}

#pixel-pdp .align-stretch {
  align-items: stretch;
}

#pixel-pdp .align-self-stretch {
  align-self: stretch;
}

#pixel-pdp .align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

#pixel-pdp .small-order-1 {
  order: 1;
}

#pixel-pdp .small-order-2 {
  order: 2;
}

#pixel-pdp .small-order-3 {
  order: 3;
}

#pixel-pdp .small-order-4 {
  order: 4;
}

#pixel-pdp .small-order-5 {
  order: 5;
}

#pixel-pdp .small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  #pixel-pdp .medium-order-1 {
    order: 1;
  }
  #pixel-pdp .medium-order-2 {
    order: 2;
  }
  #pixel-pdp .medium-order-3 {
    order: 3;
  }
  #pixel-pdp .medium-order-4 {
    order: 4;
  }
  #pixel-pdp .medium-order-5 {
    order: 5;
  }
  #pixel-pdp .medium-order-6 {
    order: 6;
  }
}
#pixel-pdp .img-large {
  display: none;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .img-small {
    display: none;
  }
  #pixel-pdp .img-large {
    display: inline;
  }
  #pixel-pdp .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #pixel-pdp .medium-order-1 {
    order: 1;
  }
  #pixel-pdp .medium-order-2 {
    order: 2;
  }
  #pixel-pdp .medium-order-3 {
    order: 3;
  }
  #pixel-pdp .medium-order-4 {
    order: 4;
  }
  #pixel-pdp .medium-order-5 {
    order: 5;
  }
  #pixel-pdp .medium-order-6 {
    order: 6;
  }
  #pixel-pdp .medium-order-7 {
    order: 7;
  }
  #pixel-pdp .medium-order-8 {
    order: 8;
  }
  #pixel-pdp .medium-order-9 {
    order: 9;
  }
  #pixel-pdp .medium-order-10 {
    order: 10;
  }
}
#pixel-pdp .margin-btm-s {
  margin-bottom: 15px;
}

#pixel-pdp .margin-btm-m {
  margin-bottom: 30px !important;
}

#pixel-pdp .margin-btm-l {
  margin-bottom: 30px !important;
}

#pixel-pdp .margin-btm-xl {
  margin-bottom: 40px;
}

#pixel-pdp .photo-block {
  margin-bottom: 10px;
}

#pixel-pdp .margin-top-m {
  margin-top: 30px !important;
}

#pixel-pdp .margin-top-l {
  margin-top: 30px !important;
}

#pixel-pdp .margin-top-lrg-only {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #pixel-pdp .margin-top-lrg-only {
    margin-top: 0;
  }
  #pixel-pdp .margin-btm-small-only {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .margin-btm-l {
    margin-bottom: 55px !important;
  }
  #pixel-pdp .margin-btm-xl {
    margin-bottom: 80px;
  }
  #pixel-pdp .margin-top-xl {
    margin-top: 150px;
  }
  #pixel-pdp .margin-btm-xl {
    margin-bottom: 90px;
  }
  #pixel-pdp .margin-top-xxl {
    margin-top: 360px;
  }
  #pixel-pdp .photo-block {
    margin-bottom: 20px;
  }
  #pixel-pdp .margin-btm-m-med-up {
    margin-bottom: 30px !important;
  }
  #pixel-pdp .text-left-lrg {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #pixel-pdp .small-centered {
    text-align: center;
    justify-content: center;
  }
  #pixel-pdp .small-full {
    max-width: 95% !important;
  }
}
/* Base Styles */
#pixel-pdp * {
  font-family: "Google Sans", sans-serif;
  font-variant-ligatures: none;
}

#pixel-pdp {
  background: #fff;
  font-family: "Google Sans", sans-serif;
  color: #3c4043;
}

#pixel-pdp section {
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp section {
    padding: 60px 0 50px;
  }
}
#pixel-pdp a {
  color: #fff;
}

#pixel-pdp sup {
  font-size: 60%;
}

#pixel-pdp h1, #pixel-pdp h2, #pixel-pdp h3 {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
  padding-top: 35px;
  margin-bottom: 35px;
}

#pixel-pdp h1, #pixel-pdp h2 {
  font-size: 36px;
  line-height: 39px;
}

#pixel-pdp h1 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 43px;
  margin-left: auto;
  margin-right: auto;
}

#pixel-pdp h2 {
  padding-top: 0;
  margin-bottom: 30px;
}

#pixel-pdp h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0;
  margin-bottom: 45px;
  text-align: center;
}

#pixel-pdp h3.heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}

#pixel-pdp h4, #pixel-pdp h5 {
  font-family: "Google Sans", sans-serif;
}

#pixel-pdp h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

#pixel-pdp h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

#pixel-pdp .camera-section h5 {
  font-size: 22px;
  padding: 0 15px;
}
@media only screen and (max-width: 640px) {
  #pixel-pdp .camera-section h5 {
    font-weight: 400;
    font-size: 20px;
  }
}

#pixel-pdp h3 + h4 {
  margin-top: -5px;
  margin-bottom: 15px;
}

#pixel-pdp .features h3 {
  margin-bottom: 15px;
}

#pixel-pdp .title {
  color: #191818;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

#pixel-pdp h1.white, #pixel-pdp h3.white {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #pixel-pdp h3.sm-small-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
}
#pixel-pdp .super-g {
  display: block;
  margin: 30px 0 15px;
  width: 30px;
}

#pixel-pdp .hero-text {
  max-width: 80%;
  margin: 50px auto 0;
  display: block;
}

#pixel-pdp h1.uk {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .super-g {
    margin: 40px 20px 15px;
    width: 45px;
  }
  #pixel-pdp .hero-text {
    max-width: 100%;
    margin: 0;
  }
  #pixel-pdp h1, #pixel-pdp h2 {
    font-size: 60px;
    line-height: 64px;
    max-width: 100%;
    text-align: left;
  }
  #pixel-pdp h1.uk {
    font-size: 40px;
    line-height: 44px;
    padding-left: 110px;
    text-align: left;
  }
  #pixel-pdp h1.capped {
    max-width: 500px;
  }
  #pixel-pdp h2 {
    margin-bottom: 60px;
  }
  #pixel-pdp h3 {
    font-size: 38px;
    line-height: 44px;
    text-align: inherit;
  }
  #pixel-pdp h1 span {
    display: inline;
  }
  #pixel-pdp .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 60px;
  }
  #pixel-pdp h3.heading {
    font-size: 38px;
    line-height: 42px;
  }
  #pixel-pdp h4 {
    font-size: 32px;
    line-height: 38px;
  }
}
#pixel-pdp span.colour {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #3e3e3e;
  position: relative;
  top: 3px;
}

#pixel-pdp span.colour.light {
  background: #dee0e0;
}

#pixel-pdp span.colour.dark {
  background: #767879;
}

#pixel-pdp p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

#pixel-pdp .icon-row h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .icon-row h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

#pixel-pdp .icon-row p {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .icon-row p {
    font-size: 17px;
  }
}

/* Additional Classes */
#pixel-pdp .show-for-medium {
  display: none;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .show-for-medium {
    display: block;
  }
  #pixel-pdp img.show-for-medium {
    display: inline;
  }
  #pixel-pdp .hide-for-medium {
    display: none;
  }
}
#pixel-pdp .pad-left {
  padding-left: 15px;
}

#pixel-pdp .site-logo {
  max-width: 90px;
  padding-top: 30px;
}

#pixel-pdp .hero-img {
  margin: 0 auto;
}

#pixel-pdp .logo-sub {
  font-size: 22px;
  display: block;
  padding-bottom: 2px;
}

#pixel-pdp .xlarge {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -2px;
  font-weight: 500;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .xlarge {
    font-size: 80px;
    line-height: 88px;
  }
  #pixel-pdp .site-logo {
    max-width: 335px;
    padding: 0;
    margin-bottom: 5px;
  }
  #pixel-pdp .site-logo.de {
    max-width: 335px;
  }
  #pixel-pdp .logo-sub {
    font-size: 30px;
    padding-bottom: 10px;
  }
  #pixel-pdp .text-left-lrg {
    text-align: left;
  }
  #pixel-pdp .align-left-lrg {
    margin: 0 0 auto 40px !important;
  }
  #pixel-pdp p.justify {
    text-align: justify;
  }
}
#pixel-pdp p.small {
  color: #3c4043;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}
#pixel-pdp p.small.de {
  font-size: 14px;
  line-height: 1.5;
}

#pixel-pdp p.small.btm {
  margin: 75px 0 0;
}

#pixel-pdp .icon-row .pad-container {
  max-width: 240px;
}

@media only screen and (max-width: 640px) {
  #pixel-pdp .icon-row .pad-container {
    align-items: center;
    max-width: 300px;
    display: flex;
  }
  #pixel-pdp .icon-row h4 {
    padding-left: 14px;
    text-align: left;
  }
  #pixel-pdp .icon {
    max-width: 32px;
  }
}
#pixel-pdp p.small.max-width {
  max-width: 810px;
  margin: 0 auto;
}

#pixel-pdp p.grey {
  margin-bottom: 50px;
}

#pixel-pdp p.small.grey {
  font-weight: 400;
}

#pixel-pdp .legal {
  color: #9aa0a6;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

#pixel-pdp .no-margin {
  margin: 0 !important;
}

#pixel-pdp .grey {
  color: #3c4043 !important;
}

#pixel-pdp .subhead {
  font-size: 26px;
  line-height: 29px;
  font-weight: 700;
  padding: 0 20px;
}

#pixel-pdp .heading-lrg {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .heading-lrg {
    font-size: 58px;
    line-height: 62px;
  }
}

#pixel-pdp .title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 0 5px;
  letter-spacing: 0.2px;
}

#pixel-pdp .wordmark {
  font-size: 26px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .wordmark {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

#pixel-pdp .tagline {
  font-size: 18px;
  line-height: 26px;
  padding: 0 10px 20px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .tagline {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
  #pixel-pdp .bump-btm {
    margin-bottom: -230px;
  }
  #pixel-pdp .subhead {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
  }
}
#pixel-pdp .icon {
  margin-bottom: 20px;
  min-height: 40px;
}

@media only screen and (max-width: 640px) {
  #pixel-pdp .icon {
    max-width: 32px;
  }
  #pixel-pdp .circle-icon {
    max-width: 42px;
  }
  #pixel-pdp .circle-icon.margin-btm-m {
    margin-bottom: 20px !important;
  }
  #pixel-pdp .no-padding-btm-small {
    padding-bottom: 0 !important;
  }
}
#pixel-pdp .photo-margin {
  margin-bottom: 30px;
}

#pixel-pdp .white {
  background: #fff;
}

#pixel-pdp .offwhite {
  background: #f8f9fa;
}

#pixel-pdp .feature-padding .cell {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .feature-padding .cell {
    padding: 0 15px;
  }
}

#pixel-pdp .box-container {
  height: 100%;
  padding: 40px !important;
}

#pixel-pdp .icon-block {
  height: 100%;
  padding: 25px 0 20px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .icon-block {
    padding: 40px 0;
  }
}

#pixel-pdp section.hero {
  padding: 0 30px 0;
  margin: 15px;
  border-radius: 10px;
  position: relative;
  background: #f5f1ec;
}
#pixel-pdp section.hero.bay {
  background: #cddff5;
}
@media only screen and (min-width: 768px) {
  #pixel-pdp section.hero {
    margin: 30px 30px 15px;
    padding: 0 20px;
  }
}

#pixel-pdp section.hero, #pixel-pdp section.chip {
  background-position: right;
  background-size: 100%;
  background-repeat: no-repeat;
}

#pixel-pdp .align-btm {
  align-self: flex-end;
}

@media only screen and (min-width: 768px) {
  #pixel-pdp section.hero {
    background-image: url("../img/hero.jpg");
    min-height: 1px;
  }
  #pixel-pdp section.img-bg {
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    margin-bottom: 15px;
    min-height: 110vw;
    position: relative;
  }
  #pixel-pdp section.img-bg:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(360deg, rgba(240, 235, 231, 0.9) 21.89%, rgba(240, 235, 231, 0) 100%);
    border-radius: 0 0 30px 30px;
  }
  #pixel-pdp section.img-bg h4 {
    color: #282728;
    position: absolute;
    z-index: 3;
    bottom: 0;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
  }
  #pixel-pdp section.img-bg {
    min-height: 30vw;
    background-size: 100%;
  }
  #pixel-pdp section.g2-bg {
    background-image: url("../img/g2.jpg");
  }
  #pixel-pdp section.call-filter {
    background-image: url("../img/call-filter.jpg");
  }
  #pixel-pdp section.adaptive-battery {
    background-image: url("../img/adaptive-battery.jpg");
  }
  #pixel-pdp section.live-translate {
    background-image: url("../img/live-translate.jpg");
  }
  #pixel-pdp section.img-bg h4 {
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #pixel-pdp section.img-bg h4 {
    font-size: 20px;
    font-weight: 400;
  }
}
#pixel-pdp section.img-bg h4.top {
  top: 20px;
  bottom: auto;
  text-align: left;
}

#pixel-pdp section.img-bg h4.bold {
  font-size: 26px;
  line-height: 29px;
  font-weight: 700;
}

#pixel-pdp section.grid-1 {
  background: #f6efed;
}

#pixel-pdp section.grid-2 {
  background-image: url("../img/grid-2-mobile.jpg");
}

#pixel-pdp section.grid-3 {
  background-image: url("../img/grid-3-mobile.jpg");
}

#pixel-pdp section.grid-4 {
  background: #f6f2ec;
}

#pixel-pdp section.img-bg.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

#pixel-pdp section.img-bg.flex.btm {
  align-items: flex-end;
}

#pixel-pdp section.img-bg .aligned h4 {
  position: static;
  left: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #pixel-pdp section.img-bg {
    min-height: 32vw;
    margin-bottom: 5px;
    background-size: cover;
  }
  #pixel-pdp section.img-bg h4 {
    left: 30px;
    width: 90%;
  }
  #pixel-pdp section.img-bg h4.bold {
    font-size: 38px;
    line-height: 42px;
  }
  #pixel-pdp section.img-bg h4.top {
    top: 25px;
  }
  #pixel-pdp section.grid-1, #pixel-pdp section.grid-2, #pixel-pdp section.grid-3, #pixel-pdp section.grid-4 {
    min-height: 35vw;
  }
  #pixel-pdp section.grid-2 {
    background-image: url("../img/grid-2.jpg");
  }
  #pixel-pdp section.grid-3 {
    background-image: url("../img/grid-3.jpg");
  }
  #pixel-pdp section.grid-1 h4, #pixel-pdp section.grid-4 h4 {
    width: 80%;
  }
  #pixel-pdp section.grid-2 h4 {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  #pixel-pdp section.img-bg .aligned {
    text-align: left;
  }
}
#pixel-pdp section.switch {
  min-height: 275vw;
  background-size: cover;
  background-position: bottom;
  position: relative;
  background-image: url("../img/large-phone-mobile.jpg");
}

#pixel-pdp .switch h4 {
  font-weight: 700;
  font-size: 25px;
  max-width: 240px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #pixel-pdp .switch h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
  }
}
#pixel-pdp section.security {
  padding-top: 40px;
}

#pixel-pdp .camera-legal, #pixel-pdp .switch-legal {
  width: 90%;
  padding: 50px 0 30px;
}

#pixel-pdp .switch-legal {
  padding: 10px 0 10px;
}

@media only screen and (min-width: 768px) {
  #pixel-pdp section.security {
    padding-top: 80px;
  }
  #pixel-pdp section.switch {
    min-height: 90vw;
    background-image: url("../img/large-phone.jpg");
  }
  #pixel-pdp .margin-right-m {
    margin-right: 30px;
  }
  #pixel-pdp .margin-left-m {
    margin-left: 30px;
  }
  #pixel-pdp .camera-legal, #pixel-pdp .switch-legal {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: left;
    width: auto;
    padding: 0;
  }
  #pixel-pdp .switch-legal {
    right: 0;
    width: 245px;
  }
}
#pixel-pdp section.switch .legal {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

#pixel-pdp section.black {
  background: #000;
}

#pixel-pdp section.grey {
  background: #40423f;
}

#pixel-pdp section.dark-grey {
  background: #1a1c1a;
}

#pixel-pdp section.light-grey {
  background: #f1f3f4;
}

#pixel-pdp section.light-blue {
  background: #d9e4e8;
}

#pixel-pdp section.pink {
  background: #eadcd9;
}

#pixel-pdp section.light-pink {
  background: #f6efed;
}

#pixel-pdp section.green {
  background: #3c403b;
}

#pixel-pdp section.dark-green {
  background: #1a1c1a;
}

#pixel-pdp section.bright-green {
  background: #f5fce4;
}

#pixel-pdp section.orange {
  background: #f8e6d2;
}

#pixel-pdp section.bright-green {
  background: #ebffe6;
}

#pixel-pdp section.sand {
  background: #eeebe6;
}

#pixel-pdp section.sand-light {
  background: #f7f5f1;
}

#pixel-pdp section.bay {
  background: #e3eefc;
}

#pixel-pdp section.lemon {
  background: #fcf4da;
}

#pixel-pdp section.porcelain {
  background: #f5f3ef;
}

#pixel-pdp section.gradient-grey {
  background-image: linear-gradient(180deg, rgb(235, 236, 240) 0%, rgb(237, 238, 242) 100%);
}

#pixel-pdp section.black p {
  color: #fff;
}

#pixel-pdp section.best-of h4 {
  font-weight: 600;
  font-size: 22px;
}

#pixel-pdp .white-bg {
  background: #fff;
}

#pixel-pdp .fitbit-bubble {
  background: #c5d0de;
  padding: 20px 40px;
  margin-bottom: 20px;
}

#pixel-pdp .fitbit-bubble .lead {
  margin: 0;
  padding: 10px 15px 0;
  font-size: 14px;
  line-height: 18px;
}

#pixel-pdp .fitbit-icon-wrap {
  border-bottom: 1px solid #000;
  display: flex;
  padding: 0 10px 0 20px;
}

#pixel-pdp .fitbit-icon-wrap .icon-container {
  width: 25%;
  text-align: right;
  padding-right: 25px;
  margin-bottom: 10px;
}

#pixel-pdp .fitbit-icon-wrap h4 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .fitbit-bubble {
    padding: 20px;
  }
  #pixel-pdp .fitbit-bubble .lead {
    font-size: 18px;
    line-height: 28px;
    padding: 0 15px;
  }
  #pixel-pdp .fitbit-icon-wrap {
    border-bottom: none;
    align-items: center;
    border-right: 2px solid #000;
  }
  #pixel-pdp .fitbit-icon-wrap .icon-container {
    margin: 0;
  }
  #pixel-pdp .fitbit-icon-wrap h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
#pixel-pdp .icon-wrap {
  height: 55px;
}

#pixel-pdp img.full {
  width: 100%;
}

#pixel-pdp p.white {
  color: #fff;
}

#pixel-pdp .rounded {
  border-radius: 15px;
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .rounded {
    border-radius: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #pixel-pdp .top-round-small {
    border-radius: 30px 30px 0 0;
  }
  #pixel-pdp .btm-round-small {
    border-radius: 0 0 30px 30px;
  }
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .pad-surround {
    padding: 10px;
  }
  #pixel-pdp .magic-moments {
    max-width: 300px;
  }
  #pixel-pdp .photo-margin {
    margin: 0;
  }
  #pixel-pdp .offwhite {
    padding: 50px 0;
  }
  #pixel-pdp .pad-top {
    padding-top: 90px;
  }
  #pixel-pdp .rounded-right {
    border-radius: 0 30px 30px 0;
  }
  #pixel-pdp .rounded-left {
    border-radius: 30px 0 0 30px;
  }
  #pixel-pdp .pad-surround {
    padding: 45px;
  }
  #pixel-pdp .pad-right-content {
    padding-right: 45px;
  }
}
#pixel-pdp .band-padding {
  padding: 30px;
  background: #fff;
}

#pixel-pdp .sub {
  display: none;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 45px;
}

#pixel-pdp .less-margin {
  margin: 0 0 20px !important;
}

#pixel-pdp .cap-lrg {
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
}
#pixel-pdp .cap-lrg.more {
  max-width: 415px;
}

@media only screen and (max-width: 640px) {
  #pixel-pdp .ai-heading {
    font-size: 30px;
    line-height: 38px;
    padding: 0 20px;
  }
  #pixel-pdp .cap {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  #pixel-pdp .cap.extra {
    max-width: 395px;
  }
  #pixel-pdp .w-icon {
    max-width: 35px;
  }
}
#pixel-pdp .cap.center {
  margin-left: auto;
  margin-right: auto;
}

#pixel-pdp .less-margin.cap {
  margin: 0 auto 15px !important;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .sub {
    display: block;
  }
  #pixel-pdp .button-wrap {
    padding-top: 30px;
  }
  #pixel-pdp .less-margin {
    margin: 0 0 15px !important;
  }
  #pixel-pdp .less-margin-l {
    margin: 0 0 15px !important;
  }
}
#pixel-pdp .padding-h {
  padding-left: 15px;
  padding-right: 15px;
}

#pixel-pdp .padding-v {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .padding-h {
    padding-left: 30px;
    padding-right: 30px;
  }
  #pixel-pdp .padding-v {
    padding-bottom: 30px;
  }
  #pixel-pdp .padding-v-lrg {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
#pixel-pdp .pad-container {
  max-width: 275px;
  margin: 0 auto 20px;
}

#pixel-pdp .pad-container.extra {
  max-width: 320px;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .pad-container {
    max-width: 275px;
    margin: 0 auto;
  }
  #pixel-pdp .pad-container.more {
    max-width: 345px;
  }
  #pixel-pdp .pad-container.extra {
    max-width: 470px;
  }
  #pixel-pdp .pad-container.tight {
    max-width: 180px;
  }
  #pixel-pdp .pad-container.med {
    max-width: 205px;
  }
  #pixel-pdp .bottom .pad-container.extra {
    max-width: 385px;
  }
  #pixel-pdp .features .pad-container.extra {
    max-width: 370px;
  }
}
#pixel-pdp .bottom h5 {
  font-weight: 500;
}

#pixel-pdp .container {
  max-width: 1170px;
  margin: 0 auto;
}

#pixel-pdp .pad-container p {
  padding: 0;
}

#pixel-pdp .pad {
  padding-left: 15px;
  padding-right: 15px;
}

#pixel-pdp .no-pad {
  padding: 10px 0 0;
}

#pixel-pdp .abs-no-pad {
  padding: 0;
}

#pixel-pdp h3.smaller {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  #pixel-pdp section.no-pad {
    padding: 30px 0;
  }
  #pixel-pdp h3.smaller {
    font-size: 26px;
  }
  #pixel-pdp .abs-no-pad {
    padding: 20px 0 20px;
  }
}
#pixel-pdp .block-text {
  max-width: 280px;
  margin: 0 auto;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .photo-wrap {
    text-align: right;
  }
  #pixel-pdp .photo-wrap.align-l {
    text-align: left;
    top: 0;
  }
  #pixel-pdp .photo-wrap.align-center {
    text-align: center;
  }
  #pixel-pdp .padding-h-lrg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#pixel-pdp .copyright {
  padding: 20px 0 15px;
}

#pixel-pdp .copyright p {
  font-size: 12px;
  line-height: 16px;
  color: #7e7e7e;
  margin-bottom: 8px;
}

#pixel-pdp .button {
  background: #4285f4;
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-bottom: 45px;
}

#pixel-pdp .translate-btn {
  padding: 12px 25px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-bottom: 45px;
  background: #dfd0c0;
  box-shadow: 0 2px 4px rgba(12, 13, 13, 0.25);
}

#pixel-pdp .translate-btn img {
  margin-right: 10px;
}

#pixel-pdp .translate-btn span {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  #pixel-pdp .translate-btn {
    padding: 24px 45px 26px;
    font-size: 24px;
  }
}
#pixel-pdp .button:hover, #pixel-pdp .button:active {
  color: #fff;
}

#pixel-pdp .neg {
  margin-left: -5px;
  margin-right: -5px;
}

#pixel-pdp .relative {
  position: relative;
}

#pixel-pdp .align-self-bottom {
  max-width: 360px;
  margin-bottom: 0;
  position: absolute;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  bottom: 10px;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  #pixel-pdp .align-self-bottom {
    margin-bottom: 0;
    position: absolute;
    font-size: 15px;
    line-height: 18px;
    bottom: 50px;
    padding-left: 15px;
    color: #3c4043;
    text-align: left;
  }
  #pixel-pdp .align-self-bottom.wider {
    width: 37%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 640px) {
  #pixel-pdp .small {
    padding-top: 25px;
  }
}
#pixel-pdp .photo-wrap.small-margin {
  margin-bottom: 30px;
}

@media only screen and (min-width: 640px) {
  #pixel-pdp .photo-wrap {
    padding: 20px 0 0;
  }
  #pixel-pdp .photo-wrap.small-margin {
    margin: 0;
  }
  #pixel-pdp .photo-wrap.align-l {
    padding: 0;
  }
  #pixel-pdp .med-order-1 {
    order: 1;
  }
  #pixel-pdp .med-order-2 {
    order: 2;
  }
  #pixel-pdp .med-order-3 {
    order: 3;
  }
  #pixel-pdp .med-order-4 {
    order: 4;
  }
}
#pixel-pdp .simple-switching__module {
  padding-top: 40px;
}

#pixel-pdp .simple-switching__module .icons {
  margin-top: 30px;
}

#pixel-pdp .simple-switching__module .icons img {
  margin-bottom: 10px;
}

#pixel-pdp .simple-switching__module .icons h4 {
  font-weight: 600;
}

#pixel-pdp .simple-switching__module .small {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  #pixel-pdp .simple-switching__module .main-title {
    margin: 170px 0 10px 0;
  }
  #pixel-pdp .padding-r-lrg {
    padding-right: 40px;
  }
  #pixel-pdp .simple-switching__module .small {
    margin-top: 120px;
  }
  #pixel-pdp .no-pad-btm-lrg {
    padding-bottom: 0;
  }
}
#pixel-pdp .text-container {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 8px;
}

#pixel-pdp .pixel-img {
  margin-top: 140px;
  padding: 0 20px;
}

#pixel-pdp .align-l {
  text-align: left;
  position: relative;
  top: -30px;
}

#pixel-pdp .align-r {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  #pixel-pdp .box img {
    margin-bottom: 20px;
  }
}
#pixel-pdp .incredible-photos h3 {
  margin-bottom: 10px;
}

#pixel-pdp .circle {
  font-weight: bold;
  font-size: 25px;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 38px;
  text-align: center;
}

#pixel-pdp .bullets {
  max-width: 1200px;
}

#pixel-pdp .smallprint-nudge {
  padding-top: 30px !important;
}

@media only screen and (max-width: 768px) {
  #pixel-pdp .has-caption {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    min-height: 68vw !important;
  }
  #pixel-pdp section.grid-2, #pixel-pdp section.grid-3, #pixel-pdp section.grid-4 {
    min-height: 100vw !important;
  }
  #pixel-pdp section.grid-1 {
    min-height: 70vw !important;
  }
  #pixel-pdp .caption {
    background: #2e322e;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    font-size: 18px;
    line-height: 25px;
    padding: 16px 25px 22px;
    margin-bottom: 25px;
  }
  #pixel-pdp .dark-caption {
    background: #1b1c1a;
  }
  #pixel-pdp .smallprint-nudge {
    padding-top: 10px !important;
  }
  #pixel-pdp .bullets {
    text-align: left;
    max-width: 340px;
    margin: 0 auto;
  }
  #pixel-pdp .circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 17px;
    line-height: 19px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
  }
}
#pixel-pdp .pad-surround .row.img-bg:nth-child(3) .cell:last-child section:before {
  background: none;
}

/* Custom */
@media (min-width: 40em) and (max-width: 73.75em) {
  #pixel-pdp section:nth-child(4) .row .medium-5, #pixel-pdp section:nth-child(4) .row .medium-7 {
    display: flex;
    align-items: flex-end;
  }
  #pixel-pdp section:nth-child(4) .row .medium-5 .rounded.white-bg, #pixel-pdp section:nth-child(4) .row .medium-7 .rounded.white-bg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }
  #pixel-pdp section:nth-child(4) .row .medium-5 img, #pixel-pdp section:nth-child(4) .row .medium-7 img {
    vertical-align: baseline;
    max-height: 400px;
  }
  #pixel-pdp section:nth-child(4) .row .medium-5 .rounded.white-bg {
    padding: 0 4vw;
    height: 100%;
  }
  #pixel-pdp section:nth-child(4) .row .medium-7 .rounded.white-bg {
    padding: 0 4vw;
    height: 100%;
  }
  #pixel-pdp section:nth-child(4) .row .medium-12:first-child {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  #pixel-pdp section:nth-child(5) .row:nth-child(2) .cell.medium-4 {
    flex: 32%;
    max-width: 32%;
  }
  #pixel-pdp section:nth-child(5) .row:nth-child(2) .cell.medium-8 {
    flex: 67%;
    max-width: 67%;
  }
}
#pixel-pdp section:nth-child(5) .row:nth-child(2) .cell img {
  -o-object-fit: cover;
     object-fit: cover;
}
#pixel-pdp section:nth-child(5) .row:nth-child(2) .medium-8 {
  padding-right: 15px;
}
#pixel-pdp section:nth-child(5) .pad-container {
  padding: 0 15px;
}

#pixel-pdp section:nth-child(6) .row:nth-child(2) .cell {
  padding: 0 8px;
}

@media (min-width: 40em) and (max-width: 73.75em) {
  #pixel-pdp section:nth-child(7) .pad-container {
    padding: 0 15px;
  }
  #pixel-pdp section:nth-child(7) .row.align-middle:last-child {
    align-items: inherit;
    vertical-align: inherit;
  }
  #pixel-pdp section:nth-child(7) .row.align-middle:last-child .cell {
    padding: 0 8px;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #pixel-pdp section:nth-child(7) .row.align-middle:last-child .cell > * {
    width: 100%;
    flex: 1;
  }
  #pixel-pdp section:nth-child(7) .row.align-middle:last-child .cell img {
    align-self: flex-end;
  }
  #pixel-pdp section:nth-child(8) .pad-container {
    padding: 0 15px;
  }
  #pixel-pdp section:nth-child(9) .cell.medium-6 {
    padding: 0 8px;
  }
  #pixel-pdp section:nth-child(9) .md\:mr-3 {
    margin-right: 0 !important;
  }
  #pixel-pdp section:nth-child(10) .row .md\:px-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pixel-pdp section:nth-child(10) .row.collapse .cell {
    padding: 0 10px;
  }
}
@media (min-width: 640px) {

  #pixel-pdp .md\:top-12 {
    top: 3rem;
  }

  #pixel-pdp .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  #pixel-pdp .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  #pixel-pdp .md\:mb-20 {
    margin-bottom: 5rem;
  }

  #pixel-pdp .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  #pixel-pdp .md\:mb-8 {
    margin-bottom: 2rem;
  }

  #pixel-pdp .md\:mr-3 {
    margin-right: 0.75rem;
  }

  #pixel-pdp .md\:mr-5 {
    margin-right: 1.25rem;
  }

  #pixel-pdp .md\:mr-6 {
    margin-right: 1.5rem;
  }

  #pixel-pdp .md\:mt-0 {
    margin-top: 0px;
  }

  #pixel-pdp .md\:max-w-\[230px\] {
    max-width: 230px;
  }

  #pixel-pdp .md\:max-w-\[250px\] {
    max-width: 250px;
  }

  #pixel-pdp .md\:max-w-\[280px\] {
    max-width: 280px;
  }

  #pixel-pdp .md\:max-w-\[350px\] {
    max-width: 350px;
  }

  #pixel-pdp .md\:max-w-\[360px\] {
    max-width: 360px;
  }

  #pixel-pdp .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  #pixel-pdp .md\:max-w-\[430px\] {
    max-width: 430px;
  }

  #pixel-pdp .md\:p-9 {
    padding: 2.25rem;
  }

  #pixel-pdp .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  #pixel-pdp .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #pixel-pdp .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #pixel-pdp .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #pixel-pdp .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #pixel-pdp .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #pixel-pdp .md\:pt-10 {
    padding-top: 2.5rem;
  }

  #pixel-pdp .md\:pt-16 {
    padding-top: 4rem;
  }

  #pixel-pdp .md\:pt-28 {
    padding-top: 7rem;
  }

  #pixel-pdp .md\:text-left {
    text-align: left;
  }

  #pixel-pdp .md\:text-\[28px\] {
    font-size: 28px;
  }

  #pixel-pdp .md\:text-\[32px\] {
    font-size: 32px;
  }

  #pixel-pdp .md\:text-\[38px\] {
    font-size: 38px;
  }
}