<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body,
html {
  line-height: 1.5;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgba(242 243 244);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  letter-spacing: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
[type="search"] {
  outline-offset: -2px;
}
summary {
  display: list-item;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
[role="button"],
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[multiple],
[type="date"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
[multiple]:focus,
[type="date"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}
[type="checkbox"],
[type="radio"],
select {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}
[type="checkbox"] {
  border-radius: 0;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type="file"]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
.container,
.page.messages .messages section#messages {
  width: 100%;
}
/*style template product new*/
.img-product {
  border-radius: 10px;
  padding: 20px;
}
.info-product-top {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.info-product-top .name-product {
  text-transform: initial;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}
.info-product-top .name-price {
  border-bottom: 1px solid #d0d8db;
  justify-content: space-between;
  padding-bottom: 25px;
}
.info-product-top .price-product {
  font-size: 25px;
  line-height: 30px;
}
.custom_brand_name {
  margin-top: 25px;
}
.info-product-top #customiseButton {
  margin-top: 10px;
}
.container.container-product-new {
  max-width: 1310px;
}
.container-product-new .banner_strip_icon {
  padding: 5px 25px;
}
.des-prodduct-new {
  font-size: 22px;
  line-height: 27px;
}
/*end style template product new*/

/*Style layout template product default new*/
.page-layout-template_product_new .price {
  color: #000;
  font-size: 25px;
  line-height: 30px;
  white-space: nowrap;
}
.page-layout-template_product_new  .price-label.block {
  display: none;
}
.page-layout-template_product_new .info-product-top {
  border-radius: 10px;
}
.page-layout-template_product_new .name-product {
  font-weight: 700;
  color: #000;
}
.page-layout-template_product_new select {
  width: 100%;
}
.page-layout-template_product_new #product-addtocart-button {
  line-height: 18px;
}

/*End style layout template product default new*/

/*style slider product default new*/
.page-layout-template_product_new .m-photo-picture picture img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100%;
  height: 100%;
  border-radius: 10px;
}
.page-layout-template_product_new .splide__pagination__page.is-active {
  background: #000;
  transform: none;
}
.page-layout-template_product_new  .splide__arrow {
  width: 52px;
  height: 52px;
  background-color: rgba(210,210,215,.64);
}
.page-layout-template_product_new  .splide__arrow:focus {
  outline: 0;
}
.page-layout-template_product_new  .splide__arrow svg {
  opacity: 0.56;
}
.page-layout-template_product_new .splide__arrow:disabled {
  opacity: 0;
}
.page-layout-template_product_new .splide__arrow--next {
  right: 0;
}
.page-layout-template_product_new .splide__arrow--prev {
  left: 0;
}
/*End style slider product default new*/
/*block delivery*/
.list-item-delivery {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}
.list-item-delivery .item_detail {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  align-items: center;
}
.list-item-delivery .icon-delivery {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.list-item-delivery .text-delivery {
  padding-left: 10px;
  color: #000;
}
/*end block delivery*/
/* style for special price */
.has-special .name-product {
  line-height: 54px;
}
.has-special .italic {
  font-size: 22px;
  font-style: italic;
}
.has-special .special-enable {
  display: flex;
}
.has-special .special-disable {
  display: none;
}
/* end */
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
  .menu-custom-new {
    display: flex;
  }
  .menu-custom-new .level-0 {
    margin-right: 2px;
    position: relative;
  }
  .menu-custom-new .item-span {
    display: flex;
    padding: 0.75rem;
    align-items: center;
  }
  .menu-custom-new .level-0 a {
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .menu-custom-new .level-0 a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.prose {
  color: #374151;
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.75;
}
.prose [class~="lead"] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose a,
.prose blockquote {
  font-weight: 500;
  color: #111827;
}
.prose a {
  text-decoration: underline;
}
.prose strong {
  color: #111827;
  font-weight: 600;
}
.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose ol &gt; li {
  counter-increment: list-counter;
}
.prose ol &gt; li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}
.prose ol &gt; li,
.prose ul &gt; li {
  position: relative;
  padding-left: 1.75em;
}
.prose ul &gt; li::before {
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}
.prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose blockquote {
  font-style: italic;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
  content: open-quote;
}
.prose blockquote p:last-of-type::after {
  content: close-quote;
}
.prose h1 {
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose h2 {
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose h3 {
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose h4 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose code {
  font-weight: 600;
  font-size: 0.875em;
}
.prose code::after,
.prose code::before {
  content: "`";
}
.prose a code,
.prose code,
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose thead {
  color: #111827;
}
.prose pre,
.prose table {
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding: 0.8571429em 1.1428571em;
}
.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose pre code::after,
.prose pre code::before {
  content: "";
}
.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose thead {
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}
.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
  border-bottom-width: 0;
}
.prose tbody td {
  vertical-align: top;
  padding: 0.5714286em;
}
.prose p,
.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose figure,
.prose img,
.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure &gt; * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose h2 code {
  font-size: 0.875em;
}
.prose h3 code {
  font-size: 0.9em;
}
.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose ol ol,
.prose ol ul,
.prose ul ol,
.prose ul ul,
.prose &gt; ul &gt; li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose &gt; ul &gt; li &gt; :first-child {
  margin-top: 1.25em;
}
.prose &gt; ul &gt; li &gt; :last-child {
  margin-bottom: 1.25em;
}
.prose &gt; ol &gt; li &gt; :first-child {
  margin-top: 1.25em;
}
.prose &gt; ol &gt; li &gt; :last-child {
  margin-bottom: 1.25em;
}
.prose h2 + *,
.prose h3 + *,
.prose h4 + *,
.prose hr + * {
  margin-top: 0;
}
.prose tbody td:first-child,
.prose thead th:first-child {
  padding-left: 0;
}
.prose tbody td:last-child,
.prose thead th:last-child {
  padding-right: 0;
}
.prose &gt; :first-child {
  margin-top: 0;
}
.prose &gt; :last-child {
  margin-bottom: 0;
}
#category-view-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.category-description {
  max-width: 56rem;
}
.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}
.product-item .special-price .price-container .price-label,
.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /&gt;&lt;/svg&gt;');
}
.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"&gt; &lt;path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /&gt;&lt;/svg&gt;');
}
#customer-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.strip_price .price {
  color: #000;
  font-size: 16px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  #customer-login-container {
    flex-direction: row;
  }
}
.form-email,
.form-input,
.form-multiselect,
.form-select,
.form-textarea {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-email:focus,
.form-input:focus,
.form-multiselect:focus,
.form-select:focus,
.form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 90, 71, var(--tw-border-opacity));
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}
.page.messages {
  position: sticky;
  z-index: 10;
  top: 0;
}
@media (min-width: 640px) {
  .page.messages .messages section#messages {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page.messages .messages section#messages {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .page.messages .messages section#messages {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .page.messages .messages section#messages {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .page.messages .messages section#messages {
    max-width: 1536px;
  }
}
.page.messages .messages section#messages {
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1.5rem;
}
.message {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}
.message.error,
.message.success {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.message.success {
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.backdrop,
.message.info,
.message.notice,
.message.warning {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.message a {
  text-decoration: underline;
}
.product-item .price-container {
  display: block;
}
.product-item .price-container .price {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.product-item .old-price .price-container .price {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.page-product-bundle .price-final_price .price-from .price-container,
.page-product-bundle .price-final_price .price-to .price-container {
  display: block;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.page-product-bundle
  .price-final_price
  .price-from
  .price-container
  .price-label,
.page-product-bundle
  .price-final_price
  .price-to
  .price-container
  .price-label {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.page-product-bundle .price-final_price .price-from .price-container .price,
.page-product-bundle .price-final_price .price-to .price-container .price {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.page-product-bundle
  .price-final_price
  .price-from
  .old-price
  .price-container
  .price,
.page-product-bundle
  .price-final_price
  .price-from
  .old-price
  .price-container
  .price-label,
.page-product-bundle
  .price-final_price
  .price-to
  .old-price
  .price-container
  .price,
.page-product-bundle
  .price-final_price
  .price-to
  .old-price
  .price-container
  .price-label {
  display: inline;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.backdrop {
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.snap {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.snap::-webkit-scrollbar {
  display: none;
}
.snap &gt; div {
  scroll-snap-align: start;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}
.columns,
.product-image-container img {
  width: 100%;
}
@media (min-width: 640px) {
  .columns {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .columns {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .columns {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .columns {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .columns {
    max-width: 1536px;
  }
}
.columns {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: auto minmax(0, 1fr);
}
.columns .main {
  order: 2;
}
.columns .sidebar {
  order: 3;
}
.page-with-filter .columns .sidebar-main {
  order: 1;
}
@media (min-width: 640px) {
  .page-layout-2columns-left .columns,
  .page-layout-2columns-right .columns,
  .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-layout-2columns-left .columns .main,
  .page-layout-2columns-right .columns .main,
  .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }
  .page-layout-2columns-left .columns .sidebar,
  .page-layout-2columns-right .columns .sidebar,
  .page-layout-3columns .columns .sidebar {
    order: 3;
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-left .columns,
  .page-layout-2columns-right .columns,
  .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-layout-2columns-left .main,
  .page-layout-2columns-right .main,
  .page-layout-3columns .main {
    grid-row: span 2 / span 2;
  }
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar,
  .page-layout-3columns .sidebar {
    grid-column: span 1 / span 1;
  }
  .page-layout-2columns-left .columns .main,
  .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }
  .page-layout-2columns-left .columns .sidebar,
  .page-layout-3columns .columns .sidebar {
    order: 1;
  }
  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional,
  .page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-right.page-with-filter .sidebar-main,
  .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .page-layout-2columns-left .columns,
  .page-layout-2columns-right .columns,
  .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-layout-2columns-left .columns .main,
  .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }
  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}
.product-image-container {
  width: 100% !important;
}
.swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.swatch-attribute .swatch-attribute-options .swatch-option {
  border-width: 2px;
  display: flex;
  justify-content: center;
  margin: 0.25rem;
  padding: 1.5rem 0.5rem;
  min-width: 80px;
  border-radius: 4px;
}
.actions-toolbar .primary button {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
}
.btn,
.btn:hover {
  --tw-bg-opacity: 1;
}
.btn {
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.btn svg {
  display: inline-flex;
}
.btn span {
  vertical-align: middle;
}
.btn:hover {
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.actions-toolbar .primary button:focus,
.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}
.btn-primary {
  background-color: rgba(234, 90, 71, var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.actions-toolbar .primary button:hover,
.btn-primary,
.btn-primary:hover,
.btn-secondary,
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.actions-toolbar .primary button:hover,
.btn-primary:hover {
  background-color: rgba(234, 90, 71, var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-secondary,
.btn-secondary:hover {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
}
.btn-secondary {
  border-color: rgba(234, 90, 71, var(--tw-border-opacity));
  border-width: 2px;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.btn-secondary:hover {
  border-color: rgba(234, 90, 71, var(--tw-border-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn-secondary:focus {
  border-color: transparent;
  border-width: 2px;
}
.btn-size-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 1rem 2.5rem;
}
.btn-size-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}
#cart-drawer {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
[x-cloak] {
  display: none;
}
.input {
  border-radius: 0.25rem;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  width: auto;
}
@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .input {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}
.input-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 90, 71, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.125rem;
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.transition {
  transition: transform 250ms ease, color 250ms ease;
}
.transform-180 {
  transform: rotate(-180deg);
}
.text-sans-serif {
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}
.space-x-1 &gt; :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-y-2 &gt; :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-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 &gt; :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));
}
.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;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-100,
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200,
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-900 {
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-red-500,
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-yellow-500 {
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-green-500,
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-primary {
  background-color: rgba(234, 90, 71, var(--tw-bg-opacity));
}
.bg-container,
.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-container {
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.hover\:bg-container-darker:hover,
.table-row-items &gt; div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.border-current {
  border-color: currentColor;
}
.border-gray-200,
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-300 {
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-green-400,
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-green-400 {
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-primary,
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 90, 71, var(--tw-border-opacity));
}
.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-container,
.hover\:border-container:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 231, var(--tw-border-opacity));
}
.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 90, 71, var(--tw-border-opacity));
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-r-0 {
  border-right-width: 0;
}
.border-l-0 {
  border-left-width: 0;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.last\:border-0:last-child {
  border-width: 0;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.focus\:border-0:focus {
  border-width: 0;
}
.box-content {
  box-sizing: content-box;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.actions-toolbar .primary button svg,
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden,
form legend + br {
  display: none;
}
.flex-row {
  flex-direction: row;
}
.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;
}
.items-baseline {
  align-items: baseline;
}
.content-center {
  align-content: center;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -9999;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-48 {
  height: 12rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg,
.text-xl {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.list-disc {
  list-style-type: disc;
}
.m-0 {
  margin: 0;
}
.m-auto {
  margin: auto;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-4 {
  margin: -1rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-3,
form .field {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4,
form .field.choice input {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-8,
fieldset ~ fieldset {
  margin-top: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-ml-px {
  margin-left: -1px;
}
.last\:mr-0:last-child {
  margin-right: 0;
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}
.max-h-screen-75 {
  max-height: 75vh;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.min-h-0 {
  min-height: 0;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-screen {
  min-height: 100vh;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.min-h-screen-50 {
  min-height: 50vh;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-48 {
  min-width: 12rem;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.hover\:opacity-100:hover,
.opacity-100 {
  opacity: 1;
}
.disabled\:opacity-75:disabled {
  opacity: 0.75;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  right: 0;
  left: 0;
}
.inset-0,
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-full {
  top: 100%;
}
.resize {
  resize: both;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
.hover\:shadow-sm:hover,
.shadow,
.shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover,
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-2xl,
.shadow-lg,
.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.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);
}
.focus-within\:ring-1:focus-within {
  --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);
}
.focus\:ring-0:focus {
  --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);
}
.active\:ring-0: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(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-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.stroke-1 {
  stroke-width: 1;
}
.table-auto {
  table-layout: auto;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.account-nav ul li a:hover,
.hover\:text-black:hover,
.text-black,
.text-white {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white {
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-200,
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300 {
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover,
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover,
.text-gray-500,
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700,
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-800 {
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-900,
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-yellow-400 {
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.text-primary,
.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-secondary {
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-orange-400,
.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-orange-400 {
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 90, 71, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.hover\:underline:hover,
.order-links li a,
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.hover\:no-underline:hover,
.no-underline {
  text-decoration: none;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.align-top {
  vertical-align: top;
}
.actions-toolbar .primary button span,
.align-middle {
  vertical-align: middle;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.w-0 {
  width: 0;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-32 {
  width: 8rem;
}
.w-40 {
  width: 10rem;
}
.w-56 {
  width: 14rem;
}
.w-64 {
  width: 16rem;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-3\/12 {
  width: 25%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.focus\:z-10:focus {
  z-index: 10;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.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-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}
.origin-top-right {
  transform-origin: top right;
}
.origin-top-left {
  transform-origin: top left;
}
.rotate-0 {
  --tw-rotate: 0deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}
.-translate-x-12 {
  --tw-translate-x: -3rem;
}
.translate-x-full {
  --tw-translate-x: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}
.-translate-x-full {
  --tw-translate-x: -100%;
}
.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}
.-translate-y-8 {
  --tw-translate-y: -2rem;
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
}
.-translate-y-full {
  --tw-translate-y: -100%;
}
.transition,
.transition-all,
.transition-transform {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition,
.transition-transform {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
}
.transition-transform {
  transition-property: transform;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.table-row-items &gt; div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.account-nav ul li a,
.actions-toolbar {
  display: flex;
  justify-content: space-between;
}
.account-nav ul li a,
.account-nav ul li strong {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: underline;
}
.actions-toolbar {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
  border-top-width: 1px;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .actions-toolbar .primary button {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .actions-toolbar .primary button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 90, 71, var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
  text-decoration: underline;
}
body &gt; div &gt; div.grecaptcha-badge {
  display: none;
  height: 0 !important;
  width: 0 !important;
}
.order-items &gt; div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.order-links {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.order-links li {
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  white-space: nowrap;
}
.order-links li.current {
  flex-grow: 1;
}
.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.order-links li.current,
form label,
form legend {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
form label {
  display: block;
  margin-bottom: 0.5rem;
}
form .field.choice {
  display: flex;
  align-items: center;
}
form .field.choice label {
  margin-bottom: 0;
}
form legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:min-h-screen-75 {
    min-height: 75vh;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-48 {
    width: 12rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-4\/12 {
    width: 33.333333%;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-2\/6 {
    width: 33.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-full {
    width: 100%;
  }
  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:min-h-0 {
    min-height: 0;
  }
  .lg\:min-h-screen-50 {
    min-height: 50vh;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-7 {
    padding-left: 1.75rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:absolute {
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
/*custom*/
.button_btn {
    background: #ea5a47 0 0 no-repeat padding-box;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    max-height: 50px;
    padding: 0 15px;
    text-align: center;
    display: block;
    line-height: 50px;
    max-width: 230px;
    cursor: pointer;
    border: 0;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    height: 100%
}

.button_btn span {
    display: inline-block;
}

.button_btn:hover {
    background-color: #ef6350;
    color: #fff
}

.bg_btn,.btn_w100,img {
    max-width: 100%
}

.bg_btn {
    width: 100%
}

.btn_tranparent {
    background-color: transparent;
    border: 2px solid #ea5a47;
    color: #ea5a47
}

.btn_tranparent:hover {
    background-color: #ea5a47;
    color: #fff
}

.section {
    padding: 60px 0
}

.heading_md {
    text-align: center;
    font-size: 30px;
    line-height: 41px;
    color: #262832
}

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

.form-control {
    border: 1px solid #9fa9bb;
    background: 0 0;
    border-radius: 2px;
    min-height: 50px;
    color: #fff
}

.form-control:active,.form-control:focus,.form-control:hover {
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    border-color: #ea5a47;
    color: #fff
}

.form-control:-ms-input-placeholder {
    color: #9fa9bb
}

.form-control::-moz-placeholder {
    color: #9fa9bb
}

.form-control::placeholder {
    color: #9fa9bb
}

.section_index {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 0.5rem;
}

.homebanner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-position: center center;
    height: 545px;
}

.modelbanner {
    background-image: url(../../../../../frontend/Hyva/case24_child/default/Magento_Catalog/images/slider-1.jpg)
}

.homebanner .container {
    height: 100%
}

.banner_text {
    z-index: 9;
    position: relative;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 50px
}

.banner_text p {
    color: #fff
}

.homebanner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner_img img {
    max-height: 350px;
    min-height: 450px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.heading_bg {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    font-size: ;
    letter-spacing: .8px;
    color: #fff;
    margin: 0
}

.click_icon {
    color: #ea5a47
}

.banner_content p {
    margin: 0;
    color: #fff
}

.banner_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px
}

.price {
    font-size: 30px;
    letter-spacing: .6px;
    color: #ea5a47
}

.custom_slider.home_slider .owl-dots {
    bottom: 10px;
    z-index: 11
}

.custom_slider.home_slider .owl-dot {
    background-color: #fff!important
}

.banner_btn .button_btn {
    flex: 1;
    margin-right: 20px
}

.banner_btn .price {
    flex: 1;
    display: inline-block;
    margin: 0
}

.banner_text .price {
    color: #fff
}

.mobile_parallax {
    display: none
}

.banner_strip {
    background-color: #f8f8f8;
    padding: 20px 0
}

.banner_strip_content {
    display: flex;
    align-items: center;
    justify-content: center
}

.banner_strip_content .price {
    margin: 0;
    line-height: 1;
    text-transform: uppercase
}

.banner_strip_content p {
    margin: 0;
    color: #000;
    text-transform: uppercase
}

.strip_img {
    margin-right: 15px
}

.strip_img img {
    width: 60px
}

.tab_pannel {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ebecee;
    margin: 30px 0;
    flex-wrap: wrap
}

.tab_pannel li {
    flex: 0 0 33%;
    max-width: 33%
}

.tab_pannel li a {
    color: #9fa9bb;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative
}

.tab_pannel li a.active {
    color: #262832
}

.tab_pannel li a.active:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ea5a47;
    bottom: -3px;
    left: 0;
    position: absolute
}

.tab-content .tab-pane .row,.tab_pannel {
    align-items: center
}

.case_content h6 {
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize
}

.case_img,.tab_pannel li {
    text-align: center
}

.case_content .button_btn {
    min-width: 357px
}

.tab-content {
    padding: 0 0 80px
}

.black_content {
    background-color: #262832;
    padding: 60px 0
}

.black_content_txt {
    color: #fff;
    text-align: center
}

.normal_txt_bg,h3 {
    font-size: 30px;
    line-height: 41px;
    text-align: center
}

.normal_txt_bg {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    font-weight: 100;
    color: #fff
}

.owner_name_content .owner_country {
    font-size: 14px;
    line-height: 18px;
}

.popup-product .modals-overlay {
    background-color: rgba(51,51,51,.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8
}

.popup-product .content-popup {
    position: fixed;
    z-index: 51;
    background: #ffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75%
}

.popup-product .popups_close {
    font-size: 0;
    margin-top: 10px;
    margin-right: 10px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #262832;
    opacity: 1;
    z-index: 11111;
    text-shadow: none;
    right: 0;
    position: absolute
}

.popup-product.designtooliframe,.switcher-language button span {
  display: none;
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.image-path {
    height: 300px;
    display: -webkit-box;
    -webkit-box-align: center;
}

.designtooliframe .mobile_header .custom-logo {
    display: none;
}
select#brands, select#models, #dropdown-menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,&lt;svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7 10l5 5 5-5z'/&gt;&lt;path d='M0 0h24v24H0z' fill='none'/&gt;&lt;/svg&gt;");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 12px;
    border: 2px solid #ea5a47;
    border-radius: 8px;
    background-color: #ffffff;
    color: #9FA9BB;
    max-height: 50px;
    height: 100%;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 0px 10px;
}
button.disabled, button[disabled], fieldset[disabled] button {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.custom-block {
    line-height: 85px;
    padding: 0px 15px;
}

.footer .social-icons {
    float: left;
    margin-top: 9px;
    margin-right: 60px;
}

.social-icons li {
    display: inline-block;
    width: 45px;
}

.social-icons li svg {
    width: 30px;
    height: 30px;
}
.payment-logo {
    display: inline-block;
    margin-top: 30px;
}
.about-info {
    float: right;
}

.about-info a {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .info-product-top .name-product {
    font-size: 22px;
    line-height: 25px;
  }
  .info-product-top .price-product {
    font-size: 22px;
    line-height: 25px;
}
  .des-prodduct-new {
    font-size: 18px;
    line-height: 22px;
  }
  .container-product-new .banner_strip_icon {
    font-size: 14px;
  }
  .menu-custom-new .item-span {
    align-items: center;
    display: flex;
  }
  .menu-custom-new .level-0 a {
    width: 100%;
    padding: 1rem 2rem;
    align-items: center;
    display: flex;
    cursor: pointer;
  }
  .menu-custom-new .level-0 a:hover {
    text-decoration: underline;
  }
    .designtooliframe .mobile_header .custom-logo {
        margin-left: 10px;
        display: inline-block;
    }
    ._has-modal .designtooliframe .mobile_header {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    ._has-modal .page-header a.flex {
        justify-content: left;
        position: relative;
        left: -10px;
    }

    .popup-product .popups_close {
        position: relative;
        float: right;
        height: 31px;
        width: 31px;
        margin: 0px 25px;
    }

    .custom-block {
        text-align: center;
    }
    .footer .social-icons {
      float: none;
      margin-top: -15px;
      margin-right: 0px;
      line-height: 0px;
      padding: 0;
    }

    .about-info {
        float: none;
        line-height: 42px;
    }

}
@media screen and (max-width: 991px) {
    .case_content .button_btn {
        min-width:220px
    }

    .case_content .price {
        font-size: 19px
    }
}

@media screen and (max-width: 767px) {
  .info-product-top .name-product {
    font-size: 22px;
    line-height: 22px;
  }
  .page-layout-template_product_new .info-product-top .name-product {
    line-height: 28px;
  }
  .page-layout-template_product_new .price {
    font-size: 22px;
    line-height: 25px;
  }
  .des-prodduct-new {
    font-size: 16px;
    line-height: 22px;
  }
  .info-product-top {
    padding: 25px 20px;
  }
  .container-product-new .banner_strip_icon {
    padding: 5px 20px;
  }
  .catalog-product-view.product-custom-banner .menu-icon-bar {
    color: #fff;
  }
  .catalog-product-view.product-custom-banner .switcher-language button {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
  }
  .catalog-product-view.product-custom-banner .switcher-language button:focus {
    outline: 0;
  }
  .catalog-product-view.product-custom-banner .switcher-language {
    margin-left: 10px;
    margin-right: 10px;
  }
    .popup-product .content-popup {
      width: 100%;
      min-height: 100%;
    }

    .brad_curm,.container.product {
        display: none
    }

    .catalog-product-view .columns {
        padding: 0
    }

    .brad_curm {
        padding: 10px 0
    }

    .section {
        padding: 30px 0;
        margin: 0 1rem;
    }

    .homebanner {
        background-image: none !important;
        height: 400px;
        padding: 0
    }

    .mobile_parallax {
        display: block;
        height: 500px;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: -1;
    }

    .mobile_parallax img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

    .mobile_parallax::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.3)
    }

    .homebanner:after,.sticy_hide .mobile_parallax {
        display: none
    }

    .banner_text {
        margin-top: 20px;
    }

    .banner_text p {
        margin: 0 0 10px;
        color: #fff
    }

    .banner_text .price {
        font-size: 26px;
        max-width: 100px
    }

    .heading_bg {
        font-size: 28px;
        line-height: normal
    }

    .our_customer {
        padding-bottom: 60px
    }

    .mobile_slider {
        padding-bottom: 30px
    }

    .banner_btn {
        display: flex;
    }

    .homebanner .banner_btn {
        display: block;
    }

    .banner_btn .button_btn {
        width: 100%;
        margin-right: 5px;
        max-width: 100%;
    }

    .price {
        width: 100%;
        text-align: left;
        margin-left: 0;
        font-size: 24px
    }

    .black_content {
        padding: 30px 0
    }

    .heading_md,h3 {
        font-size: 28px;
        line-height: 41px;
    }

    .case_content .button_btn {
        min-width: 200px;
        font-size: 13px;
    }

    .tab_pannel li a {
        font-size: 13px;
        line-height: 21px;
        padding: 10px 0
    }

    .tab-content {
        padding: 0 0 40px
    }

    .w-75 {
        width: 100%!important
    }

    .tab_pannel {
        margin: 0 0 20px
    }

    .custom_case_content .banner_btn .price {
        font-size: 18px
    }

    .case_content h6,.desktop_slide{
        display: none;
    }

    .case_content p {
        text-align: center;
        margin: 0
    }

    .banner_btn,.custom_case_content .banner_btn {
        margin-top: 15px
    }

    .custom_slider.home_slider .owl-dots {
        display: none!important
    }

    .banner_strip_content {
        flex-direction: column
    }

    .strip_img {
        margin-right: 0
    }

    .banner_strip .col-4 {
        padding: 0 10px
    }

    .section_index {
      z-index: 0;
    }

    .banner_strip {
        padding: 10px 0 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1;
        margin: 0;
        transition: all .5s ease-in-out
    }

    .banner_strip.remove_strip {
        bottom: -100%
    }

    .banner_strip_content .price {
        font-size: 14px;
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .banner_strip_content img {
        max-width: 40px
    }

    .banner_strip_content p {
        font-size: 12px;
        text-align: center
    }

    .normal_txt_bg {
        font-size: 22px;
        line-height: 36px;
    }

    .insta_post {
        margin-top: 0;
        padding-top: 20px
    }

    .insta_content {
        border: 1px solid #d8d8d8
    }

    .instagram_slider .owl-dots {
        bottom: -25px
    }

    .case_content {
        margin-top: 40px
    }

    .instagram_post .eapps-instagram-feed-posts-item-template-tile {
        width: 100%;
        margin-bottom: 20px
    }
    .page-layout-template_product_new .page-main {
      margin-top: 0;
    }
}

@media screen and (max-width: 370px) {
    .homebanner {
        height:345px
    }
}

@media screen and (max-width: 360px) {
    .banner_text {
      margin-top: 70px;
    }
}

.m-photo-picture picture img {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 75vh;
  object-fit: contain;
  object-position: center;
  height: auto;
}
.bss-css-page-builder h1{
  margin: 0 0 40px;
  font-weight: 300;
  line-height: 44px;
  font-size: 3rem;
}

.bss-css-page-builder h2{
  margin: 25px 0 20px;
  font-weight: 300;
  font-size: 1.8rem;
}

.bss-css-page-builder h3{
  margin: 20px 0 10px;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: left;
}

.bss-css-page-builder h4{
  margin: 20px 0;
  font-weight: 700;
  font-size: 1.2rem;
}

.bss-css-page-builder h5{
  margin: 20px 0;
  font-weight: 700;
  font-size: 1rem;
}
.bss-css-page-builder h6{
  margin: 20px 0;
  font-weight: 700;
  font-size: 0.8rem;
}

.bss-css-page-builder p{
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}

.bss-css-page-builder ul{
  display: block;
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 2.5rem;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
  list-style-type: disc;
}

.bss-css-page-builder ul li{
  margin: 0 0 0.4rem;
}
.bss-css-page-builder a {
  color: #007bdb;
}

.checkout-success-header {
  font-weight: 400;
  font-size: 2rem;
  margin: 20px 0;
}

.checkout-success-border {
  border-top: 1px solid black;
  margin-bottom: 20px;
}

.checkout-success-container {
  display: flex;
  margin: 20px 0;
}

.checkout-success-icon {
  float: left;
  margin: auto 20px auto 0;
}

.checkout-success-content {
  font-weight: 600;
}
.checkout-success a {
  color: blue;
}

.homebanner img{
  object-position: 50% 50%;
  object-fit: cover;
  z-index: -1;
}

.control-slider,
.control-slider-image {
  height: 8px;
  width: 24px;
  background-color: darkgray;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 100px;
}

.control-slider:hover {
  outline: none;
  border: none;
}

.control-slider:focus {
  outline: none;
  border: none;
}

.bg-white {
  background-color: white;
}

.bg-darkgray {
  background-color: darkgray;
}

#dropdown-menu {
  box-shadow: none;
}

.dropdown-menu, .dropdown-submenu {
  z-index: 100;
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  color: #9FA9BB;
  cursor: pointer;
  line-height: normal;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu li:hover ,.dropdown-submenu li:hover  {
  background-color: hsl(212deg 88% 56%);
  color: #FFFFFF;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #b7b2b2;
}

.dropdown-submenu {
  left: 100%;
  top: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: static ;
  border: none ;
  padding: 0 10px;
}

.dropdown-menu #brands {
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
}

.dropdown-submenu #model {
  margin-left: 10px;
}

[x-cloak] {
  display: none !important;
}

.dropdown-submenu-search {
  overflow-y: auto;
  max-height: 50vh;
}

.dropdown-submenu-search #model {
  margin-left: 10px;
}

.custom-case-search {
  height: 50px !important;
}

.strip_price_text {
  font-weight: 900;
  color: #929eaa;
  font-style: italic;
  font-size: 10px;
}

.strip_icon_currency {
  color: #d9634f;
}

.strip_icon_truck {
  color: #d9634f;
}

.strip_post_url {
  font-weight: bolder;
  color: #c62500;
  font-style: italic;
}

.banner_strip_case {
  background-color: #f2f3f4;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .homebanner img {
    top: 0;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }

  #header {
    background-color: transparent;
  }

  .switcher-language button {
    background-color: transparent;
  }

  .mobile-header {
    background-color: transparent;
  }

  .hover\:shadow-sm:hover, .shadow, .shadow-sm {
    box-shadow: none;
  }

  .border-b {
    border-bottom-width: inherit;
  }

  #brands,#model {
    padding: 5px 0;
  }

  .banner_strip_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 1rem;
    background-color: #f2f3f4;
  }

  .banner_strip_truck {
    margin-right: -15px;
  }

  .banner_strip_icon {
    height: 60px;
  }

  .strip_post_text, .strip_post_url, .strip_truck_text {
    font-size: 14px;
  }

  .strip_icon {
    margin-right: 15px;
  }

  .strip_post_text {
    font-size: 13px;
  }

  .new-content-popup {
    background: #ffff;
  }
}

.left-full {
  left: 100%;
}

.category-cms {
  width: 100%;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

#popup-content-template {
  padding: 2rem;
}

.geoip_title {
  margin-bottom: 1rem;
}

.geoip_popup-main {
  display: flex;
  justify-content: space-between;
}

#bss-cookie-notice {
  position: fixed;
  z-index: 99;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  max-width: 40%;
}

#bss-cookie-notice .btn-cookie:hover {
  border: none;
  box-shadow: none;
  color: #222222;
  background-color: #ffffff;
}

.new-content-popup {
    position: fixed;
    z-index: 51;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
iframe.new-designtooliframe {
    height: 682px;
}

.dialog-model {
  width:700px;
  border-radius: 10px;
  padding: 25px;
  position: fixed;
  z-index: 51;
  background: #ffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog-model-close {
  top: 25px;
  right: 25px;
}

.origin-top {
  transform-origin: top;
}

.translate-y-0 {
  transform: translateY(0px);
}

.duration-300 {
  transition-duration: 300ms;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-10 {
  top: 2.5rem;
}

@media only screen and (max-width: 768px) {
  iframe.new-designtooliframe {
    height: 650px;
  }

  .dialog-model {
    width: calc(100% - 30px);
    padding: 20px;
  }

  .dialog-model-close {
    top: 20px;
    right: 20px;
  }

  .list-item-delivery {
    padding: 20px;
  }

  .height-auto {
    height: auto;
  }

}
.border-active-attribute {
  border-color: rgba(234, 90, 71, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-border-opacity: 1;
}

.bss-border-img {
  border-width: 2px;
  display: flex;
  justify-content: center;
  margin: 0.25rem;
  padding: 1.5rem 0.5rem;
  min-width: 80px;
  border-radius: 4px;
}
.custom_version_name {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.custom_version_delivery {
  font-size: 10px;
  color: #5d5e5e;
  display: flex;
  text-align: left;
}
.custom_version_delivery span {
  margin-top: 4%;
  margin-right: 4%;
  text-align: left;
}
.custom_version_price {
  font-weight: bold;
  color: #ef6350;
  text-align: left;
}
.tab_pannel_case_versions li.selected {
  border-color: #ef6350;
}
@media (min-width: 1280px) {
  .custom_mobile {
    display: none;
  }
  .bss_custom_case {
    padding: 10px 0;
  }
  ul.tab_pannel_case_versions {
    display: flex;
    list-style-type: none;
    padding: 0;
    overflow-x: auto;
  }
  .tab_pannel_case_versions li {
    margin: 10px;
    padding: 20px;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 10px;
    flex: 0 0 30%;
    height: 100%;
    max-height: 250px;
  }

  .custom_version_delivery span {
    margin-top: 4%;
  }
}
@media (max-width: 1280px) {
  .custom_desktop {
    display: none;
  }

  .bss_custom_case {
    padding: 10px 0;
    margin: 0;
  }

  .custom_product_version_case {
    width: 100%;
  }

  .custom_version_item {
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
  }

  .custom_version_item {
    flex: 0 0 48% !important;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin-right: 2.5% !important;
    height: 100%;
    max-height: 220px;
  }

  .splide__arrow {
    background: none !important;
  }
}
.custom_textarea {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .new_textarea {
    background: #ffffff;
    border-radius: 10px;
  }
  .custom_textarea .mobile_name {
    display: none;
  }
  .custom_textarea .des_section {
    padding: 1.5rem 0 0 0;
  }
  .custom_textarea h2 {
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
  }
  .custom_textarea .child_section {
    margin: 1.6%;
    background: #e5e7eb;
  }

  .custom_textarea .child_section h2 {
    text-align: left;
  }

  .custom_textarea .child_section .content-img {
    margin: 0 5%;
  }
  .custom_textarea .child_section .content-text {
    margin-left: 5%;
  }
  .custom_textarea .child_section .content-text h2 {
    font-weight: bold;
    line-height: 40px;
  }

  .custom_textarea .child_section .mobile_img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .info-product-top {
    width: calc(100vw - 30px);
  }

  .custom_textarea .desktop_name {
    display: none;
  }

  .new_textarea {
    background: #ffffff;
    border-radius: 10px;
    margin: 0.6rem;
    padding-top: 15px;
  }

  .custom_textarea .des_section {
    padding-top: 0;
    margin: 0;
  }

  .custom_textarea .mobile_name {
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }

  .custom_textarea .child_section .desktop_img {
    display: none;
  }

  .custom_textarea .child_section {
    background: #e5e7eb;
    margin-bottom: 30px;
  }

  .custom_textarea .child_section .content-text h2 {
    font-weight: bold;
    line-height: 40px;
    margin-top: 5px;
  }

  .splide__arrow--next {
    right: -1.4em !important;
    z-index: 2 !important;
  }
  .splide__arrow--prev {
    left: -1.5em !important;
    z-index: 2 !important;
  }
}

.case24-photo-gallery {
  border-radius: 10px;
  margin-right: 16px;
}

.case24-photo-gallery .splide__slide {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 10px;
}

.case24-photo-gallery .splide__track--nav&gt;.splide__list&gt;.splide__slide.is-active {
  border: 2px solid #ea5a47;
}

.case24-photo-gallery .splide__arrow--prev {
  top: -6px !important;
  background-color: transparent !important;
  transform: translateX(-50%);
  left: 60px;
}

.case24-photo-gallery .splide__arrow--next {
  bottom: -6px !important;
  background-color: transparent !important;
  top: auto;
  transform: unset;
}

.case24-photo-gallery-mobile {
  border-radius: 10px;
}

.case24-photo-gallery-mobile .splide__slide {
  background-color: white;
  border-radius: 10px;
}

.case24-photo-gallery-mobile .splide__track--nav&gt;.splide__list&gt;.splide__slide.is-active {
  border: 3px solid #ea5a47;
}

.case24-photo-gallery-mobile .splide__list {
  width: 100%;
}

.case24-photo-gallery-mobile .splide__arrow--prev {
  background-color: transparent !important;
  left: -10px !important;
}

.case24-photo-gallery-mobile .splide__arrow--next {
  background-color: transparent !important;
  right: -10px !important;
}
@media (min-width: 1024px) {
  #gallery .img-product {
    height: 80%;
  }
}
@media (min-width: 768px) {
  .product-info-main .container-product-new .gap-top {
    grid-template-columns: 4.5fr 5.5fr;
  }
  .case24-photo-gallery-mobile #my-slider-mobile-track {
    width: 90%;
    left: 5%;
    height: 100%;
  }
}

 .promotional-product {
   width: 100%;
   height: 100%;
   border-radius: 10px;
   background-color: #000000;
   color: white;
   padding: 26px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 20px;
 }

.promotional-header {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  padding: 12px 10px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  width: 100%;
}

.promotional-header-title {
  color: white;
  z-index: 10;
  width: 149px;
  height: 140px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: absolute;
  top: -14px;
  left: 30px;
  background-color: #000000;
}

.promotional-header-main-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 30px;
  margin-bottom: 4px;
}

.promotional-header-sale-badge {
  background-color: #FF0000;
  color: white;
  padding: 10px;
  margin-top: 6px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px
}

.promotional-header-info {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding-left: 250px;
}

.promotional-header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
}

.promotional-header-image {
  margin-left: 4px;
}

.promotional-countdown {
  display: flex;
  gap: 30px;
}

.promotional-countdown-item {
  text-align: center;
  padding: 0 15px;
  position: relative;
}

.promotional-countdown-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 1px;
  background-color: #B1B0AF;
}

.promotional-number {
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
}

.promotional-label {
  font-size: 16px;
  font-weight: 400;
}

.promotional-header-mobile {
  display: none;
}

.banner-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 110px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  padding-right: 24px;
}

.banner-content-left {
  display: flex;
  flex-direction: column;
}

.banner-sale-header {
  margin-bottom: 14px;
}

.banner-main-title {
  font-weight: 800;
  font-size: 30px;
}

.banner-sale-badge {
  background-color: #F61212;
  font-size: 28px;
  font-weight: 800;
  padding: 0 4px;
  float: right;
}

.banner-discount-text {
  font-size: 18px;
}

.banner-light-text {
  font-weight: 300;
}

.banner-bold-text {
  font-weight: 700;
}

.banner-countdown {
  display: flex;
  align-items: center;
  gap: 30px;
}

.banner-countdown-item {
  text-align: center;
}

.banner-countdown-number {
  background-color: #F61212;
  border-radius: 4px;
  padding: 8px;
  font-weight: 700;
  font-size: 36px;
}

.banner-countdown-label {
  font-size: 15px;
  margin-top: 8px;
}

.banner-icon {
  margin-left: 10px;
  width: 24px;
  cursor: pointer;
}

.banner-icon-mobile {
  display: none;
}

.photo-gallery-thumb {
  height: 150px;
}

@media (max-width: 768px) {
  .promotional-product {
    width: 100%;
    padding: 12px;
    height: auto;
    gap: 16px;
    display: block;
  }

  .promotional-header {
    text-align: unset;
  }

  .promotional-header-info {
    padding-left: 0;
  }

  .promotional-header-title {
    display: none;
  }

  .promotional-number {
    font-size: 36px;
    line-height: 36px;
  }

  .promotional-label {
    font-size: 14px;
    font-weight: 400;
  }

  .promotional-countdown {
    justify-content: center;
  }

  .promotional-header-mobile {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2px;
  }

  .promotional-header-mobile .sale-mobile {
    background-color: #F61212;
    padding: 0 4px;
  }

  .banner-container {
    padding: 16px 16px 20px 16px;

  }

  .banner-content-left {
    display: none;
  }

  .banner-icon {
    display: none;
  }

  .banner-icon-mobile {
    display: block;
    margin: auto 0;
  }

  .banner-countdown-number {
    font-size: 30px;
  }

  .case24-photo-gallery-mobile .splide__track .splide__slide picture img {
    max-height: 90px;
    max-width: 90px;
    aspect-ratio: 1 / 1;
  }

}

@media (max-width: 420px) {
  .promotional-countdown {
    justify-content: space-between;
    gap: 0;
  }

  .promotional-header-mobile {
    font-size: 26px;
  }

  .banner-countdown {
    gap: 16px;
  }
}
</pre></body></html>