@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@media (max-width: 768px) {
  .main-nav {
    transform: translate(110%, 0%);
    transition: 0.3s;
    right: 0px;
  }

    .main-nav.open {
      display: block;
      overflow: auto;
      transform: translate(0%, 0);
    }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(7 127 255 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(7 127 255 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
CUSTOM
*/
#add_payment_method #payment div.payment_box[hidden], .woocommerce-cart #payment div.payment_box[hidden], .woocommerce-checkout #payment div.payment_box[hidden]  {
  display: none !important;
}
.woocommerce-checkout #payment .azul-payment-box{
  display: none !important;
}
.woocommerce-checkout #payment{
  display: flex !important;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  background: transparent !important;
}
.woocommerce-checkout #payment .payment-method-item{
  display: flex;
  width: 100%;
  max-width: 438px;
  background: transparent !important;
}
.woocommerce-checkout #payment .payment-method-label{
  display: grid;
  width: 100%;
  min-width: 0;
  cursor: pointer;
  align-items: center;
  grid-template-columns: 1rem minmax(0, 1fr) 1.75rem;
  gap: 1rem;
  border-radius: 8px;
  border: 1px solid rgb(230 230 230);
  background-color: #fff;
  padding: 1.5rem 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(11 11 11);
}
.woocommerce-checkout #payment .payment-method-label::before{
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgb(114 114 114);
  border-radius: 9999px;
  background: #fafafa;
}
.woocommerce-checkout #payment input.input-radio:checked + .payment-method-label,
.woocommerce-checkout #payment .payment-method-item.is-selected .payment-method-label{
  border-color: rgb(0 58 159);
  box-shadow: 0 0 0 1px rgb(0 58 159);
  color: rgb(0 58 159);
}
.woocommerce-checkout #payment input.input-radio:checked + .payment-method-label::before,
.woocommerce-checkout #payment .payment-method-item.is-selected .payment-method-label::before{
  border-color: rgb(0 58 159);
  box-shadow: inset 0 0 0 4px #fff;
  background: rgb(0 58 159);
}
.woocommerce-checkout #payment [id^="ppc-button-"]{
  display: none !important;
}
.woocommerce-checkout.body-checkout > .woocommerce-NoticeGroup-checkout{
  width: 100%;
}
@media (min-width: 1024px){
  .woocommerce-checkout.body-checkout > .woocommerce-NoticeGroup-checkout{
    flex: 0 0 100%;
  }
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
  border-radius: 8px;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
}
.woocommerce .woocommerce-error{
  border: 1px solid #f0b4b4;
  background: #fff4f4;
  color: #9f1d1d;
}
.woocommerce .woocommerce-info{
  border: 1px solid #b9cff7;
  background: #f3f7ff;
  color: #062665;
}
.woocommerce .woocommerce-message{
  border: 1px solid #bfe3c7;
  background: #f3fbf5;
  color: #17612b;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before{
  display: none !important;
  content: none !important;
}
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a{
  color: #003a9f;
  font-weight: 700;
  text-decoration: underline;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 376px){
  .container{
    max-width: 376px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1281px){
  .container{
    max-width: 1281px;
  }
}
@media (min-width: 1366px){
  .container{
    max-width: 1366px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.container{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 640px){
  .container{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 720px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1272px;
  }
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 32px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}
.btn.large{
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn.medium{
  height: 2.5rem;
  padding-left: 14px;
  padding-right: 14px;
}
.btn.small{
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn.small i{
  font-size: 14px;
}
.btn i{
  font-size: 20px;
}
.btn i.right{
  margin-right: 10px;
}
.btn i.left{
  margin-left: 10px;
}
.btn:disabled,.btn.disabled{
  cursor: not-allowed;
      color: #7A7E73B2;
      background-color: #EAEAE9B2;
}
.btn-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.btn-icon.large{
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
}
.btn-icon.large i{
  font-size: 20px;
}
.btn-icon.medium{
  height: 2rem;
  min-width: 32px;
  max-width: 32px;
}
.btn-icon.medium i{
  font-size: 14px;
}
.primary-solid{
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 159 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.primary-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 255 / var(--tw-bg-opacity, 1));
}
.primary-outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 58 159 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.primary-outline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 94 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 94 255 / var(--tw-text-opacity, 1));
}
.secondary-solid{
  --tw-bg-opacity: 1;
  background-color: rgb(234 125 2 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.secondary-solid:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 158 6 / var(--tw-bg-opacity, 1));
}
.secondary-outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.secondary-outline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(250 158 6 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 158 6 / var(--tw-text-opacity, 1));
}
.form-group{
  display: block;
}
.form-group label{
  margin-bottom: 0.5rem;
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.form-group .form-control{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-group .form-control::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.form-group .form-control::placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.form-group .form-control.large{
  height: 3.5rem;
}
.checkout-country-select{
  position: relative;
}
.checkout-country-select select.form-control{
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3rem;
}
.checkout-country-select .icon-down{
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 8px;
  color: rgb(0 58 159);
}
.checkout-country-select .select2-container{
  width: 100% !important;
}
.checkout-country-select .select2-container--default .select2-selection--single{
  height: 3.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(211 211 211);
  background-color: rgb(250 250 250);
}
.checkout-country-select .select2-container--default .select2-selection--single .select2-selection__rendered{
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 3rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(0 58 159);
}
.checkout-country-select .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}
.form-group .form-control.medium{
  height: 3rem;
}
.form-group .form-control.small{
  height: 2.5rem;
}
.form-group .form-control.error{
  --tw-border-opacity: 1;
  border-color: rgb(209 69 39 / var(--tw-border-opacity, 1));
}
.form-group .form-control:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 58 159 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-group .form-control:disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.form-group .form-control[readonly]{
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.form-group .input-radio{
  margin: 0px;
  cursor: pointer;
}
.form-group .input-radio input{
  display: none;
}
.form-group .input-radio input + .info{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  .form-group .input-radio input + .info{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.form-group .input-radio input:checked + .info{
  --tw-border-opacity: 1;
  border-color: rgb(0 58 159 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity, 1));
}
.form-group .input-radio input:checked + .info p{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.form-group .input-radio input:checked + .info i{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.form-group .input-radio input + .info p{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.form-group .input-radio input + .info small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.form-group .input-radio input + .info i{
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.form-group .input-radio input + .info p:before {
      content: "";
      position: absolute;
      left: 0px;
      top: auto;
      height: 1rem;
      min-width: 16px;
      max-width: 16px;
      border-radius: 9999px;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(114 114 114 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
    }
.form-group .input-radio input:checked + .info p:before {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      --tw-border-opacity: 1;
      border-color: rgb(0 58 159 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(0 58 159 / var(--tw-bg-opacity, 1));
      box-shadow: inset 0 0 0 4px #fff;
    }
.form-group .input-radio-sub{
  margin: 0px;
  cursor: pointer;
}
.form-group .input-radio-sub input{
  display: none;
}
.form-group .input-radio-sub input + p{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.form-group .input-radio-sub input + p span{
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.form-group .input-radio-sub input + p:before {
      content: "";
      position: absolute;
      left: 0px;
      top: auto;
      height: 1rem;
      min-width: 16px;
      max-width: 16px;
      border-radius: 9999px;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
    }
.form-group .input-radio-sub input:checked + p{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.form-group .input-radio-sub:hover input + p{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.form-group .input-radio-sub input:checked + p:before {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      --tw-border-opacity: 1;
      border-color: rgb(0 58 159 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(0 58 159 / var(--tw-bg-opacity, 1));
      box-shadow: inset 0 0 0 4px #fff;
    }
.form-group .input-check{
  margin: 0px;
  cursor: pointer;
}
.form-group .input-check input{
  display: none;
}
.form-group .input-check input + p{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.form-group .input-check input + p span{
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.form-group .input-check input + p:before {
      content: "";
      position: absolute;
      left: 0px;
      top: auto;
      height: 1rem;
      min-width: 16px;
      max-width: 16px;
      border-radius: 0.125rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
    }
.form-group .input-check input:checked + p{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.form-group .input-check:hover input + p{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.form-group .input-check input:checked + p:before {
      content: "\f108";
      display: flex;
      align-items: center;
      justify-content: center;
      --tw-border-opacity: 1;
      border-color: rgb(0 58 159 / var(--tw-border-opacity, 1));
      font-size: 6px;
      --tw-text-opacity: 1;
      color: rgb(0 58 159 / var(--tw-text-opacity, 1));
      font-family: 'icons';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
    }
.form-group .counter{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.form-group .counter button{
  display: inline-flex;
  height: 1.5rem;
  min-width: 24px;
  max-width: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(114 114 114 / var(--tw-border-opacity, 1));
}
.form-group .counter button i{
  --tw-text-opacity: 1 !important;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1)) !important;
          position: initial !important;
}
.form-group .counter .value{
  width: 100%;
  min-width: 32px;
  max-width: 40px;
  background-color: transparent;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
          -moz-appearance: textfield;
          -webkit-appearance: textfield;
                  appearance: textfield;
        color: #525252 !important;
        opacity: 1 !important;
}
.form-group .counter .value:focus {
          outline: 0;
}
.form-group label.error{
  margin: 0.5rem;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(209 69 39 / var(--tw-text-opacity, 1));
}
.card-categories{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.card-categories:hover, .card-categories.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 94 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity, 1));
}
.card-categories:hover h5, .card-categories.active h5{
  --tw-text-opacity: 1;
  color: rgb(0 94 255 / var(--tw-text-opacity, 1));
}
.card-categories h5{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1));
}
.card-product{
  display: block;
}
.card-product > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.card-product:hover .thumb img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card-product:hover .description h5{
  --tw-text-opacity: 1;
  color: rgb(250 158 6 / var(--tw-text-opacity, 1));
}
.card-product .thumb{
  height: 360px;
  width: 100%;
  overflow: hidden;
}
.card-product .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-product .description{
  display: block;
}
.card-product .description h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.card-product .description p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-breadcrumb{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity, 1));
}
.content-breadcrumb .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.content-breadcrumb .breadcrumb .breadcrumb-item{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-breadcrumb .breadcrumb .breadcrumb-item a{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-breadcrumb .breadcrumb .breadcrumb-item.active{
  --tw-text-opacity: 1;
  color: rgb(0 94 255 / var(--tw-text-opacity, 1));
}
.content-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child)::before {
          content: "\f102";
          position: relative;
          padding-left: 0.5rem;
          padding-right: 0.5rem;
          font-size: 8px;
          --tw-text-opacity: 1;
          color: rgb(114 114 114 / var(--tw-text-opacity, 1));
          font-family: 'icons';
          font-weight: normal;
          font-style: normal;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
        }
header{
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
header .top-bar{
  height: 2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 159 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  header .top-bar{
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  header .top-bar{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1281px){
  header .top-bar{
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px){
  header .top-bar{
    padding-left: 120px;
    padding-right: 120px;
  }
}
header .top-bar > .container{
  display: flex;
  justify-content: flex-end;
}
header .top-bar .list-info{
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  header .top-bar .list-info{
    display: flex;
  }
}
header .top-bar .list-info li a{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
header .top-bar .list-info li a .contain-icon{
  display: inline-flex;
  height: 1.5rem;
  min-width: 24px;
  max-width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
header .top-bar .list-info li a .contain-icon i{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
header > .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
header .logo{
  display: inline-block;
}
header .logo img{
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px){
  header .logo img{
    height: 5rem;
  }
}
@media (min-width: 1024px){
  header .logo img{
    height: 96px;
  }
}
header .main-nav{
  position: fixed;
  top: 105px;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}
header .main-nav > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
header .main-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  header .main-nav{
    top: 113px;
    max-width: 24rem;
  }
}
@media (min-width: 1024px){
  header .main-nav{
    position: static;
    height: auto;
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  header .main-nav > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  header .main-nav{
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
header .main-nav .main-menu{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  header .main-nav .main-menu{
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}
header .main-nav .main-menu li a{
  display: inline-flex;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
header .main-nav .main-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
header .main-nav .main-menu li a.active{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
header .main-nav .list-info-responsive{
  display: block;
}
header .main-nav .list-info-responsive > :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));
}
header .main-nav .list-info-responsive{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  header .main-nav .list-info-responsive{
    display: none;
  }
}
header .main-nav .list-info-responsive li a{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1));
}
header .main-nav .list-info-responsive li a .contain-icon{
  display: inline-flex;
  height: 1.5rem;
  min-width: 24px;
  max-width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(83 83 83 / var(--tw-border-opacity, 1));
}
header .main-nav .list-info-responsive li a .contain-icon i{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1));
}
header .btn-cart{
  position: relative;
}
header .btn-cart span{
  position: absolute;
  top: -0.75rem;
  right: -0.5rem;
  display: inline-flex;
  height: 1.5rem;
  min-width: 24px;
  max-width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 125 2 / var(--tw-bg-opacity, 1));
  font-family: DM Sans, sans-serif;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
footer{
  width: 100%;
}
footer .banner-contact{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  footer .banner-contact{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1024px){
  footer .banner-contact{
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
footer .banner-contact {
      background: linear-gradient(180deg, #EBF6FF 0%, #FAFAFA 100%);
    }
footer .banner-contact h2{
  max-width: 752px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  footer .banner-contact h2{
    font-size: 56px;
    line-height: 72px;
  }
}
footer .banner-contact a{
  white-space: nowrap;
}
footer .body-footer{
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){
  footer .body-footer{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1024px){
  footer .body-footer{
    padding-top: 88px;
    padding-bottom: 40px;
  }
}
footer .body-footer .description{
  display: block;
  max-width: 100%;
}
footer .body-footer .description > :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));
}
@media (min-width: 768px){
  footer .body-footer .description{
    max-width: 328px;
  }
}
footer .body-footer .description .logo{
  display: inline-block;
}
footer .body-footer .description .logo img{
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .body-footer .description p{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
footer .body-footer .main-nav-footer{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  footer .body-footer .main-nav-footer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media (min-width: 1200px){
  footer .body-footer .main-nav-footer{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1281px){
  footer .body-footer .main-nav-footer{
    gap: 60px;
  }
}
footer .body-footer .main-nav-footer h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
footer .body-footer .main-nav-footer address{
  display: block;
  max-width: 160px;
  font-style: normal;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
footer .body-footer .main-nav-footer address a{
  color: inherit;
}
footer .body-footer .main-nav-footer address a:hover{
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
footer .body-footer .main-nav-footer small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
footer .body-footer .main-nav-footer ul{
  display: block;
}
footer .body-footer .main-nav-footer ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
footer .body-footer .main-nav-footer ul li a{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
footer .body-footer .main-nav-footer ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
footer .body-footer .footer-policy-row{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgb(211 211 211);
  padding-top: 24px;
}
footer .body-footer .footer-policy-row a{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(114 114 114);
}
footer .body-footer .footer-policy-row a:hover{
  color: rgb(234 125 2);
}
.modal-add-cart{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-add-cart.open{
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-add-cart .body-modal{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 600px;
}
.modal-add-cart .body-modal > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.modal-add-cart .body-modal{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
@media (min-width: 768px){
  .modal-add-cart .body-modal{
    padding: 1.5rem;
  }
}
.modal-add-cart .body-modal .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.modal-add-cart .body-modal .title .icon-contain{
  display: inline-flex;
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(6 38 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity, 1));
}
.modal-add-cart .body-modal .title .icon-contain i{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.modal-add-cart .body-modal .title h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.modal-add-cart .body-modal .thumb{
  height: 120px;
  min-width: 136px;
  max-width: 136px;
}
.modal-add-cart .body-modal .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-add-cart .body-modal h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.modal-add-cart .body-modal p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.modal-msj{
  position: fixed;
  top: 1.5rem;
  right: 0px;
  z-index: 50;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px){
  .modal-msj{
    right: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.modal-msj {
    transform: translate(100%, 0%);
    transition: 0.3s;
    right: 0px;
  }
.modal-msj.show{
  right: 1.5rem;
      display: block;
      overflow: auto;
      transform: translate(0%, 0);
}
.modal-msj .body{
  display: block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(40 167 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
.modal-msj .body #btnCloseSent{
  position: absolute;
  top: 14px;
  right: 14px;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.modal-msj .body #btnCloseSent i{
  font-size: 12px;
}
.modal-msj .body h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}
.modal-msj .body p{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.modal-confirmation{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-confirmation.open{
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-confirmation .body-modal{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 600px;
}
.modal-confirmation .body-modal > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.modal-confirmation .body-modal{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
@media (min-width: 768px){
  .modal-confirmation .body-modal > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }
  .modal-confirmation .body-modal{
    padding: 1.5rem;
  }
}
.modal-confirmation .body-modal .icon-contain{
  display: inline-flex;
  height: 5rem;
  min-width: 80px;
  max-width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(209 69 39 / var(--tw-border-opacity, 1));
  background-color: #D145271F;
}
.modal-confirmation .body-modal .icon-contain i{
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(209 69 39 / var(--tw-text-opacity, 1));
}
.modal-confirmation .body-modal h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.modal-confirmation .body-modal p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.w-full{
  width: 100%;
}
.max-w-\[636px\]{
  max-width: 636px;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border-b{
  border-bottom-width: 1px;
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}
.bg-\[\#2997D8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 151 216 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!text-\[12px\]{
  font-size: 12px !important;
}
.\!text-\[14px\]{
  font-size: 14px !important;
}
.\!text-\[2px\]{
  font-size: 2px !important;
}
.\!text-\[62px\]{
  font-size: 62px !important;
}
.\!text-\[6px\]{
  font-size: 6px !important;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
body{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  font-family: "Barlow Condensed", sans-serif, "DM Sans";
}
.overflowHidden {
  overflow: hidden;
}
.overflowHiddenMenu {
  position: relative;
  overflow: hidden;
}
.overflowHiddenMenu::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
  opacity: 0.7;
}
#content{
  margin-top: 105px;
  width: 100%;
}
@media (min-width: 768px){
  #content{
    margin-top: 113px;
  }
}
@media (min-width: 1024px){
  #content{
    margin-top: 137px;
  }
}
.content-hero{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .content-hero{
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.content-hero.alt-hero .caption{
  max-width: 958px;
}
.content-hero::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.8;
  }
.content-hero .caption{
  position: relative;
  z-index: 20;
  display: block;
  max-width: 738px;
}
.content-hero .caption > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .content-hero .caption > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
}
.content-hero .caption h1{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
@media (min-width: 376px){
  .content-hero .caption h1{
    font-size: 56px;
    line-height: 72px;
  }
}
@media (min-width: 1024px){
  .content-hero .caption h1{
    font-size: 72px;
    line-height: 96px;
  }
}
.content-hero .caption p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.content-home-categories{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .content-home-categories{
    padding-top: 88px;
    padding-bottom: 3rem;
  }
}
.content-home-categories h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-home-categories h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-home-categories .nav-control-categories{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content-home-categories .slide-show-categories{
  width: 100%;
}
.content-home-categories .slide-show-categories .swiper-wrapper .swiper-slide{
  width: auto;
}
.content-home-best-seller{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content-home-best-seller h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-home-best-seller h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-home-best-seller .body-product{
  display: flex;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  overflow: auto;
}
@media (min-width: 1200px){
  .content-home-best-seller .body-product{
    display: grid;
  }
}
.content-home-best-seller .card-product{
  min-width: 294px;
  max-width: 294px;
}
@media (min-width: 1200px){
  .content-home-best-seller .card-product{
    min-width: 100%;
    max-width: 100%;
  }
}
.content-home-featured-products{
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-home-featured-products{
    padding-top: 3rem;
    padding-bottom: 88px;
  }
}
.content-home-featured-products h2{
  margin-bottom: 2rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-home-featured-products h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-home-featured-products .body-product{
  display: flex;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  overflow: auto;
}
@media (min-width: 1200px){
  .content-home-featured-products .body-product{
    display: grid;
  }
}
.content-home-featured-products .card-product{
  min-width: 294px;
  max-width: 294px;
}
@media (min-width: 1200px){
  .content-home-featured-products .card-product{
    min-width: 100%;
    max-width: 100%;
  }
}
.content-home-banner-about{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-home-banner-about:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.8;
  }
.content-home-banner-about .caption{
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px){
  .content-home-banner-about .caption{
    gap: 1rem;
  }
}
@media (min-width: 1024px){
  .content-home-banner-about .caption{
    flex-direction: row;
    align-items: flex-end;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-home-banner-about .caption h2{
  max-width: 752px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-home-banner-about .caption h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-brands{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-brands{
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.content-brands h2{
  margin-bottom: 3.5rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-brands h2{
    text-align: center;
    font-size: 56px;
    line-height: 72px;
  }
}
.content-brands .body-slider{
  width: 100%;
  overflow: hidden;
}
.content-brands .body-slider .slide-track{
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 2.5rem;
      will-change: transform;
}
.content-brands .body-slider .slide-track.left {
        animation: scroll-left 30s linear infinite;
      }
.content-brands .body-slider .slide-track.right {
        animation: scroll-right 30s linear infinite;
      }
.content-brands .body-slider .slide-track .slide{
  width: 100%;
}
.content-brands .body-slider .slide-track .slide img{
  height: 96px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.content-about-who{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .content-about-who{
    padding-top: 88px;
    padding-bottom: 3rem;
  }
}
.content-about-who .description{
  display: block;
}
.content-about-who .description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-about-who .description h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-about-who .description h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-about-who .description p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-about-who .thumb{
  height: 336px;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px){
  .content-about-who .thumb{
    height: 448px;
  }
}
@media (min-width: 1024px){
  .content-about-who .thumb{
    min-width: 400px;
    max-width: 400px;
  }
}
@media (min-width: 1200px){
  .content-about-who .thumb{
    min-width: 600px;
    max-width: 600px;
  }
}
.content-about-who .thumb.thumb-placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(118 197 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity, 1));
}
.content-about-who .thumb.thumb-placeholder img{
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px){
  .content-about-who .thumb.thumb-placeholder img{
    height: 160px;
  }
}
.content-about-who .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-essence-purpose{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content-essence-purpose h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-essence-purpose h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-essence-purpose .item-essence{
  display: block;
}
.content-essence-purpose .item-essence > :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));
}
@media (min-width: 768px){
  .content-essence-purpose .item-essence > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
}
.content-essence-purpose .item-essence i{
  font-size: 38px;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-essence-purpose .item-essence h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .content-essence-purpose .item-essence h5{
    font-size: 40px;
    line-height: 56px;
  }
}
.content-essence-purpose .item-essence p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-strategic-location{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){
  .content-strategic-location{
    padding-bottom: 0.5rem;
  }
}
.content-strategic-location h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-strategic-location h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-strategic-location p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-strategic-location .map{
  height: 336px;
  width: 100%;
}
@media (min-width: 768px){
  .content-strategic-location .map{
    height: 504px;
  }
}
.content-strategic-location .map iframe{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.content-form-contact{
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  .content-form-contact{
    padding-top: 88px;
    padding-bottom: 3rem;
  }
}
.content-form-contact h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-form-contact h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-form-contact .form-contact{
  display: block;
}
.content-form-contact .form-contact > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .content-form-contact .form-contact > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}
.content-form-contact .form-contact .form-group .area{
  height: 120px;
  padding-top: 1rem;
}
.content-form-contact .info{
  display: block;
  min-width: 100%;
  max-width: 100%;
}
.content-form-contact .info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px){
  .content-form-contact .info{
    min-width: 400px;
    max-width: 400px;
  }
}
@media (min-width: 1200px){
  .content-form-contact .info{
    min-width: 624px;
    max-width: 624px;
  }
}
.content-form-contact .info h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .content-form-contact .info h6{
    font-size: 32px;
    line-height: 48px;
  }
}
.content-form-contact .info p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-form-contact .info .map{
  height: 336px;
  width: 100%;
}
@media (min-width: 768px){
  .content-form-contact .info .map{
    height: 480px;
  }
}
.content-form-contact .info .map iframe{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.content-channels{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-channels{
    padding-bottom: 88px;
  }
}
.content-channels h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-channels h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-channels .list-channels{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
@media (min-width: 768px){
  .content-channels .list-channels{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px){
  .content-channels .list-channels{
    display: flex;
  }
}
.content-channels .list-channels li:not(:last-child){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
@media (min-width: 768px){
  .content-channels .list-channels li:not(:last-child){
    border-bottom-width: 0px;
    border-right-width: 1px;
  }
}
.content-channels .list-channels li:not(:nth-last-child(-n+2)){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
@media (min-width: 1200px){
  .content-channels .list-channels li:not(:nth-last-child(-n+2)){
    border-bottom-width: 0px;
  }
}
.content-channels .list-channels li{
  width: 100%;
  border-right-width: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content-channels .list-channels li .card-channels{
  display: block;
}
.content-channels .list-channels li .card-channels > :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));
}
.content-channels .list-channels li .card-channels i{
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-channels .list-channels li .card-channels h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-channels .list-channels li .card-channels p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){
  .content-channels .list-channels li .card-channels p{
    white-space: nowrap;
  }
}
.content-channels .list-channels li .card-channels a{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-channels .list-channels li .card-channels a:hover{
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-product{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-product{
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.content-product h1{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-product h1{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-product p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-product .body{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px){
  .content-product .body{
    gap: 2.5rem;
  }
}
@media (min-width: 1024px){
  .content-product .body{
    flex-direction: row;
    gap: 3rem;
  }
}
.content-product .body .control-filters{
  position: fixed;
  left: 0px;
  bottom: -100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  opacity: 0;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.content-product .body .control-filters > :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));
}
@media (min-width: 1024px){
  .content-product .body .control-filters{
    position: static;
    display: block;
    min-width: 288px;
    max-width: 288px;
    opacity: 1;
  }
}
.content-product .body .control-filters.open{
  bottom: 0px;
  z-index: 50;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 192px;
  opacity: 1;
}
.content-product .body .control-filters .btn-close-filter{
  display: inline-flex;
  height: 2rem;
  min-width: 32px;
  max-width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(114 114 114 / var(--tw-border-opacity, 1));
}
.content-product .body .control-filters .btn-close-filter i{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-product .body .control-filters h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-product .body .control-filters p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-product .body .control-filters p b{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}
.content-product .body .control-filters h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-product .body .control-filters a{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-product .body .control-filters a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 212 74 / var(--tw-text-opacity, 1));
}
.content-product .body .control-filters a.active{
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-product .body .description-product{
  width: 100%;
}
.content-product .body .description-product .form-filter .form-group-arrow{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.content-product .body .description-product .form-filter .form-group-arrow .form-select{
  width: 100%;
}
.content-product .body .description-product .form-filter .form-group-arrow .select2-container{
  height: 3rem;
  width: 100% !important;
}
.content-product .body .description-product .form-filter .form-group-arrow .select2-container .selection{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.content-product .body .description-product .form-filter .form-group-arrow .select2-container--default .select2-selection--single{
  height: 100%;
  width: 100%;
  border-radius: 32px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
  background-color: transparent !important;
}
.content-product .body .description-product .form-filter .form-group-arrow .select2-container--default .select2-selection--single .select2-selection__rendered{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 2rem;
  padding-right: 3rem;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-product .body .description-product .form-filter .form-group-arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
            display: none;
          }
.content-product .body .description-product .form-filter .form-group-arrow i{
  position: absolute;
  right: 1.5rem;
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-product .body .description-product .list-product{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 768px){
  .content-product .body .description-product .list-product{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem;
  }
}
@media (min-width: 1200px){
  .content-product .body .description-product .list-product{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.content-shopping-cart{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-shopping-cart{
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.content-shopping-cart h1{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 1.12px;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-shopping-cart h1{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-shopping-cart .info-table{
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px){
  .content-shopping-cart .info-table{
    min-width: 0;
    overflow: visible;
  }
}
.content-shopping-cart .info-table table{
  display: none;
  width: 100%;
}
@media (min-width: 1024px){
  .content-shopping-cart .info-table table{
    display: table;
  }
}
.content-shopping-cart .info-table table {
      border-collapse: separate;
      border-spacing: 0 16px;
    }
.content-shopping-cart .info-table table thead tr th{
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table table tbody tr{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.content-shopping-cart .info-table table tbody tr td:first-child {
						border-left: 1px solid #E6E6E6;
						border-radius: 8px 0 0 8px;
					}
/* Lado derecho */
.content-shopping-cart .info-table table tbody tr td:last-child {
						border-right: 1px solid #E6E6E6;
						border-radius: 0 8px 8px 0;
					}
.content-shopping-cart .info-table table tbody tr td{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content-shopping-cart .info-table table tbody tr td .info-product{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-shopping-cart .info-table table tbody tr td .info-product .thumb{
  height: 4rem;
  min-width: 64px;
  max-width: 64px;
}
.content-shopping-cart .info-table table tbody tr td .info-product .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-shopping-cart .info-table table tbody tr td .info-product h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table table tbody tr td .info-product small{
  white-space: nowrap;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table table tbody tr td .counter{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.content-shopping-cart .info-table table tbody tr td .counter button{
  display: inline-flex;
  height: 1.5rem;
  min-width: 24px;
  max-width: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(114 114 114 / var(--tw-border-opacity, 1));
}
.content-shopping-cart .info-table table tbody tr td .counter button i{
  --tw-text-opacity: 1 !important;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1)) !important;
                  position: initial !important;
}
.content-shopping-cart .info-table table tbody tr td .counter .value{
  width: 100%;
  min-width: 32px;
  max-width: 40px;
  background-color: transparent;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table table tbody tr td p{
  white-space: nowrap;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table .list-product-responsive{
  display: block;
}
.content-shopping-cart .info-table .list-product-responsive > :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));
}
@media (min-width: 1024px){
  .content-shopping-cart .info-table .list-product-responsive{
    display: none;
  }
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive{
  display: block;
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive > :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));
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive .thumb{
  height: 4rem;
  min-width: 64px;
  max-width: 64px;
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive .counter{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive .counter button{
  display: inline-flex;
  height: 1.5rem;
  min-width: 24px;
  max-width: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(114 114 114 / var(--tw-border-opacity, 1));
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive .counter button i{
  --tw-text-opacity: 1 !important;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1)) !important;
                position: initial !important;
}
.content-shopping-cart .info-table .list-product-responsive li .card-product-resposive .counter .value{
  width: 100%;
  min-width: 32px;
  max-width: 40px;
  background-color: transparent;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-summary{
  display: block;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
}
.content-shopping-cart .info-summary > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.content-shopping-cart .info-summary{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px){
  .content-shopping-cart .info-summary{
    min-width: 360px;
    max-width: 360px;
  }
}
.content-shopping-cart .info-summary h5{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-summary ul{
  display: block;
}
.content-shopping-cart .info-summary ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.content-shopping-cart .info-summary ul{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.content-shopping-cart .info-summary ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.content-shopping-cart .info-summary ul li p{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-summary ul li p b{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-summary i{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .info-summary small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .empty-cart{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.content-shopping-cart .empty-cart i{
  display: inline-flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  --tw-text-opacity: 1;
  color: rgb(211 211 211 / var(--tw-text-opacity, 1));
}
.content-shopping-cart .empty-cart h2{
  margin: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.8px;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout{
  width: 100%;
}
.content-checkout .header-checkout{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .content-checkout .header-checkout{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.content-checkout .header-checkout > .container-fluid{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .content-checkout .header-checkout > .container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  .content-checkout .header-checkout > .container-fluid{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1281px){
  .content-checkout .header-checkout > .container-fluid{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1600px){
  .content-checkout .header-checkout > .container-fluid{
    padding-left: 120px;
    padding-right: 120px;
  }
}
.content-checkout .header-checkout .logo{
  display: block;
}
.content-checkout .header-checkout .logo img{
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px){
  .content-checkout .header-checkout .logo img{
    height: 96px;
  }
}
.content-checkout .content-thanks{
  width: 100%;
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (min-width: 1024px){
  .content-checkout .content-thanks{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-checkout .content-thanks .body{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 792px;
}
.content-checkout .content-thanks .body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.content-checkout .content-thanks .body .main-info{
  display: block;
}
.content-checkout .content-thanks .body .main-info > :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));
}
.content-checkout .content-thanks .body .main-info{
  text-align: center;
}
.content-checkout .content-thanks .body .main-info .contain-icon{
  display: inline-flex;
  height: 104px;
  min-width: 104px;
  max-width: 104px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(40 167 69 / var(--tw-border-opacity, 1));
          background-color: #28A7451A;
}
.content-checkout .content-thanks .body .main-info .contain-icon i{
  font-size: 60px;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .main-info h1{
  font-family: Barlow Condensed, sans-serif;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-checkout .content-thanks .body .main-info h1{
    font-size: 72px;
    line-height: 96px;
  }
}
.content-checkout .content-thanks .body .main-info p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .main-info .info-email{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content-checkout .content-thanks .body .main-info .info-email i{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .main-info .info-email small{
  display: block;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .main-info .info-email small a{
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-summary{
  display: block;
}
.content-checkout .content-thanks .body .info-summary > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .content-checkout .content-thanks .body .info-summary > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}
.content-checkout .content-thanks .body .info-summary h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-summary .card-product-summary{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  .content-checkout .content-thanks .body .info-summary .card-product-summary{
    flex-direction: row;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-checkout .content-thanks .body .info-summary .card-product-summary .title{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-checkout .content-thanks .body .info-summary .card-product-summary .title .thumb{
  height: 4rem;
  min-width: 64px;
  max-width: 64px;
}
.content-checkout .content-thanks .body .info-summary .card-product-summary .title .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-checkout .content-thanks .body .info-summary .card-product-summary .title h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-summary .card-product-summary .title small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-summary .card-product-summary p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-summary .card-product-summary p b{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-summary ul{
  display: block;
}
.content-checkout .content-thanks .body .info-summary ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.content-checkout .content-thanks .body .info-summary ul{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.content-checkout .content-thanks .body .info-summary ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.content-checkout .content-thanks .body .info-summary ul li small{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-summary ul li p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-shipping{
  display: block;
}
.content-checkout .content-thanks .body .info-shipping > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
  .content-checkout .content-thanks .body .info-shipping > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}
.content-checkout .content-thanks .body .info-shipping h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-shipping .card-shipping{
  display: flex;
  gap: 0.5rem;
}
.content-checkout .content-thanks .body .info-shipping .card-shipping i{
  margin-top: 6px;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-shipping .card-shipping h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .content-thanks .body .info-shipping .card-shipping p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px){
  .content-checkout .body-checkout{
    flex-direction: row;
  }
}
.content-checkout .body-checkout .form-checkout{
  display: block;
  width: 100%;
}
.content-checkout .body-checkout .form-checkout > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.content-checkout .body-checkout .form-checkout{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1024px){
  .content-checkout .body-checkout .form-checkout{
    padding-bottom: 88px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px){
  .content-checkout .body-checkout .form-checkout{
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1281px){
  .content-checkout .body-checkout .form-checkout{
    padding-left: 5rem;
  }
}
@media (min-width: 1600px){
  .content-checkout .body-checkout .form-checkout{
    padding-left: 120px;
  }
}
.content-checkout .body-checkout .form-checkout h6{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 158 6 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .form-checkout #dateCompany{
  display: none;
}
.content-checkout .body-checkout .form-checkout .items-option-shipping{
  display: block;
}
.content-checkout .body-checkout .form-checkout .items-option-shipping > :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));
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option{
  display: block;
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option > :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));
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){
  .content-checkout .body-checkout .form-checkout .items-option-shipping .option{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px){
  .content-checkout .body-checkout .form-checkout .items-option-shipping .option > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option .info-pickup{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option .info-pickup .icon-contain{
  display: inline-flex;
  height: 3rem;
  min-width: 48px;
  max-width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option .info-pickup .icon-contain i{
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .form-checkout .items-option-shipping .option p span{
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .description-summary{
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .content-checkout .body-checkout .description-summary{
    min-width: 500px;
    max-width: 500px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px){
  .content-checkout .body-checkout .description-summary{
    min-width: 580px;
    max-width: 580px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1281px){
  .content-checkout .body-checkout .description-summary{
    min-width: 648px;
    max-width: 648px;
    padding-right: 80px;
  }
}
@media (min-width: 1600px){
  .content-checkout .body-checkout .description-summary{
    padding-right: 120px;
  }
}
.content-checkout .body-checkout .description-summary {
      background: linear-gradient(180deg, #EBF6FF 0%, #FAFAFA 100%);
    }
.content-checkout .body-checkout .description-summary .info-summary{
  display: block;
}
.content-checkout .body-checkout .description-summary .info-summary > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-checkout .body-checkout .description-summary .info-summary{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  .content-checkout .body-checkout .description-summary .info-summary{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-checkout .body-checkout .description-summary .info-summary h5{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .description-summary .info-summary .card-product-summary{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-checkout .body-checkout .description-summary .info-summary .card-product-summary .thumb{
  height: 3.5rem;
  min-width: 56px;
  max-width: 56px;
}
.content-checkout .body-checkout .description-summary .info-summary .card-product-summary .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-checkout .body-checkout .description-summary .info-summary .card-product-summary h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .description-summary .info-summary .card-product-summary small{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .description-summary .info-summary ul{
  display: block;
}
.content-checkout .body-checkout .description-summary .info-summary ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.content-checkout .body-checkout .description-summary .info-summary ul{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.content-checkout .body-checkout .description-summary .info-summary ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.content-checkout .body-checkout .description-summary .info-summary ul li p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .description-summary .info-summary ul li p b{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .description-summary .info-summary i{
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .body-checkout .description-summary .info-summary small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-checkout .footer-checkout{
  display: flex;
  width: 100%;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-checkout .footer-checkout img{
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-checkout .footer-checkout i{
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.content-checkout .footer-checkout p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.content-checkout .footer-checkout small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.content-login{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-login{
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.content-login .body{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 520px;
}
.content-login .body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.content-login .body .nav-login{
  display: flex;
}
.content-login .body .nav-login a{
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.content-login .body .nav-login a.active, .content-login .body .nav-login a:hover{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-login .body h1{
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-login .body h1{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-login .body p{
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-login .body form{
  display: block;
}
.content-login .body form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.content-login .body form a{
  display: inline-flex;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.content-profile{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-profile{
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.content-profile .nav-control-tabs{
  display: none;
  width: 100%;
}
@media (min-width: 1024px){
  .content-profile .nav-control-tabs{
    display: flex;
  }
}
.content-profile .nav-control-tabs .items-tabs{
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.content-profile .nav-control-tabs .items-tabs.active, .content-profile .nav-control-tabs .items-tabs:hover{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-profile .box-options{
  position: relative;
}
@media (min-width: 1024px){
  .content-profile .box-options{
    display: none;
  }
}
.content-profile .box-options .dropdown-options{
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 0.5rem;
  display: none;
}
.content-profile .box-options .dropdown-options > :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));
}
.content-profile .box-options .dropdown-options{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.content-profile .box-options .dropdown-options.open{
  display: block;
}
.content-profile .box-options .dropdown-options a{
  display: block;
  white-space: nowrap;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .box-options .dropdown-options a:hover{
  --tw-text-opacity: 1;
  color: rgb(250 158 6 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs{
  width: 100%;
}
.content-profile .body-tabs .tabs{
  display: none;
  width: 100%;
}
.content-profile .body-tabs .tabs.open{
  display: block;
}
.content-profile .body-tabs .tabs h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-profile .body-tabs .tabs h2{
    font-size: 56px;
    line-height: 72px;
  }
}
.content-profile .body-tabs .tabs .box{
  display: block;
}
.content-profile .body-tabs .tabs .box > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  .content-profile .body-tabs .tabs .box{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px){
  .content-profile .body-tabs .tabs .box{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.content-profile .body-tabs .tabs .box h5{
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .empty{
  display: block;
}
.content-profile .body-tabs .tabs .box .empty > :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));
}
.content-profile .body-tabs .tabs .box .empty{
  text-align: center;
}
.content-profile .body-tabs .tabs .box .empty i{
  font-size: 72px;
  --tw-text-opacity: 1;
  color: rgb(211 211 211 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .content-profile .body-tabs .tabs .box .empty i{
    font-size: 86px;
  }
}
.content-profile .body-tabs .tabs .box .info-add-new-card{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-add-new-card > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box .info-add-new-card #formPayment{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-add-new-card #formPayment > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box .info-payment{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-payment > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box .info-payment .list-payments{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-payment .list-payments > :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));
}
.content-profile .body-tabs .tabs .box .info-payment .list-payments li .card-payment{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  .content-profile .body-tabs .tabs .box .info-payment .list-payments li .card-payment{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.content-profile .body-tabs .tabs .box .info-payment .list-payments li .card-payment .thumb{
  display: flex;
  height: 60px;
  min-width: 80px;
  max-width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-payment .list-payments li .card-payment .thumb img{
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-profile .body-tabs .tabs .box .info-payment .list-payments li .card-payment small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-payment .list-payments li .card-payment p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-address{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
  .content-profile .body-tabs .tabs .box .info-address{
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.content-profile .body-tabs .tabs .box .info-address .icon-contain{
  display: inline-flex;
  height: 2rem;
  min-width: 32px;
  max-width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
}
@media (min-width: 768px){
  .content-profile .body-tabs .tabs .box .info-address .icon-contain{
    height: 3.5rem;
    min-width: 56px;
    max-width: 56px;
  }
}
.content-profile .body-tabs .tabs .box .info-address .icon-contain i{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .content-profile .body-tabs .tabs .box .info-address .icon-contain i{
    font-size: 26px;
  }
}
.content-profile .body-tabs .tabs .box .info-address h6{
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-address p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-orders{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-orders > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box .info-orders .table-orders{
  width: 100%;
  max-width: 1008px;
  overflow: auto;
}
.content-profile .body-tabs .tabs .box .info-orders .table-orders table{
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
.content-profile .body-tabs .tabs .box .info-orders .table-orders table thead tr th{
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-orders .table-orders table tbody tr td{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-profile .body-tabs .tabs .box .info-orders .table-orders table tbody tr td p{
  white-space: nowrap;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-orders .table-orders table tbody tr td small{
  display: block;
  white-space: nowrap;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-detail-orders{
  display: block;
  max-width: 1008px;
}
.content-profile .body-tabs .tabs .box .info-detail-orders > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-info-order{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px){
  .content-profile .body-tabs .tabs .box .info-detail-orders .list-info-order{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-info-order li{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-info-order li small{
  display: block;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-info-order li p{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .info-product{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
@media (min-width: 1024px){
  .content-profile .body-tabs .tabs .box .info-detail-orders .info-product{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.content-profile .body-tabs .tabs .box .info-detail-orders .info-product .thumb{
  height: 3.5rem;
  min-width: 56px;
  max-width: 56px;
}
.content-profile .body-tabs .tabs .box .info-detail-orders .info-product .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-profile .body-tabs .tabs .box .info-detail-orders .info-product p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .info-product p b{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-cost{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-cost > :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));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-cost li:not(:last-child){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-cost li{
  display: block;
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-cost li > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-cost li p{
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box .info-detail-orders .list-cost li h6{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box #formAccount{
  display: block;
}
.content-profile .body-tabs .tabs .box #formAccount > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box #formAddress{
  display: block;
}
.content-profile .body-tabs .tabs .box #formAddress > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow .form-select{
  width: 100%;
}
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow .select2-container{
  height: 3.5rem;
  width: 100% !important;
}
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow .select2-container .selection{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow .select2-container--default .select2-selection--single{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow .select2-container--default .select2-selection--single .select2-selection__rendered{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 3rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
              display: none;
            }
.content-profile .body-tabs .tabs .box #formAddress .form-group-arrow i{
  position: absolute;
  right: 1rem;
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.content-detail-product{
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  .content-detail-product{
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.content-detail-product .description{
  display: block;
  min-width: 100%;
  max-width: 100%;
}
.content-detail-product .description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1200px){
  .content-detail-product .description{
    min-width: 352px;
    max-width: 352px;
  }
  .content-detail-product .description > :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));
  }
}
.content-detail-product .description h2{
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(6 38 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .content-detail-product .description h2{
    font-size: 40px;
    line-height: 56px;
  }
}
.content-detail-product .description h6{
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-detail-product .description .info-tabs-product{
  display: block;
}
.content-detail-product .description .info-tabs-product > :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));
}
.content-detail-product .description .info-tabs-product .nav-control-tabs{
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}
.content-detail-product .description .info-tabs-product .nav-control-tabs .item-tabs{
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-detail-product .description .info-tabs-product .nav-control-tabs .item-tabs.active{
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.content-detail-product .description .info-tabs-product .nav-control-tabs .item-tabs.active::before {
              content: "";
              position: absolute;
              left: 0px;
              bottom: 0px;
              height: 2px;
              width: 100%;
              --tw-bg-opacity: 1;
              background-color: rgb(234 125 2 / var(--tw-bg-opacity, 1));
            }
.content-detail-product .description .info-tabs-product .body-tabs {
        @pply block;
      }
.content-detail-product .description .info-tabs-product .body-tabs .tabs{
  display: none;
}
.content-detail-product .description .info-tabs-product .body-tabs .tabs.open{
  display: block;
}
.content-detail-product .description .info-tabs-product .body-tabs .tabs p{
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}
.content-detail-product .thumb{
  height: 336px;
  width: 100%;
}
@media (min-width: 768px){
  .content-detail-product .thumb{
    height: 440px;
  }
}
@media (min-width: 1024px){
  .content-detail-product .thumb{
    height: 590px;
  }
}
.content-detail-product .thumb img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-detail-product .form-detail-product{
  display: block;
  min-width: 100%;
  max-width: 100%;
}
.content-detail-product .form-detail-product > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 1200px){
  .content-detail-product .form-detail-product{
    min-width: 352px;
    max-width: 352px;
  }
}
.content-detail-product .form-detail-product .form-group-arrow{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.content-detail-product .form-detail-product .select2-container{
  height: 3.5rem;
  width: 100% !important;
}
.content-detail-product .form-detail-product .select2-container .selection{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.content-detail-product .form-detail-product .select2-container--default .select2-selection--single{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}
.content-detail-product .form-detail-product .select2-container--default .select2-selection--single .select2-selection__rendered{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.content-detail-product .form-detail-product .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none;
    }
/* El position:absolute solo aplica al ícono de la flecha del select (dentro de .form-group-arrow),
   NO a los íconos del contador de cantidad. */
.content-detail-product .form-detail-product .form-group-arrow i{
  position: absolute;
  right: 1.5rem;
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(0 58 159 / var(--tw-text-opacity, 1));
}
.select2-dropdown{
  width: 100%;
  min-width: 188px;
  max-width: 188px;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  border-top: 1px solid #E6E6E6 !important;
}
.select2-dropdown .select2-search--dropdown {
    display: none;
  }
.select2-dropdown .select2-results{
  padding: 1rem;
}
.select2-dropdown .select2-results .select2-results__options{
  display: block;
}
.select2-dropdown .select2-results .select2-results__options > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option{
  padding: 0px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1)) !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
  color: #EA7D02;
}
body.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-account .select2-container--default .select2-results__option[aria-selected="true"]{
  background-color: transparent !important;
}
/* ── Notificación inline: detalle de producto ──────────────────────────────── */
.product-inline-notice{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  cursor: pointer;
}
.product-inline-notice.error{
  background-color: #D145271F;
  border-color: rgb(209 69 39);
  color: rgb(209 69 39);
}
.product-inline-notice.info{
  background-color: rgba(0, 58, 159, 0.08);
  border-color: rgb(0 58 159);
  color: rgb(0 58 159);
}
.product-inline-notice i{
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 14px !important;
  color: inherit !important;
  position: initial !important;
}
.product-inline-notice p{
  color: inherit;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px){

    .md\:large.btn{
    height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

    .md\:large.btn-icon{
    height: 2.5rem;
    min-width: 40px;
    max-width: 40px;
  }

      .md\:large.btn-icon i{
    font-size: 20px;
  }

      .form-group .md\:large.form-control{
    height: 3.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 32px;
    font-family: DM Sans, sans-serif;
    font-weight: 500;
  }

    .lg\:btn.large{
    height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

    .lg\:btn.medium{
    height: 2.5rem;
    padding-left: 14px;
    padding-right: 14px;
  }

    .lg\:btn.small{
    height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

      .lg\:btn.small i{
    font-size: 14px;
  }

    .lg\:btn i{
    font-size: 20px;
  }

    .lg\:btn i.right{
    margin-right: 10px;
  }

    .lg\:btn i.left{
    margin-left: 10px;
  }

    .lg\:btn:disabled,.lg\:btn.disabled{
    cursor: not-allowed;
      color: #7A7E73B2;
      background-color: #EAEAE9B2;
  }

  .lg\:btn-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
  }

    .lg\:btn-icon.large{
    height: 2.5rem;
    min-width: 40px;
    max-width: 40px;
  }

      .lg\:btn-icon.large i{
    font-size: 20px;
  }

    .lg\:btn-icon.medium{
    height: 2rem;
    min-width: 32px;
    max-width: 32px;
  }

      .lg\:btn-icon.medium i{
    font-size: 14px;
  }
}
@media (min-width: 376px){
  .xs\:flex-row{
    flex-direction: row;
  }
  .xs\:items-center{
    align-items: center;
  }
}
@media (min-width: 768px){
  .md\:w-auto{
    width: auto;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
}

/* Production adjustments mirrored from the authoritative HTML. */
@media (max-width: 1023px){
  .content-product .description-product .form-filter{
    width: 100%;
  }
  .content-product .description-product .form-filter .select2-selection__rendered{
    justify-content: center;
  }
}

.woocommerce-pagination{
  width: 100%;
}
.woocommerce-pagination .page-numbers{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers{
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li{
  float: none;
  overflow: visible;
  border: 0;
}
.woocommerce-pagination .page-numbers li:first-child a.prev,.woocommerce-pagination .page-numbers li:first-child a.next,.woocommerce-pagination .page-numbers li:last-child a.prev,.woocommerce-pagination .page-numbers li:last-child a.next{
  display: inline-flex;
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(0 58 159 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 159 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.woocommerce-pagination .page-numbers li:first-child a.prev.disabled, .woocommerce-pagination .page-numbers li:first-child a.next.disabled, .woocommerce-pagination .page-numbers li:last-child a.prev.disabled, .woocommerce-pagination .page-numbers li:last-child a.next.disabled{
  --tw-border-opacity: 1;
  border-color: rgb(175 192 223 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 0.3;
}
.woocommerce-pagination .page-numbers li .page-numbers{
  display: inline-flex;
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 125 2 / var(--tw-border-opacity, 1));
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(234 125 2 / var(--tw-text-opacity, 1));
}
.woocommerce-pagination .page-numbers li .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(234 125 2 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce .content-shopping-cart a.remove.btn-icon.large{
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(234 125 2);
  background-color: transparent;
  color: rgb(234 125 2) !important;
  font-size: inherit;
  line-height: normal;
}
.woocommerce .content-shopping-cart a.remove.btn-icon.large:hover{
  border-color: rgb(250 158 6);
  background-color: transparent;
  color: rgb(250 158 6) !important;
}

.content-checkout .body-checkout .form-checkout .woocommerce-checkout-payment .payment-method-label{
  border: 1px solid rgb(0 58 159) !important;
  background-color: rgb(235 246 255) !important;
  box-shadow: none !important;
  color: rgb(0 58 159) !important;
  font-family: DM Sans, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}
@media (min-width: 1024px){
  .content-checkout .body-checkout .description-summary .info-summary{
    position: sticky;
    top: 2rem;
  }
}

.registration-notices{
  margin-top: 1.5rem;
}
@media (min-width: 1024px){
  .lg\:hidden{
    display: none;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-\[106px\]{
    gap: 106px;
  }
  .lg\:space-y-\[72px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(72px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1200px){
  .xl\:flex-row{
    flex-direction: row;
  }
}
@media (min-width: 1281px){
  .xxl\:gap-\[120px\]{
    gap: 120px;
  }
}
