/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*
! tailwindcss v3.2.7 | 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)
*/

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

::before,
::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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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.
*/

body {
  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.
*/

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

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

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

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

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

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

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.
*/

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.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: 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.
*/

button,
select {
  text-transform: none;
}

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

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

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

:-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)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-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.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

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.
*/

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
: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.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
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)
*/

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

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

:root {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f0f7f8;
  --surface-muted: #f5fafa;
  --surface-sidebar: #f3f9fa;
  --primary: #00d4e2;
  --primary-hover: #00aeb9;
  --primary-foreground: #ffffff;
  --primary-muted: #e7f3f3;
  --primary-icon: #21f1ff;
  --secondary: #46f4ff;
  --secondary-foreground: #00757c;
  --secondary-muted: #eaf4f5;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #00d4e2;
  --link-hover: #00aeb9;
  --accent-sky: #e3f1f2;
  --accent-sky-light: #eef6f7;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(0, 212, 226, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(0, 212, 226, 0.2), 0 2px 8px -2px rgba(0, 212, 226, 0.12);
  --gradient-hero: linear-gradient(135deg, #eef6f7 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(0, 212, 226, 0.28));
}

[data-theme="blue"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #ebf1f8;
  --surface-muted: #f5f6fa;
  --surface-sidebar: #f3f4fa;
  --primary: #577fff;
  --primary-hover: #1950ff;
  --primary-foreground: #ffffff;
  --primary-muted: #e7eaf3;
  --primary-icon: #7c9bff;
  --secondary: #92acff;
  --secondary-foreground: #002dbc;
  --secondary-muted: #eaedf5;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #577fff;
  --link-hover: #1950ff;
  --accent-sky: #e3e7f2;
  --accent-sky-light: #eef0f7;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(87, 127, 255, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(87, 127, 255, 0.2), 0 2px 8px -2px rgba(87, 127, 255, 0.12);
  --gradient-hero: linear-gradient(135deg, #eef0f7 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(87, 127, 255, 0.28));
}

[data-theme="pink"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f8ebf0;
  --surface-muted: #faf5f6;
  --surface-sidebar: #faf3f5;
  --primary: #ff3678;
  --primary-hover: #fd0053;
  --primary-foreground: #ffffff;
  --primary-muted: #f3e7eb;
  --primary-icon: #ff6296;
  --secondary: #ff7ca7;
  --secondary-foreground: #aa0038;
  --secondary-muted: #f5eaee;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #ff3678;
  --link-hover: #fd0053;
  --accent-sky: #f2e3e8;
  --accent-sky-light: #f7eef1;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(255, 54, 120, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(255, 54, 120, 0.2), 0 2px 8px -2px rgba(255, 54, 120, 0.12);
  --gradient-hero: linear-gradient(135deg, #f7eef1 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(255, 54, 120, 0.28));
}

[data-theme="olive"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f0f8eb;
  --surface-muted: #f9faf5;
  --surface-sidebar: #f8faf3;
  --primary: #739a00;
  --primary-hover: #5e7e00;
  --primary-foreground: #ffffff;
  --primary-muted: #f0f3e7;
  --primary-icon: #ade800;
  --secondary: #c4ff18;
  --secondary-foreground: #3f5500;
  --secondary-muted: #f2f5ea;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #739a00;
  --link-hover: #5e7e00;
  --accent-sky: #eef2e3;
  --accent-sky-light: #f4f7ee;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(115, 154, 0, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(115, 154, 0, 0.2), 0 2px 8px -2px rgba(115, 154, 0, 0.12);
  --gradient-hero: linear-gradient(135deg, #f4f7ee 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(115, 154, 0, 0.28));
}

[data-theme="orange"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f8f1eb;
  --surface-muted: #faf7f5;
  --surface-sidebar: #faf6f3;
  --primary: #ff8400;
  --primary-hover: #d16c00;
  --primary-foreground: #ffffff;
  --primary-muted: #f3ede7;
  --primary-icon: #ff9f38;
  --secondary: #ffaf59;
  --secondary-foreground: #8c4900;
  --secondary-muted: #f5f0ea;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #ff8400;
  --link-hover: #d16c00;
  --accent-sky: #f2ebe3;
  --accent-sky-light: #f7f2ee;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(255, 132, 0, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(255, 132, 0, 0.2), 0 2px 8px -2px rgba(255, 132, 0, 0.12);
  --gradient-hero: linear-gradient(135deg, #f7f2ee 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(255, 132, 0, 0.28));
}

[data-theme="purple"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f0ebf8;
  --surface-muted: #f6f5fa;
  --surface-sidebar: #f5f3fa;
  --primary: #8a57ff;
  --primary-hover: #5f19ff;
  --primary-foreground: #ffffff;
  --primary-muted: #ebe7f3;
  --primary-icon: #a47cff;
  --secondary: #b392ff;
  --secondary-foreground: #3900bc;
  --secondary-muted: #eeeaf5;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #8a57ff;
  --link-hover: #5f19ff;
  --accent-sky: #e8e3f2;
  --accent-sky-light: #f0eef7;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(138, 87, 255, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(138, 87, 255, 0.2), 0 2px 8px -2px rgba(138, 87, 255, 0.12);
  --gradient-hero: linear-gradient(135deg, #f0eef7 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(138, 87, 255, 0.28));
}

[data-theme="cyan"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f0f7f8;
  --surface-muted: #f5fafa;
  --surface-sidebar: #f3f9fa;
  --primary: #00d4e2;
  --primary-hover: #00aeb9;
  --primary-foreground: #ffffff;
  --primary-muted: #e7f3f3;
  --primary-icon: #21f1ff;
  --secondary: #46f4ff;
  --secondary-foreground: #00757c;
  --secondary-muted: #eaf4f5;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #00d4e2;
  --link-hover: #00aeb9;
  --accent-sky: #e3f1f2;
  --accent-sky-light: #eef6f7;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(0, 212, 226, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(0, 212, 226, 0.2), 0 2px 8px -2px rgba(0, 212, 226, 0.12);
  --gradient-hero: linear-gradient(135deg, #eef6f7 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(0, 212, 226, 0.28));
}

[data-theme="red"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f8ebeb;
  --surface-muted: #faf5f5;
  --surface-sidebar: #faf3f3;
  --primary: #ff1616;
  --primary-hover: #e30000;
  --primary-foreground: #ffffff;
  --primary-muted: #f3e7e7;
  --primary-icon: #ff4949;
  --secondary: #ff6868;
  --secondary-foreground: #980000;
  --secondary-muted: #f5eaea;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #ff1616;
  --link-hover: #e30000;
  --accent-sky: #f2e3e3;
  --accent-sky-light: #f7eeee;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(255, 22, 22, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(255, 22, 22, 0.2), 0 2px 8px -2px rgba(255, 22, 22, 0.12);
  --gradient-hero: linear-gradient(135deg, #f7eeee 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(255, 22, 22, 0.28));
}

[data-theme="brown"] {
  --surface: #ffffff;
  --surface-wap-drawer: #ffffff5e;
  --foreground: #343434;
  --foreground-secondary: #515151;
  --foreground-muted: #757575;
  --foreground-subtle: #797979;
  --foreground-disabled: #bdbdbd;
  --foreground-nav: #9aa5b5;
  --pagination: #414141;
  --body: #181818;
  --price-foreign: #ff0e2a;
  --sale: #ff0e2a;
  --bundle-foreign-text: #ff0000;
  --bundle-domestic-text: #1a45ff;
  --notification: #ff0707;
  --notification-foreground: #ffffff;
  --rating-empty: #d3d1ce;
  --border: #e0e0e0;
  --border-muted: #eeeeee;
  --border-subtle: #f1f1f1;
  --border-strong: #929292;
  --border-input: #e0e0e0;
  --input: #ffffff;
  --input-foreground: #343434;
  --progress-track: #eeeeee;
  --divider: #dfdfdf;
  --yellow: #fdd81e;
  --pink: #fce4ec;
  --recommendation: #ff639a;
  --popularity: #7985ff;
  --icon-muted: #949494;
  --cms-avatar-backdrop: #ff639a;
  --background: #f8f1eb;
  --surface-muted: #f9f7f6;
  --surface-sidebar: #f8f6f4;
  --primary: #74411f;
  --primary-hover: #5f3519;
  --primary-foreground: #ffffff;
  --primary-muted: #f1ecea;
  --primary-icon: #b36430;
  --secondary: #cd7b45;
  --secondary-foreground: #402411;
  --secondary-muted: #f3efed;
  --success: #00e210;
  --success-hover: #00b90d;
  --success-foreground: #ffffff;
  --success-muted: #eaf5eb;
  --warning: #ffae00;
  --warning-hover: #d18f00;
  --warning-foreground: #ffffff;
  --warning-muted: #f5f2ea;
  --danger: #ff0e2a;
  --danger-hover: #dd001a;
  --danger-foreground: #ffffff;
  --danger-muted: #f5eaec;
  --info: #29b6f6;
  --info-foreground: #ffffff;
  --info-muted: #ebf2f5;
  --price: #3b82f6;
  --link: #74411f;
  --link-hover: #5f3519;
  --accent-sky: #efeae6;
  --accent-sky-light: #f5f2f0;
  --radius-md: 1rem;
  --radius-2xl: 2rem;
  --shadow-md: 0 4px 12px rgba(45, 45, 45, 0.08);
  --shadow-lg: 0 8px 24px rgba(45, 45, 45, 0.1);
  --shadow-card: 0 2px 12px rgba(45, 45, 45, 0.06);
  --shadow-popup: 0 2px 27px 0 rgba(116, 65, 31, 0.29);
  --shadow-header: 0 6px 18px -4px rgba(116, 65, 31, 0.2), 0 2px 8px -2px rgba(116, 65, 31, 0.12);
  --gradient-hero: linear-gradient(135deg, #f5f2f0 0%, #ffffff 60%);
  --filter-nav-item: drop-shadow(0 10px 12px rgba(116, 65, 31, 0.28));
}

*, ::before, ::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-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:  ;
}

::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-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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 380px) {

  .\!container {
    max-width: 380px !important;
  }

  .container {
    max-width: 380px;
  }
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.\!top-auto {
  top: auto !important;
}
.-bottom-0 {
  bottom: -0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\.5 {
  bottom: -0.375rem;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-\[5px\] {
  bottom: -5px;
}
.-left-12 {
  left: -3rem;
}
.-left-2 {
  left: -0.5rem;
}
.-left-3 {
  left: -0.75rem;
}
.-left-\[14px\] {
  left: -14px;
}
.-left-\[26px\] {
  left: -26px;
}
.-left-\[32px\] {
  left: -32px;
}
.-left-\[36px\] {
  left: -36px;
}
.-right-0 {
  right: -0px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-12 {
  right: -3rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-\[14px\] {
  right: -14px;
}
.-right-\[17px\] {
  right: -17px;
}
.-right-\[26px\] {
  right: -26px;
}
.-right-\[32px\] {
  right: -32px;
}
.-right-\[36px\] {
  right: -36px;
}
.-right-\[7px\] {
  right: -7px;
}
.-right-px {
  right: -1px;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-12 {
  top: -3rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-px {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[-8px\] {
  bottom: -8px;
}
.bottom-\[calc\(3\.5rem\+2rem\)\] {
  bottom: calc(3.5rem + 2rem);
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[295px\] {
  left: 295px;
}
.left-\[38px\] {
  left: 38px;
}
.left-\[412px\] {
  left: 412px;
}
.left-\[5px\] {
  left: 5px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-7 {
  right: 1.75rem;
}
.right-9 {
  right: 2.25rem;
}
.right-\[-1\.35rem\] {
  right: -1.35rem;
}
.right-\[-1\.5rem\] {
  right: -1.5rem;
}
.right-\[50px\] {
  right: 50px;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[0\.45rem\] {
  top: 0.45rem;
}
.top-\[0\.55rem\] {
  top: 0.55rem;
}
.top-\[101px\] {
  top: 101px;
}
.top-\[104px\] {
  top: 104px;
}
.top-\[11px\] {
  top: 11px;
}
.top-\[138px\] {
  top: 138px;
}
.top-\[141px\] {
  top: 141px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[267px\] {
  top: 267px;
}
.top-\[270px\] {
  top: 270px;
}
.top-\[3\.65rem\] {
  top: 3.65rem;
}
.top-\[304px\] {
  top: 304px;
}
.top-\[307px\] {
  top: 307px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[96px\] {
  top: 96px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-auto {
  z-index: auto;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-full {
  grid-column: 1 / -1;
}
.-m-0 {
  margin: -0px;
}
.-m-0\.5 {
  margin: -0.125rem;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-2 {
  margin: -0.5rem;
}
.m-0 {
  margin: 0px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!-mt-0 {
  margin-top: -0px !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-\[18px\] {
  margin-right: -18px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-1\.5 {
  margin-top: -0.375rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-\[50px\] {
  margin-top: -50px;
}
.-mt-\[7px\] {
  margin-top: -7px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-px {
  margin-bottom: 1px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[114px\] {
  margin-left: 114px;
}
.ml-\[120px\] {
  margin-left: 120px;
}
.ml-\[140px\] {
  margin-left: 140px;
}
.ml-\[180px\] {
  margin-left: 180px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[140px\] {
  margin-right: 140px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[1\.65rem\] {
  margin-top: 1.65rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-7 {
  height: 1.75rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-9 {
  height: 2.25rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[12rem\] {
  height: 12rem;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[16rem\] {
  height: 16rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[348px\] {
  height: 348px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[4\.875rem\] {
  height: 4.875rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[552px\] {
  height: 552px;
}
.h-\[570px\] {
  height: 570px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[66\%\] {
  height: 66%;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[7\.5rem\] {
  height: 7.5rem;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[91px\] {
  height: 91px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[calc\(100vh-3\.65rem\)\] {
  height: calc(100vh - 3.65rem);
}
.h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[1\.5rem\] {
  max-height: 1.5rem;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[425px\] {
  max-height: 425px;
}
.max-h-\[46px\] {
  max-height: 46px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(100vh-1\.5rem\)\] {
  max-height: calc(100vh - 1.5rem);
}
.max-h-\[calc\(100vh-8rem\)\] {
  max-height: calc(100vh - 8rem);
}
.max-h-none {
  max-height: none;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-\[14px\] {
  min-height: 14px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[3\.625rem\] {
  min-height: 3.625rem;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[3rem\] {
  min-height: 3rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[552px\] {
  min-height: 552px;
}
.min-h-\[5rem\] {
  min-height: 5rem;
}
.min-h-\[62px\] {
  min-height: 62px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[96px\] {
  min-height: 96px;
}
.min-h-\[calc\(100vh-220px\)\] {
  min-height: calc(100vh - 220px);
}
.min-h-\[calc\(100vh-280px\)\] {
  min-height: calc(100vh - 280px);
}
.min-h-\[calc\(100vh-320px\)\] {
  min-height: calc(100vh - 320px);
}
.min-h-\[calc\(100vh-360px\)\] {
  min-height: calc(100vh - 360px);
}
.min-h-\[calc\(100vh-380px\)\] {
  min-height: calc(100vh - 380px);
}
.min-h-\[max\(28rem\2c calc\(100vh-32rem\)\)\] {
  min-height: max(28rem,calc(100vh - 32rem));
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-32 {
  width: 8rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.\!w-9 {
  width: 2.25rem !important;
}
.\!w-\[150px\] {
  width: 150px !important;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1024px\] {
  width: 1024px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[11\.5rem\] {
  width: 11.5rem;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[168px\] {
  width: 168px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18rem\] {
  width: 18rem;
}
.w-\[191px\] {
  width: 191px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[304px\] {
  width: 304px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[38\%\] {
  width: 38%;
}
.w-\[4\.25rem\] {
  width: 4.25rem;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42rem\] {
  width: 42rem;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-\[5\.75rem\] {
  width: 5.75rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72\%\] {
  width: 72%;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[8\.5rem\] {
  width: 8.5rem;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[94\%\] {
  width: 94%;
}
.w-\[9rem\] {
  width: 9rem;
}
.w-\[calc\(100\%-12px\)\] {
  width: calc(100% - 12px);
}
.w-\[min\(100\%\2c 820px\)\] {
  width: min(100%,820px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.\!min-w-\[92px\] {
  min-width: 92px !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1\.125rem\] {
  min-width: 1.125rem;
}
.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[2\.5rem\] {
  min-width: 2.5rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[520px\] {
  min-width: 520px;
}
.min-w-\[52px\] {
  min-width: 52px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[6\.5rem\] {
  min-width: 6.5rem;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[64px\] {
  min-width: 64px;
}
.min-w-\[7\.5rem\] {
  min-width: 7.5rem;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.min-w-\[7rem\] {
  min-width: 7rem;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[84px\] {
  min-width: 84px;
}
.min-w-\[868px\] {
  min-width: 868px;
}
.min-w-\[880px\] {
  min-width: 880px;
}
.min-w-\[9\.5rem\] {
  min-width: 9.5rem;
}
.min-w-\[920px\] {
  min-width: 920px;
}
.min-w-\[928px\] {
  min-width: 928px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.min-w-\[9rem\] {
  min-width: 9rem;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-\[124px\] {
  max-width: 124px !important;
}
.max-w-0 {
  max-width: 0rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[4\.5rem\] {
  max-width: 4.5rem;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[65\%\] {
  max-width: 65%;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[72px\] {
  max-width: 72px;
}
.max-w-\[792px\] {
  max-width: 792px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[8rem\] {
  max-width: 8rem;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-\[calc\(100vw-1rem\)\] {
  max-width: calc(100vw - 1rem);
}
.max-w-\[calc\(100vw-256px\)\] {
  max-width: calc(100vw - 256px);
}
.max-w-\[min\(100\%\2c 18rem\)\] {
  max-width: min(100%,18rem);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-\[9\.5rem\] {
  flex-basis: 9.5rem;
}
.basis-\[var\(--slide-size\)\] {
  flex-basis: var(--slide-size);
}
.basis-full {
  flex-basis: 100%;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-12 {
  --tw-translate-y: -3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[calc\(100\%\+1\.25rem\)\] {
  --tw-translate-y: calc(100% + 1.25rem);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-zoom-out {
  cursor: zoom-out;
}
.touch-manipulation {
  touch-action: manipulation;
}
.select-none {
  -moz-user-select: none;
       user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -moz-appearance: none;
       appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[28px_56px_28px\] {
  grid-template-columns: 28px 56px 28px;
}
.grid-cols-\[340px_20px_1fr\] {
  grid-template-columns: 340px 20px 1fr;
}
.grid-cols-\[80px_minmax\(0\2c 1fr\)_160px_144px_160px\] {
  grid-template-columns: 80px minmax(0,1fr) 160px 144px 160px;
}
.grid-cols-\[80px_minmax\(0\2c 1fr\)_160px_144px_160px_56px\] {
  grid-template-columns: 80px minmax(0,1fr) 160px 144px 160px 56px;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.grid-cols-\[auto_minmax\(0\2c 1fr\)\] {
  grid-template-columns: auto minmax(0,1fr);
}
.grid-cols-\[minmax\(280px\2c 340px\)_1fr\] {
  grid-template-columns: minmax(280px,340px) 1fr;
}
.grid-rows-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-rows: minmax(0,1fr) auto;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.\!justify-end {
  justify-content: flex-end !important;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-card {
  border-radius: var(--radius-md) !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-card {
  border-radius: var(--radius-md);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-card {
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-\[5px\] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rounded-r-card {
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-card {
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.\!rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}
.\!rounded-tl-card {
  border-top-left-radius: var(--radius-md) !important;
}
.\!rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}
.rounded-bl-card {
  border-bottom-left-radius: var(--radius-md);
}
.rounded-br-card {
  border-bottom-right-radius: var(--radius-md);
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.\!border {
  border-width: 1px !important;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-\[5px\] {
  border-left-width: 5px;
  border-right-width: 5px;
}
.border-y-\[6px\] {
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.border-y-\[7px\] {
  border-top-width: 7px;
  border-bottom-width: 7px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-b-\[14px\] {
  border-bottom-width: 14px;
}
.border-b-\[7px\] {
  border-bottom-width: 7px;
}
.border-b-\[9px\] {
  border-bottom-width: 9px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[14px\] {
  border-left-width: 14px;
}
.border-l-\[6px\] {
  border-left-width: 6px;
}
.border-l-\[7px\] {
  border-left-width: 7px;
}
.border-l-\[8px\] {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-\[7px\] {
  border-right-width: 7px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-\[6px\] {
  border-top-width: 6px;
}
.border-t-\[7px\] {
  border-top-width: 7px;
}
.border-t-\[9px\] {
  border-top-width: 9px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-\[\#aac8ea\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 200 234 / var(--tw-border-opacity));
}
.border-border {
  border-color: var(--border);
}
.border-border-input {
  border-color: var(--border-input);
}
.border-border-muted {
  border-color: var(--border-muted);
}
.border-border-strong {
  border-color: var(--border-strong);
}
.border-danger {
  border-color: var(--danger);
}
.border-divider {
  border-color: var(--divider);
}
.border-foreground-disabled {
  border-color: var(--foreground-disabled);
}
.border-foreground-muted {
  border-color: var(--foreground-muted);
}
.border-foreground-nav {
  border-color: var(--foreground-nav);
}
.border-info {
  border-color: var(--info);
}
.border-input {
  border-color: var(--input);
}
.border-link {
  border-color: var(--link);
}
.border-primary {
  border-color: var(--primary);
}
.border-sale {
  border-color: var(--sale);
}
.border-secondary {
  border-color: var(--secondary);
}
.border-success {
  border-color: var(--success);
}
.border-transparent {
  border-color: transparent;
}
.border-warning {
  border-color: var(--warning);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-b-danger {
  border-bottom-color: var(--danger);
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-border {
  border-left-color: var(--border);
}
.border-l-sale {
  border-left-color: var(--sale);
}
.border-l-surface {
  border-left-color: var(--surface);
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-sale {
  border-right-color: var(--sale);
}
.border-t-primary {
  border-top-color: var(--primary);
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-danger {
  background-color: var(--danger) !important;
}
.\!bg-foreground-muted {
  background-color: var(--foreground-muted) !important;
}
.\!bg-popularity {
  background-color: var(--popularity) !important;
}
.\!bg-primary {
  background-color: var(--primary) !important;
}
.\!bg-recommendation {
  background-color: var(--recommendation) !important;
}
.\!bg-surface {
  background-color: var(--surface) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#0084ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 255 / var(--tw-bg-opacity));
}
.bg-\[\#9a9a9a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}
.bg-\[\#f1f4fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 251 / var(--tw-bg-opacity));
}
.bg-\[\#f5f8fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 252 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  background-color: rgba(0,0,0,0.4);
}
.bg-accent-pink {
  background-color: var(--pink);
}
.bg-background {
  background-color: var(--background);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-border {
  background-color: var(--border);
}
.bg-border-muted {
  background-color: var(--border-muted);
}
.bg-cms-avatar-backdrop {
  background-color: var(--cms-avatar-backdrop);
}
.bg-danger {
  background-color: var(--danger);
}
.bg-danger-muted {
  background-color: var(--danger-muted);
}
.bg-foreground {
  background-color: var(--foreground);
}
.bg-foreground-muted {
  background-color: var(--foreground-muted);
}
.bg-foreground-secondary {
  background-color: var(--foreground-secondary);
}
.bg-info {
  background-color: var(--info);
}
.bg-info-muted {
  background-color: var(--info-muted);
}
.bg-input {
  background-color: var(--input);
}
.bg-link {
  background-color: var(--link);
}
.bg-notification {
  background-color: var(--notification);
}
.bg-pagination {
  background-color: var(--pagination);
}
.bg-popularity {
  background-color: var(--popularity);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-primary-foreground {
  background-color: var(--primary-foreground);
}
.bg-primary-icon {
  background-color: var(--primary-icon);
}
.bg-primary-muted {
  background-color: var(--primary-muted);
}
.bg-recommendation {
  background-color: var(--recommendation);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-success {
  background-color: var(--success);
}
.bg-success-muted {
  background-color: var(--success-muted);
}
.bg-surface {
  background-color: var(--surface);
}
.bg-surface-muted {
  background-color: var(--surface-muted);
}
.bg-surface-wap-drawer {
  background-color: var(--surface-wap-drawer);
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning {
  background-color: var(--warning);
}
.bg-warning-muted {
  background-color: var(--warning-muted);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-\[url\(\'\/images\/new-product\.png\'\)\] {
  background-image: url('/images/new-product.png');
}
.bg-\[url\(\'\/images\/recommended\.png\'\)\] {
  background-image: url('/images/recommended.png');
}
.bg-\[url\(\'\/images\/section-bg\.png\'\)\] {
  background-image: url('/images/section-bg.png');
}
.bg-\[url\(\'\/images\/time-limited\.png\'\)\] {
  background-image: url('/images/time-limited.png');
}
.bg-gradient-hero {
  background-image: var(--gradient-hero);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-accent-sky-light {
  --tw-gradient-from: var(--accent-sky-light);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-accent-sky {
  --tw-gradient-to: var(--accent-sky);
}
.bg-\[length\:114px_100\%\] {
  background-size: 114px 100%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-border-subtle {
  fill: var(--border-subtle);
}
.fill-current {
  fill: currentColor;
}
.fill-none {
  fill: none;
}
.fill-primary {
  fill: var(--primary);
}
.fill-rating-empty {
  fill: var(--rating-empty);
}
.fill-warning {
  fill: var(--warning);
}
.fill-yellow {
  fill: var(--yellow);
}
.stroke-surface {
  stroke: var(--surface);
}
.stroke-\[2\.5\] {
  stroke-width: 2.5;
}
.stroke-\[2\] {
  stroke-width: 2;
}
.stroke-\[3\] {
  stroke-width: 3;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-bottom {
  object-position: bottom;
}
.object-center {
  object-position: center;
}
.object-left {
  object-position: left;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pl-3 {
  padding-left: 0.75rem !important;
}
.\!pr-16 {
  padding-right: 4rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-\[calc\(3\.5rem\+2rem\)\] {
  padding-bottom: calc(3.5rem + 2rem);
}
.pl-0 {
  padding-left: 0px;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[108px\] {
  padding-left: 108px;
}
.pl-\[180px\] {
  padding-left: 180px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[38\%\] {
  padding-left: 38%;
}
.pl-\[42\%\] {
  padding-left: 42%;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pt-\[80\%\] {
  padding-top: 80%;
}
.pt-\[90\%\] {
  padding-top: 90%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.align-super {
  vertical-align: super;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xs {
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.75rem\] {
  line-height: 0.75rem;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-body {
  color: var(--body) !important;
}
.\!text-danger-foreground {
  color: var(--danger-foreground) !important;
}
.\!text-foreground {
  color: var(--foreground) !important;
}
.\!text-foreground-muted {
  color: var(--foreground-muted) !important;
}
.\!text-primary {
  color: var(--primary) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#1e8efe\] {
  --tw-text-opacity: 1;
  color: rgb(30 142 254 / var(--tw-text-opacity));
}
.text-\[\#797979\] {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}
.text-\[\#7985FF\] {
  --tw-text-opacity: 1;
  color: rgb(121 133 255 / var(--tw-text-opacity));
}
.text-\[\#7b8ea4\] {
  --tw-text-opacity: 1;
  color: rgb(123 142 164 / var(--tw-text-opacity));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#ff3fa2\] {
  --tw-text-opacity: 1;
  color: rgb(255 63 162 / var(--tw-text-opacity));
}
.text-background {
  color: var(--background);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-body {
  color: var(--body);
}
.text-bundle-domestic-text {
  color: var(--bundle-domestic-text);
}
.text-bundle-foreign-text {
  color: var(--bundle-foreign-text);
}
.text-cms-avatar-backdrop {
  color: var(--cms-avatar-backdrop);
}
.text-current {
  color: currentColor;
}
.text-danger {
  color: var(--danger);
}
.text-danger-foreground {
  color: var(--danger-foreground);
}
.text-foreground {
  color: var(--foreground);
}
.text-foreground-muted {
  color: var(--foreground-muted);
}
.text-foreground-nav {
  color: var(--foreground-nav);
}
.text-foreground-secondary {
  color: var(--foreground-secondary);
}
.text-foreground-subtle {
  color: var(--foreground-subtle);
}
.text-icon-muted {
  color: var(--icon-muted);
}
.text-info {
  color: var(--info);
}
.text-info-foreground {
  color: var(--info-foreground);
}
.text-inherit {
  color: inherit;
}
.text-input-foreground {
  color: var(--input-foreground);
}
.text-link {
  color: var(--link);
}
.text-notification-foreground {
  color: var(--notification-foreground);
}
.text-pagination {
  color: var(--pagination);
}
.text-popularity {
  color: var(--popularity);
}
.text-price {
  color: var(--price);
}
.text-price-foreign {
  color: var(--price-foreign);
}
.text-primary {
  color: var(--primary);
}
.text-primary-foreground {
  color: var(--primary-foreground);
}
.text-primary-hover {
  color: var(--primary-hover);
}
.text-rating-empty {
  color: var(--rating-empty);
}
.text-recommendation {
  color: var(--recommendation);
}
.text-sale {
  color: var(--sale);
}
.text-secondary-foreground {
  color: var(--secondary-foreground);
}
.text-success {
  color: var(--success);
}
.text-success-foreground {
  color: var(--success-foreground);
}
.text-transparent {
  color: transparent;
}
.text-warning {
  color: var(--warning);
}
.text-warning-foreground {
  color: var(--warning-foreground);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow {
  color: var(--yellow);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-primary {
  text-decoration-color: var(--primary);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.\!shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-2px_8px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 -2px 8px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 -2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-4px_12px_rgba\(15\2c 23\2c 42\2c 0\.08\)\] {
  --tw-shadow: 0 -4px 12px rgba(15,23,42,0.08);
  --tw-shadow-colored: 0 -4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_24px_rgba\(15\2c 23\2c 42\2c 0\.18\)\2c 0_0_0_1px_rgba\(15\2c 23\2c 42\2c 0\.06\)\] {
  --tw-shadow: 0 6px 24px rgba(15,23,42,0.18),0 0 0 1px rgba(15,23,42,0.06);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color), 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-elevated {
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-header {
  --tw-shadow: var(--shadow-header);
  --tw-shadow-colored: var(--shadow-header);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-soft {
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --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, 0 0 #0000);
}
.ring-2 {
  --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, 0 0 #0000);
}
.ring-primary {
  --tw-ring-color: var(--primary);
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.ring-offset-surface {
  --tw-ring-offset-color: var(--surface);
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-\[0_-4px_10px_rgba\(15\2c 23\2c 42\2c 0\.08\)\] {
  --tw-drop-shadow: drop-shadow(0 -4px 10px rgba(15,23,42,0.08));
  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);
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[bottom\] {
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[color\2c background-color\2c filter\] {
  transition-property: color,background-color,filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c bottom\] {
  transition-property: transform,bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-\[bottom\] {
  will-change: bottom;
}
.will-change-transform {
  will-change: transform;
}
.\!size-12 {
  width: 3rem !important;
  height: 3rem !important;
}
.\!size-5 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.\!size-9 {
  width: 2.25rem !important;
  height: 2.25rem !important;
}
.\!size-\[34px\] {
  width: 34px !important;
  height: 34px !important;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[0\.8rem\] {
  width: 0.8rem;
  height: 0.8rem;
}
.size-\[1\.125rem\] {
  width: 1.125rem;
  height: 1.125rem;
}
.size-\[14px\] {
  width: 14px;
  height: 14px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[28px\] {
  width: 28px;
  height: 28px;
}
.size-\[34px\] {
  width: 34px;
  height: 34px;
}
.size-\[3px\] {
  width: 3px;
  height: 3px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-auto {
  width: auto;
  height: auto;
}
.grid-gap-1 {
  grid-gap: 0.25rem;
}
.grid-gap-1\.5 {
  grid-gap: 0.375rem;
}
.grid-gap-2 {
  grid-gap: 0.5rem;
}
.grid-gap-3 {
  grid-gap: 0.75rem;
}
.grid-gap-4 {
  grid-gap: 1rem;
}
.grid-gap-6 {
  grid-gap: 1.5rem;
}
.line-clamp-1,
  .line-clamp-2,
  .line-clamp-3,
  .line-clamp-4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
.line-clamp-2 {
    -webkit-line-clamp: 2;
  }
.line-clamp-3 {
    -webkit-line-clamp: 3;
  }
.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.\[-webkit-overflow-scrolling\:touch\] {
  -webkit-overflow-scrolling: touch;
}
.\[-webkit-tap-highlight-color\:transparent\] {
  -webkit-tap-highlight-color: transparent;
}
.\[-webkit-text-stroke\:6px_\#fff\] {
  -webkit-text-stroke: 6px #fff;
}
.\[filter\:drop-shadow\(2px_4px_6px_rgba\(0\2c 0\2c 0\2c 0\.5\)\)\] {
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}
.\[filter\:var\(--filter-nav-item\)\] {
  filter: var(--filter-nav-item);
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}
.\[touch-action\:none\] {
  touch-action: none;
}
.\[touch-action\:pan-x_pan-y\] {
  touch-action: pan-x pan-y;
}
.\[transform\:scaleY\(-1\)\] {
  transform: scaleY(-1);
}

/*
 * Theme tokens are injected by lib/theme/inject-css-vars.js (Tailwind plugin).
 * See lib/theme/tokens.js for the canonical color, radius, shadow, and gradient values.
 */

html {
  height: 100%;
  /*
   * Shared scrollbar tokens. Defaults are FF52-safe (no color-mix).
   * Newer browsers get translucent mixes via @supports below.
   */
  --scrollbar-thumb: var(--primary);
  --scrollbar-track: var(--primary-muted);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

@supports (color: color-mix(in srgb, #000 50%, transparent)) {
  html {
    --scrollbar-thumb: color-mix(in srgb, var(--primary) 72%, transparent);
    --scrollbar-track: color-mix(in srgb, var(--primary) 10%, transparent);
  }
}

#__next {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
}

/*
 * Themed scrollbars: thin primary thumb over a soft primary wash.
 * Firefox 64+: scrollbar-width + scrollbar-color.
 * Firefox 52–63: native system scrollbar (no styling API available).
 * WebKit/Blink: richer gradient thumb + hover glow.
 * Hide-scrollbar utilities still override these.
 */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  margin: 2px;
  background: var(--scrollbar-track);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--primary) padding-box;
  box-shadow: 0 0 0 1px var(--primary-muted);
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--primary-hover, var(--primary)) padding-box;
}

*::-webkit-scrollbar-thumb:active {
  background: var(--primary) padding-box;
}

@supports (color: color-mix(in srgb, #000 50%, transparent)) {
  *::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--primary) 72%, #fff) 0%,
        var(--primary) 48%,
        color-mix(in srgb, var(--primary) 78%, #000) 100%
      )
      padding-box;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--primary) 18%, transparent);
  }

  *::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--primary) 55%, #fff) 0%,
        var(--primary) 40%,
        color-mix(in srgb, var(--primary) 70%, #000) 100%
      )
      padding-box;
    box-shadow:
      0 0 0 1px color-mix(in srgb, var(--primary) 28%, transparent),
      0 0 10px color-mix(in srgb, var(--primary) 40%, transparent);
  }

  *::-webkit-scrollbar-thumb:active {
    background: var(--primary) padding-box;
    box-shadow:
      0 0 0 1px color-mix(in srgb, var(--primary) 35%, transparent),
      0 0 12px color-mix(in srgb, var(--primary) 50%, transparent);
  }
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

/* Firefox: remove default inner focus border on buttons (FF 52+). */
button::-moz-focus-inner {
  border: 0;
}

/* Firefox dotted focus ring on links (FF 52). */
a:-moz-focusring {
  outline: none;
}

/* Remove default browser focus ring/border for clicked interactive controls. */
button:focus,
button:focus-visible,
button:active,
a:focus,
a:focus-visible,
a:active,
[role="button"]:focus,
[role="button"]:focus-visible,
[role="button"]:active {
  outline: 0;
  outline-style: none;
  box-shadow: none;
}

button,
a,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

/* Chrome/Edge on Windows paints a blue overlay on selected/replaced images. */
.product-detail-image-viewer,
.product-detail-image-viewer img,
.product-detail-image-lightbox,
.product-detail-image-lightbox img {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
}

.product-detail-image-viewer img::-moz-selection, .product-detail-image-lightbox img::-moz-selection {
  background: transparent;
}

.product-detail-image-viewer img::selection,
.product-detail-image-viewer img::-moz-selection,
.product-detail-image-lightbox img::selection,
.product-detail-image-lightbox img::-moz-selection {
  background: transparent;
}

.wap-auth-checkbox-label {
  -webkit-tap-highlight-color: transparent;
}

/* Chrome/Safari autofill paints a light-blue fill — match the auth field surface. */
.wap-auth-input:-webkit-autofill,
.wap-auth-input:-webkit-autofill:hover,
.wap-auth-input:-webkit-autofill:focus,
.wap-auth-input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--foreground);
  caret-color: var(--foreground);
  /* Large inset shadow covers the UA autofill background. */
  box-shadow: 0 0 0 1000px var(--surface) inset;
  -webkit-transition: background-color 99999s ease-out 0s;
  transition: background-color 99999s ease-out 0s;
}

/* Outside @layer so dev Tailwind build cannot override hover border styles. */
@property --product-card-end {
  syntax: "<angle>";
  inherits: false;
  initial-value: 40deg;
}

.product-card {
  position: relative;
  overflow: visible;
  padding: 1px;
  /* Fill the hover-border gutter so colored panel backgrounds don't show through. */
  background-color: transparent;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    var(--primary) 0deg,
    var(--primary) var(--product-card-end),
    transparent var(--product-card-end)
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.product-card::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 0;
  border-radius: inherit;
  background: conic-gradient(
    var(--primary) 0deg,
    var(--primary) var(--product-card-end),
    transparent var(--product-card-end)
  );
  opacity: 0;
  pointer-events: none;
  filter: blur(5px);
  transition: opacity 0.2s ease;
}

.product-card:hover::before {
  opacity: 1;
  filter: drop-shadow(0 0 2px var(--primary))
    drop-shadow(0 0 5px var(--primary));
  animation: product-card-arc-end-grow 0.85s ease-out forwards;
}

.product-card:hover::after {
  opacity: 0.5;
  animation: product-card-arc-end-grow 0.85s ease-out forwards;
}

.product-card:not(:hover)::before,
.product-card:not(:hover)::after {
  --product-card-end: 40deg;
}

.product-card__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

@keyframes product-card-arc-end-grow {
  to {
    --product-card-end: 360deg;
  }
}

@supports not (background: conic-gradient(red 0deg, blue 90deg)) {
  .product-card {
    overflow: hidden;
  }

  .product-card::after {
    display: none;
  }

  .product-card::before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 130px;
    height: 420px;
    margin-left: -65px;
    padding: 0;
    border-radius: 0;
    background: linear-gradient(
      90deg,
      transparent 0%,
      var(--primary) 50%,
      transparent 100%
    );
    transform-origin: top center;
    mask: none;
  }

  .product-card:hover::before {
    filter: drop-shadow(0 0 3px var(--primary));
    animation: product-card-border-rotate 1.8s linear infinite;
  }

  @keyframes product-card-border-rotate {
    to {
      transform: rotate(360deg);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card:hover::before,
  .product-card:hover::after {
    animation: none;
    --product-card-end: 360deg;
  }

  .product-card:hover::after {
    opacity: 0.5;
  }
}

/* Dual-orbit loading spinner (foreground + primary) */
.loader {
  --color-1: var(--foreground-muted);
  --color-2: var(--primary);
  --size: 1px;

  position: relative;
  display: inline-block;
  transform: rotateZ(45deg);
  perspective: calc(1000 * var(--size));
  border-radius: 50%;
  width: calc(48 * var(--size));
  height: calc(48 * var(--size));
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s loader-spin linear infinite;
}

.loader:before {
  --loader-dot: var(--color-1);
}

.loader:after {
  --loader-dot: var(--color-2);
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes loader-spin {
  0%,
  100% {
    box-shadow: 0.2em 0 0 0 var(--loader-dot);
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 var(--loader-dot);
  }
  25% {
    box-shadow: 0 0.2em 0 0 var(--loader-dot);
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 var(--loader-dot);
  }
  50% {
    box-shadow: -0.2em 0 0 0 var(--loader-dot);
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 var(--loader-dot);
  }
  75% {
    box-shadow: 0 -0.2em 0 0 var(--loader-dot);
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 var(--loader-dot);
  }
}

/* WAP truncated category / tab labels — scroll to end, then restart from front. */
@keyframes wap-marquee {
  0%,
  15% {
    transform: translateX(0);
  }
  85%,
  100% {
    transform: translateX(var(--wap-marquee-x, 0));
  }
}

.wap-marquee {
  animation-name: wap-marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

/* WAP product search landing — soft ripple so the submit control reads as a button. */
@keyframes wap-search-submit-ripple {
  0% {
    transform: scale(0.88);
    opacity: 0.28;
  }
  70% {
    opacity: 0.08;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

.wap-search-submit-ripple {
  animation-name: wap-search-submit-ripple;
  animation-duration: 2.4s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}

.wap-search-submit-ripple--delayed {
  animation-delay: 1.2s;
}

/* Quill snow — scoped to article compose / edit. */
.cms-article-wysiwyg .ql-toolbar.ql-snow {
  border: 1px solid var(--border-input);
  border-bottom: 0;
  border-top-left-radius: var(--radius-card, 8px);
  border-top-right-radius: var(--radius-card, 8px);
  background: var(--surface-muted, #f5f5f5);
}

.cms-article-wysiwyg .ql-container.ql-snow {
  border: 1px solid var(--border-input);
  border-bottom-left-radius: var(--radius-card, 8px);
  border-bottom-right-radius: var(--radius-card, 8px);
  background: var(--surface);
  font-family: inherit;
  font-size: 0.875rem;
}

.cms-article-wysiwyg .ql-editor {
  min-height: 220px;
  color: var(--foreground);
}

.cms-article-wysiwyg .ql-editor.ql-blank::before {
  color: var(--foreground-muted);
  font-style: normal;
}

.cms-article-wysiwyg .ql-snow .ql-stroke {
  stroke: var(--foreground-secondary);
}

.cms-article-wysiwyg .ql-snow .ql-fill,
.cms-article-wysiwyg .ql-snow .ql-stroke.ql-fill {
  fill: var(--foreground-secondary);
}

.cms-article-wysiwyg .ql-snow.ql-toolbar button:hover .ql-stroke,
.cms-article-wysiwyg .ql-snow .ql-toolbar button:hover .ql-stroke,
.cms-article-wysiwyg .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.cms-article-wysiwyg .ql-snow .ql-toolbar button.ql-active .ql-stroke {
  stroke: var(--primary);
}

.cms-article-wysiwyg .ql-snow.ql-toolbar button:hover .ql-fill,
.cms-article-wysiwyg .ql-snow .ql-toolbar button:hover .ql-fill,
.cms-article-wysiwyg .ql-snow.ql-toolbar button.ql-active .ql-fill,
.cms-article-wysiwyg .ql-snow .ql-toolbar button.ql-active .ql-fill {
  fill: var(--primary);
}

@media (prefers-reduced-motion: reduce) {
  .wap-marquee {
    animation: none;
    transform: none;
  }

  .wap-search-submit-ripple {
    animation: none;
  }
  .loader:before,
  .loader:after {
    animation: none;
    box-shadow: 0.2em 0 0 0 var(--loader-dot);
  }
}

.placeholder\:text-foreground-disabled::placeholder {
  color: var(--foreground-disabled);
}

.placeholder\:text-foreground-muted::placeholder {
  color: var(--foreground-muted);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-top-2::after {
  content: var(--tw-content);
  top: -0.5rem;
}

.after\:-top-\[6px\]::after {
  content: var(--tw-content);
  top: -6px;
}

.after\:left-px::after {
  content: var(--tw-content);
  left: 1px;
}

.after\:right-px::after {
  content: var(--tw-content);
  right: 1px;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:border-b-\[6px\]::after {
  content: var(--tw-content);
  border-bottom-width: 6px;
}

.after\:border-b-\[8px\]::after {
  content: var(--tw-content);
  border-bottom-width: 8px;
}

.after\:border-l-\[5px\]::after {
  content: var(--tw-content);
  border-left-width: 5px;
}

.after\:border-r-\[6px\]::after {
  content: var(--tw-content);
  border-right-width: 6px;
}

.after\:border-t-\[6px\]::after {
  content: var(--tw-content);
  border-top-width: 6px;
}

.after\:border-t-\[8px\]::after {
  content: var(--tw-content);
  border-top-width: 8px;
}

.after\:border-b-transparent::after {
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.after\:border-l-accent-pink::after {
  content: var(--tw-content);
  border-left-color: var(--pink);
}

.after\:border-r-accent-pink::after {
  content: var(--tw-content);
  border-right-color: var(--pink);
}

.after\:border-t-transparent::after {
  content: var(--tw-content);
  border-top-color: transparent;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:z-\[1\]:hover {
  z-index: 1;
}

.hover\:border-primary:hover {
  border-color: var(--primary);
}

.hover\:border-primary-muted:hover {
  border-color: var(--primary-muted);
}

.hover\:\!bg-danger-hover:hover {
  background-color: var(--danger-hover) !important;
}

.hover\:\!bg-popularity:hover {
  background-color: var(--popularity) !important;
}

.hover\:\!bg-primary-hover:hover {
  background-color: var(--primary-hover) !important;
}

.hover\:\!bg-recommendation:hover {
  background-color: var(--recommendation) !important;
}

.hover\:\!bg-surface:hover {
  background-color: var(--surface) !important;
}

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-\[\#f1f4fb\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 251 / var(--tw-bg-opacity));
}

.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-danger-hover:hover {
  background-color: var(--danger-hover);
}

.hover\:bg-danger-muted:hover {
  background-color: var(--danger-muted);
}

.hover\:bg-foreground-secondary:hover {
  background-color: var(--foreground-secondary);
}

.hover\:bg-info-muted:hover {
  background-color: var(--info-muted);
}

.hover\:bg-input:hover {
  background-color: var(--input);
}

.hover\:bg-link-hover:hover {
  background-color: var(--link-hover);
}

.hover\:bg-primary:hover {
  background-color: var(--primary);
}

.hover\:bg-primary-hover:hover {
  background-color: var(--primary-hover);
}

.hover\:bg-primary-muted:hover {
  background-color: var(--primary-muted);
}

.hover\:bg-secondary-muted:hover {
  background-color: var(--secondary-muted);
}

.hover\:bg-success-hover:hover {
  background-color: var(--success-hover);
}

.hover\:bg-success-muted:hover {
  background-color: var(--success-muted);
}

.hover\:bg-surface:hover {
  background-color: var(--surface);
}

.hover\:bg-surface-muted:hover {
  background-color: var(--surface-muted);
}

.hover\:bg-surface-sidebar:hover {
  background-color: var(--surface-sidebar);
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-warning-hover:hover {
  background-color: var(--warning-hover);
}

.hover\:bg-warning-muted:hover {
  background-color: var(--warning-muted);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:\!text-link:hover {
  color: var(--link) !important;
}

.hover\:\!text-primary:hover {
  color: var(--primary) !important;
}

.hover\:text-danger:hover {
  color: var(--danger);
}

.hover\:text-danger-hover:hover {
  color: var(--danger-hover);
}

.hover\:text-foreground:hover {
  color: var(--foreground);
}

.hover\:text-link:hover {
  color: var(--link);
}

.hover\:text-link-hover:hover {
  color: var(--link-hover);
}

.hover\:text-pagination:hover {
  color: var(--pagination);
}

.hover\:text-primary:hover {
  color: var(--primary);
}

.hover\:text-primary-hover:hover {
  color: var(--primary-hover);
}

.hover\:text-primary-muted:hover {
  color: var(--primary-muted);
}

.hover\:text-success:hover {
  color: var(--success);
}

.hover\:text-warning-hover:hover {
  color: var(--warning-hover);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:ring-2:hover {
  --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, 0 0 #0000);
}

.hover\:ring-border:hover {
  --tw-ring-color: var(--border);
}

.hover\:ring-offset-1:hover {
  --tw-ring-offset-width: 1px;
}

.hover\:ring-offset-surface:hover {
  --tw-ring-offset-color: var(--surface);
}

.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  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);
}

.hover\:\[filter\:var\(--filter-nav-item\)\]:hover {
  filter: var(--filter-nav-item);
}

.focus\:border-primary:focus {
  border-color: var(--primary);
}

.focus\:bg-surface:focus {
  background-color: var(--surface);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:z-\[1\]:focus-visible {
  z-index: 1;
}

.focus-visible\:bg-surface:focus-visible {
  background-color: var(--surface);
}

.focus-visible\:text-link:focus-visible {
  color: var(--link);
}

.focus-visible\:text-primary:focus-visible {
  color: var(--primary);
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:\[filter\:var\(--filter-nav-item\)\]:focus-visible {
  filter: var(--filter-nav-item);
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.active\:border-primary:active {
  border-color: var(--primary);
}

.active\:bg-primary-muted:active {
  background-color: var(--primary-muted);
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:text-primary:active {
  color: var(--primary);
}

.active\:opacity-80:active {
  opacity: 0.8;
}

.active\:opacity-90:active {
  opacity: 0.9;
}

.active\:ring-2:active {
  --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, 0 0 #0000);
}

.active\:ring-border:active {
  --tw-ring-color: var(--border);
}

.active\:ring-offset-1:active {
  --tw-ring-offset-width: 1px;
}

.active\:ring-offset-surface:active {
  --tw-ring-offset-color: var(--surface);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:\!cursor-not-allowed:disabled {
  cursor: not-allowed !important;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:bg-surface-muted:disabled {
  background-color: var(--surface-muted);
}

.disabled\:\!opacity-60:disabled {
  opacity: 0.6 !important;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:text-link {
  color: var(--link);
}

.group:hover .group-hover\:text-primary {
  color: var(--primary);
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:focus-visible .group-focus-visible\:opacity-100 {
  opacity: 1;
}

@supports not (scrollbar-width:none) {

  .supports-\[not\(scrollbar-width\:none\)\]\:h-\[26px\] {
    height: 26px;
  }

  .supports-\[not\(scrollbar-width\:none\)\]\:items-center {
    align-items: center;
  }

  .supports-\[not\(scrollbar-width\:none\)\]\:overflow-hidden {
    overflow: hidden;
  }

  .supports-\[not\(scrollbar-width\:none\)\]\:pb-\[17px\] {
    padding-bottom: 17px;
  }
}

@media not all and (min-width: 1024px) {

  .max-lg\:max-h-\[800px\] {
    max-height: 800px;
  }

  .max-lg\:min-h-\[560px\] {
    min-height: 560px;
  }
}

@media (min-width: 380px) {

  .xs\:bottom-\[calc\(4rem\+2\.25rem\)\] {
    bottom: calc(4rem + 2.25rem);
  }

  .xs\:left-3 {
    left: 0.75rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-\[16rem\] {
    height: 16rem;
  }

  .xs\:h-\[18px\] {
    height: 18px;
  }

  .xs\:h-\[20rem\] {
    height: 20rem;
  }

  .xs\:h-\[4rem\] {
    height: 4rem;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-\[10\.5rem\] {
    width: 10.5rem;
  }

  .xs\:w-\[16rem\] {
    width: 16rem;
  }

  .xs\:w-\[30\%\] {
    width: 30%;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:max-w-\[5\.5rem\] {
    max-width: 5.5rem;
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:pb-\[calc\(4rem\+2\.5rem\)\] {
    padding-bottom: calc(4rem + 2.5rem);
  }

  .xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xs\:leading-\[18px\] {
    line-height: 18px;
  }

  .xs\:\!size-14 {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }

  .xs\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .xs\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .xs\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .xs\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .xs\:size-8 {
    width: 2rem;
    height: 2rem;
  }
}

@media (min-width: 640px) {

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-\[240px\] {
    width: 240px;
  }

  .sm\:max-w-\[320px\] {
    max-width: 320px;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {

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

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-w-\[600px\] {
    min-width: 600px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[calc\(100vh-1\.5rem\)\] {
    max-height: calc(100vh - 1.5rem);
  }

  .lg\:w-\[210px\] {
    width: 210px;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[50px\] {
    width: 50px;
  }

  .lg\:w-\[54\%\] {
    width: 54%;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:h-\[100px\] {
    height: 100px;
  }

  .xl\:h-\[212px\] {
    height: 212px;
  }

  .xl\:h-\[236px\] {
    height: 236px;
  }

  .xl\:h-\[436px\] {
    height: 436px;
  }

  .xl\:h-\[5\.5rem\] {
    height: 5.5rem;
  }

  .xl\:min-h-\[280px\] {
    min-height: 280px;
  }

  .xl\:w-\[100px\] {
    width: 100px;
  }

  .xl\:w-\[224px\] {
    width: 224px;
  }

  .xl\:w-\[241px\] {
    width: 241px;
  }

  .xl\:w-\[320px\] {
    width: 320px;
  }

  .xl\:w-\[340px\] {
    width: 340px;
  }

  .xl\:w-\[5\.5rem\] {
    width: 5.5rem;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:pl-\[40\%\] {
    padding-left: 40%;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:grid-gap-4 {
    grid-gap: 1rem;
  }
}

.\[\&\+\&\]\:mt-3+.\[\&\+\&\]\:mt-3 {
  margin-top: 0.75rem;
}

.\[\&\+\&\]\:mt-4+.\[\&\+\&\]\:mt-4 {
  margin-top: 1rem;
}

.\[\&\+\*\]\:mt-4+* {
  margin-top: 1rem;
}

@media (min-width: 1024px) {

  .lg\:\[\&\+\*\]\:ml-4+* {
    margin-left: 1rem;
  }

  .lg\:\[\&\+\*\]\:mt-0+* {
    margin-top: 0px;
  }
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:ml-1::-webkit-calendar-picker-indicator {
  margin-left: 0.25rem;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:cursor-pointer::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-40::-webkit-calendar-picker-indicator {
  opacity: 0.4;
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\:\:-webkit-scrollbar\]\:h-0::-webkit-scrollbar {
  height: 0px;
}

.\[\&\:\:-webkit-scrollbar\]\:w-0::-webkit-scrollbar {
  width: 0px;
}

.\[\&\>\*\+\*\]\:ml-2>*+* {
  margin-left: 0.5rem;
}

.\[\&\>\*\+\*\]\:mt-2>*+* {
  margin-top: 0.5rem;
}

.\[\&\>\*\+\*\]\:mt-3>*+* {
  margin-top: 0.75rem;
}

.\[\&\>\*\+\*\]\:mt-4>*+* {
  margin-top: 1rem;
}

.\[\&\>\*\:nth-child\(odd\)\]\:pr-4>*:nth-child(odd) {
  padding-right: 1rem;
}

.\[\&\>dt\:not\(\:first-child\)\]\:mt-1>dt:not(:first-child) {
  margin-top: 0.25rem;
}

.\[\&\>dt\]\:pr-2>dt {
  padding-right: 0.5rem;
}

.\[\&\>dt\]\:pr-3>dt {
  padding-right: 0.75rem;
}

.\[\&\>span\:not\(\:only-child\)\]\:ml-1\.5>span:not(:only-child) {
  margin-left: 0.375rem;
}

.\[\&\>span\]\:m-0>span {
  margin: 0px;
}

.\[\&\>span\]\:h-full>span {
  height: 100%;
}

.\[\&\>span\]\:w-full>span {
  width: 100%;
}

.\[\&\>span\]\:p-0>span {
  padding: 0px;
}

.\[\&\>svg\:only-child\]\:mr-0>svg:only-child {
  margin-right: 0px;
}

.\[\&\>svg\]\:mr-1\.5>svg {
  margin-right: 0.375rem;
}

.\[\&_\[align\=center\]\]\:text-center [align=center] {
  text-align: center;
}

.\[\&_\[align\=left\]\]\:text-left [align=left] {
  text-align: left;
}

.\[\&_\[align\=right\]\]\:text-right [align=right] {
  text-align: right;
}

.\[\&_a\]\:text-link a {
  color: var(--link);
}

.\[\&_a\]\:hover\:underline:hover a {
  text-decoration-line: underline;
}

.\[\&_h3\:first-child\]\:mt-0 h3:first-child {
  margin-top: 0px;
}

.\[\&_h3\]\:mb-2 h3 {
  margin-bottom: 0.5rem;
}

.\[\&_h3\]\:mt-4 h3 {
  margin-top: 1rem;
}

.\[\&_h3\]\:text-base h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_h3\]\:font-semibold h3 {
  font-weight: 600;
}

.\[\&_h3\]\:leading-snug h3 {
  line-height: 1.375;
}

.\[\&_img\]\:pointer-events-none img {
  pointer-events: none;
}

.\[\&_img\]\:h-auto img {
  height: auto;
}

.\[\&_img\]\:max-w-full img {
  max-width: 100%;
}

.\[\&_img\]\:select-none img {
  -moz-user-select: none;
       user-select: none;
}

.\[\&_img\]\:outline-none img {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_img\]\:\[-webkit-user-drag\:none\] img {
  -webkit-user-drag: none;
}

.\[\&_li\]\:my-1 li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.\[\&_li\]\:pl-0 li {
  padding-left: 0px;
}

.\[\&_ol\]\:my-3 ol {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}

.\[\&_ol\]\:pl-6 ol {
  padding-left: 1.5rem;
}

.\[\&_p\+p\]\:mt-2 p+p {
  margin-top: 0.5rem;
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}

.\[\&_p\]\:mb-2 p {
  margin-bottom: 0.5rem;
}

.\[\&_p\]\:mb-3 p {
  margin-bottom: 0.75rem;
}

.\[\&_svg\]\:\!h-4 svg {
  height: 1rem !important;
}

.\[\&_svg\]\:\!w-4 svg {
  width: 1rem !important;
}

.\[\&_svg\]\:\!size-3 svg {
  width: 0.75rem !important;
  height: 0.75rem !important;
}

.\[\&_svg\]\:size-7 svg {
  width: 1.75rem;
  height: 1.75rem;
}

.\[\&_ul\]\:my-3 ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}

