/* purgecss start ignore */

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

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

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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 */
  tab-size: 4;
  /* 3 */
  font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
  /* 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]) {
  text-decoration: underline;
  -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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

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

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

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

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

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

*, ::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(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

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

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-index-index .page-main .swatch-attribute-options {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .swatch-attribute-options h2, .contact-index-index .page-main .swatch-attribute-options p {
  text-align: left;
}

.product-right-main-section .product-right-info div .swatch-attribute-options.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .swatch-attribute-options.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .swatch-attribute-options.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .swatch-attribute-options.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .swatch-attribute-options.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container.swatch-attribute-options {
    margin-bottom: 3px;
  }
}

.swatch-option {
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.contact-index-index .page-main .swatch-option {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .swatch-option h2, .contact-index-index .page-main .swatch-option p {
  text-align: left;
}

.product-right-main-section .product-right-info div .swatch-option.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .swatch-option.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .swatch-option.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .swatch-option.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .swatch-option.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container.swatch-option {
    margin-bottom: 3px;
  }
}

.swatch-option {
  min-width: 40px;
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-index-index .page-main .btn {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .btn h2, .contact-index-index .page-main .btn p {
  text-align: left;
}

.product-right-main-section .product-right-info div .btn.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .btn.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .btn.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .btn.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .btn.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container.btn {
    margin-bottom: 3px;
  }
}

.am-search-item-list  span.text-black.block.mt-1.btn.block {
  display: none;
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.am-search-item-list  span.btn-secondary.block.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.btn-secondary {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.btn-secondary + svg {
  right: -2rem;
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

.btn-size-lg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#category-view-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contact-index-index .page-main #category-view-container {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main #category-view-container h2, .contact-index-index .page-main #category-view-container p {
  text-align: left;
}

.product-right-main-section .product-right-info div #category-view-container.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div #category-view-container.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div #category-view-container.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div #category-view-container.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div #category-view-container.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

.upsell-product-slider section > div > div#category-view-container {
  border: 0;
}

body .upsell-product-slider section > div > div#category-view-container h2 {
  font-size: 22px;
}


.upsell-product-slider section > div > div#category-view-container h2 {
  font-size: 38px;
  line-height: 38px;
  color: #1e1f22;
  background: white;
  text-transform: uppercase;
  z-index: 20;
  font-family: 'proxima-bold';
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0 40px;
  margin: 0 auto;
}


.upsell-product-slider section > div > div#category-view-container {
  position: relative;
  margin: 20px 0 8px 0;
}


.upsell-product-slider section > div > div#category-view-container:before {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  left: 50%;
  top: 50%;
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  content: '';
  z-index: 10;
}

@media(max-width: 767px) {
   .upsell-product-slider section > div > div#category-view-container h2 {
    padding: 0 10px;
  }

  
    body .upsell-product-slider section > div > div#category-view-container {
    position: relative;
    margin: 0 0 8px 0;
  }

  body.catalog-product-view .product-info-main .product-detail-page .container#category-view-container {
    margin-bottom: 3px;
  }
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black + svg {
  right: -2rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax {
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .price-excluding-tax.my-6 {
  display: none;
}

.am-search-item-list  span.text-black.price-excluding-tax.mt-1.px-4.block {
  display: none;
}

.price-container.price-tier_price {
  display: flex;
  gap: 0.25rem;
}

.contact-index-index .page-main .price-container.price-tier_price {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .price-container.price-tier_price h2, .contact-index-index .page-main .price-container.price-tier_price p {
  text-align: left;
}

.product-right-main-section .product-right-info div .price-container.price-tier_price.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .price-container.price-tier_price.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .price-container.price-tier_price.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .price-container.price-tier_price.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .price-container.price-tier_price.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container.price-container.price-tier_price {
    margin-bottom: 3px;
  }
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after {
  content: ')';
}

/* Keep file for backwards compatibility */

#customer-login-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  min-height: 44px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.page.messages {
  position: sticky;
  top: 0px;
  z-index: 20;
}

.page.messages .messages
    section#messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .page.messages .messages
    section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .page.messages .messages
    section#messages {
    max-width: 1536px;
  }
}

.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

div#header > .page.messages .messages
    section#messages {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}

@media(min-width: 768px) {
  .search-list .page.messages .messages
    section#messages {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media(max-width: 1140px) {
  
	div#header > .page.messages .messages
    section#messages {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 767px) {
   div#header > .page.messages .messages
    section#messages {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.cms-page-view .page-main .page.messages .messages
    section#messages,
.contact-index-index .page-main .page.messages .messages
    section#messages {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
}

.home-product-column .page.messages .messages
    section#messages form > a,
.home-product-column .page.messages .messages
    section#messages form {
  background-color: #F5F5F5;
}

.home-product-column .page.messages .messages
    section#messages form > a img {
  mix-blend-mode: darken;
}

.home-product-column .page.messages .messages
    section#messages form > a:hover img {
  opacity: .75;
}

.home-product-column .page.messages .messages
    section#messages {
  gap: 20px;
  margin-bottom: 50px;
}

nav.breadcrumbs .page.messages .messages
    section#messages {
  padding: 0;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .page.messages .messages
    section#messages.flex {
    margin-bottom: 3px;
  }

  .home-product-column .page.messages .messages
    section#messages {
    gap: 10px;
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-index-index .page-main .message {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .message h2, .contact-index-index .page-main .message p {
  text-align: left;
}

.gallary-section .main-gallary-slider.message .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider.message) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider.message) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider.message .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider.message {
  display: block;
  z-index: 999;
}

.product-right-main-section .product-right-info div .message.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .message.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .message.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .message.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

form#product_addtocart_form .message.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

.product-right-main-section .product-right-info div .message.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider.message .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider.message {
    display: flex;
  }

  body.catalog-product-view .product-info-main .product-detail-page .container.message {
    margin-bottom: 3px;
  }
}

.am-search-item-list  span.message.block.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.message {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.message + svg {
  right: -2rem;
}

.message.error {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.message.success {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.message.info,
    .message.notice {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.message.warning {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

.message a {
  text-decoration-line: underline;
}

.product-item .price-container {
  display: block;
}

[data-content-type$='block'] .product-item .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .product-item .price-container.my-6 {
  display: none;
}

.am-search-item-list  span.text-black.product-item .price-container.mt-1.px-4.block {
  display: none;
}

.product-item .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .price-container .price-label.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .price-container .price-label.leading-tight.text-black + svg {
  right: -2rem;
}

.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .page-product-bundle .price-final_price .price-from .price-container.my-6,.columns:has(.category-brands-listing)  .page-product-bundle .price-final_price .price-to .price-container.my-6 {
  display: none;
}

.am-search-item-list  span.text-black.page-product-bundle .price-final_price .price-from .price-container.mt-1.px-4.block,.am-search-item-list  span.text-black .page-product-bundle .price-final_price .price-to .price-container.mt-1.px-4.block {
  display: none;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .page-product-bundle .price-final_price .price-from .price-container .price-label.my-6,.columns:has(.category-brands-listing)  .page-product-bundle .price-final_price .price-to .price-container .price-label.my-6 {
  display: none;
}

.am-search-item-list  span.text-black.page-product-bundle .price-final_price .price-from .price-container .price-label.mt-1.px-4.block,.am-search-item-list  span.text-black .page-product-bundle .price-final_price .price-to .price-container .price-label.mt-1.px-4.block {
  display: none;
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black + svg {
  right: -2rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.am-search-item-list  span.text-black.block.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax.px-4.block,.am-search-item-list  span.text-black.block .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax.px-4.block {
  display: none;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.wishlist-widget .price-box .price-label,
    .wishlist-widget .price-box .old-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* .modal {} */

.backdrop {
  position: fixed;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.search-list .backdrop {
  z-index: 0;
}

 #header.b-header-type #search-content .backdrop.select-none {
  display: none;
}

@media(max-width: 1024px) {
  body.backdrop .top-header-block {
    z-index: 0;
  }
}

.contact-index-index .page-main .backdrop {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .backdrop h2, .contact-index-index .page-main .backdrop p {
  text-align: left;
}

.product-right-main-section .product-right-info div .backdrop.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .backdrop.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .backdrop.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .backdrop.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .backdrop.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container.backdrop {
    margin-bottom: 3px;
  }
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

:where(html) {
  scrollbar-gutter: stable;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

.columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

div#header > .columns {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}

@media(min-width: 768px) {
  .search-list .columns {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media(max-width: 1140px) {
  
	div#header > .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 767px) {
   div#header > .columns {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.cms-page-view .page-main .columns,
.contact-index-index .page-main .columns {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
}

nav.breadcrumbs .columns {
  padding: 0;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .columns.flex {
    margin-bottom: 3px;
  }
}

.columns {
  grid-template-rows: auto minmax(0, 1fr);
}

.columns .main {
  order: 2;
}

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 3;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.am-search-item-list  span#cart-drawer.block.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight#cart-drawer {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight#cart-drawer + svg {
  right: -2rem;
}

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

.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.am-search-item-list  span.text-black.block.mt-1.input.block {
  display: none;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.pages .item a.page.input-light:focus {
  opacity: .5;
  background-color: #d9d9d9;
  color: #444444;
}

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media(max-width: 1024px) {
  nav.snowdog-topmenu-mobile .card {
    background: #1e1f22;
  }

  nav.snowdog-topmenu-mobile .card * {
    color: #fff;
  }
}

.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

form#search_mini_form divbody.text-grey-800 {
  display: none;
}

.am-search-item-list  spanbody.block.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight + svg {
  right: -2rem;
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row'] {
  box-sizing: border-box;
}

[data-content-type='row'] > div {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}

[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1536px;
  }
}

div#header > [data-content-type='row'][data-appearance='contained'] {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}

@media(min-width: 768px) {
  .search-list [data-content-type='row'][data-appearance='contained'] {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media(max-width: 1140px) {
  
	div#header > [data-content-type='row'][data-appearance='contained'] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 767px) {
   div#header > [data-content-type='row'][data-appearance='contained'] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.cms-page-view .page-main [data-content-type='row'][data-appearance='contained'],
.contact-index-index .page-main [data-content-type='row'][data-appearance='contained'] {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
}

nav.breadcrumbs [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page [data-content-type='row'][data-appearance='contained'].flex {
    margin-bottom: 3px;
  }
}

[data-content-type='row'][data-appearance='contained'] {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='row'][data-appearance='contained'].sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='row'][data-appearance='contained'].sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='row'][data-appearance='contained'].sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='row'][data-appearance='contained'].sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='row'][data-appearance='contained'].sm\:mt-0 {
  margin: 0;
  width: 100%;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

div#header > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}

@media(min-width: 768px) {
  .search-list [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media(max-width: 1140px) {
  
	div#header > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 767px) {
   div#header > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.cms-page-view .page-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner,
.contact-index-index .page-main [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
}

nav.breadcrumbs [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  padding: 0;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.flex {
    margin-bottom: 3px;
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line'] {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  [data-content-type='column-group'], [data-content-type='column-line'] {
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.gallary-section .main-gallary-slider[data-content-type='column'] .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider[data-content-type='column']) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider[data-content-type='column']) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider[data-content-type='column'] .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider[data-content-type='column'] {
  display: block;
  z-index: 999;
}

form#product_addtocart_form [data-content-type='column'].sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider[data-content-type='column'] .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider[data-content-type='column'] {
    display: flex;
  }
}

[data-content-type='column'] {
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) [data-content-type='tabs'] .tabs-navigation.my-6 {
  display: none;
}

.am-search-item-list  span.text-black[data-content-type='tabs'] .tabs-navigation.mt-1.px-4.block {
  display: none;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child {
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.my-6 {
  display: none;
}

.am-search-item-list  span.text-black[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.am-search-item-list  span[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.block.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span + svg {
  right: -2rem;
}

[data-content-type='tabs'] .tabs-content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media(max-width: 1024px) {
  nav.snowdog-topmenu-mobile [data-content-type='tabs'] .tabs-content {
    background: #1e1f22;
  }

  nav.snowdog-topmenu-mobile [data-content-type='tabs'] .tabs-content * {
    color: #fff;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text'] {
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading'] {
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons'] {
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div {
  display: inline-block;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  box-sizing: border-box;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-index-index .page-main a.pagebuilder-button-primary,.contact-index-index .page-main  button.pagebuilder-button-primary,.contact-index-index .page-main  div.pagebuilder-button-primary {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main a.pagebuilder-button-primary h2, .contact-index-index .page-main a.pagebuilder-button-primary p,.contact-index-index .page-main  button.pagebuilder-button-primary h2, .contact-index-index .page-main  button.pagebuilder-button-primary p,.contact-index-index .page-main  div.pagebuilder-button-primary h2, .contact-index-index .page-main  div.pagebuilder-button-primary p {
  text-align: left;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button,.product-right-main-section .product-right-info div  button.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button,.product-right-main-section .product-right-info div  div.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button svg,.product-right-main-section .product-right-info div  button.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button svg,.product-right-main-section .product-right-info div  div.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 input,.product-right-main-section .product-right-info div  button.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 input,.product-right-main-section .product-right-info div  div.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div a.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button span,.product-right-main-section .product-right-info div  button.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button span,.product-right-main-section .product-right-info div  div.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0,.product-right-main-section .product-right-info div  button.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0,.product-right-main-section .product-right-info div  div.pagebuilder-button-primary.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page a.container.pagebuilder-button-primary,body.catalog-product-view .product-info-main .product-detail-page  button.container.pagebuilder-button-primary,body.catalog-product-view .product-info-main .product-detail-page  div.container.pagebuilder-button-primary {
    margin-bottom: 3px;
  }
}

.am-search-item-list  spana.text-black.block.mt-1.pagebuilder-button-primary.block,.am-search-item-list  span button.text-black.block.mt-1.pagebuilder-button-primary.block,.am-search-item-list  span div.text-black.block.mt-1.pagebuilder-button-primary.block {
  display: none;
}

@media (min-width: 768px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}



body a.pagebuilder-button-primary,

body  button.pagebuilder-button-primary,

body  div.pagebuilder-button-primary {
  font-family: 'proxima-bold';
  font-weight: normal;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  font-family: 'proxima-bold';
  font-weight: normal;
}

.contact-index-index .page-main .card buttona.pagebuilder-button-primary.btn-primary,.contact-index-index .page-main .card button button.pagebuilder-button-primary.btn-primary,.contact-index-index .page-main .card button div.pagebuilder-button-primary.btn-primary {
  border-radius: 0;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  cursor: pointer;
  color: #000;
  margin-top: 25px;
}

.contact-index-index .page-main .card buttona.btn.pagebuilder-button-primary,.contact-index-index .page-main .card button button.btn.pagebuilder-button-primary,.contact-index-index .page-main .card button div.btn.pagebuilder-button-primary {
  border-radius: 0;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  cursor: pointer;
  color: #000;
  margin-top: 25px;
}

.customer-account-login a.pagebuilder-button-primary,
.customer-account-create a.pagebuilder-button-primary,.customer-account-login  button.pagebuilder-button-primary,
.customer-account-create  button.pagebuilder-button-primary,.customer-account-login  div.pagebuilder-button-primary,
.customer-account-create  div.pagebuilder-button-primary {
  border-radius: 0;
  color: #444444;
  text-transform: uppercase;
  font-size: 16px;
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus{
  box-shadow: none;
  outline: 0;
}

body a.pagebuilder-button-primary,body  button.pagebuilder-button-primary,body  div.pagebuilder-button-primary {
  background: #FFA700;
}

body a.pagebuilder-button-primary, body a.pagebuilder-button-primary:hover, body a.pagebuilder-button-primary:active,body  button.pagebuilder-button-primary, body  button.pagebuilder-button-primary:hover, body  button.pagebuilder-button-primary:active,body  div.pagebuilder-button-primary, body  div.pagebuilder-button-primary:hover, body  div.pagebuilder-button-primary:active {
  background: #FFA700;
}

.product-item a.pagebuilder-button-primary + div button,.product-item  button.pagebuilder-button-primary + div button,.product-item  div.pagebuilder-button-primary + div button {
  display: none;
}

.product-item a.pagebuilder-button-primary,.product-item  button.pagebuilder-button-primary,.product-item  div.pagebuilder-button-primary {
  margin-top: 10px;
  background-color: #FFA700;
  color: #ffffff;
  border-radius: 1px;
  font-family: 'proxima-bold';
  padding: 7px 20px;
}

.product-item a.pagebuilder-button-primary svg,.product-item  button.pagebuilder-button-primary svg,.product-item  div.pagebuilder-button-primary svg {
  display: none;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-index-index .page-main a.pagebuilder-button-secondary,.contact-index-index .page-main  button.pagebuilder-button-secondary,.contact-index-index .page-main  div.pagebuilder-button-secondary {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main a.pagebuilder-button-secondary h2, .contact-index-index .page-main a.pagebuilder-button-secondary p,.contact-index-index .page-main  button.pagebuilder-button-secondary h2, .contact-index-index .page-main  button.pagebuilder-button-secondary p,.contact-index-index .page-main  div.pagebuilder-button-secondary h2, .contact-index-index .page-main  div.pagebuilder-button-secondary p {
  text-align: left;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button,.product-right-main-section .product-right-info div  button.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button,.product-right-main-section .product-right-info div  div.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button svg,.product-right-main-section .product-right-info div  button.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button svg,.product-right-main-section .product-right-info div  div.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 input,.product-right-main-section .product-right-info div  button.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 input,.product-right-main-section .product-right-info div  div.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div a.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button span,.product-right-main-section .product-right-info div  button.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button span,.product-right-main-section .product-right-info div  div.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div a.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0,.product-right-main-section .product-right-info div  button.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0,.product-right-main-section .product-right-info div  div.pagebuilder-button-secondary.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page a.container.pagebuilder-button-secondary,body.catalog-product-view .product-info-main .product-detail-page  button.container.pagebuilder-button-secondary,body.catalog-product-view .product-info-main .product-detail-page  div.container.pagebuilder-button-secondary {
    margin-bottom: 3px;
  }
}

.am-search-item-list  spana.text-black.block.mt-1.pagebuilder-button-secondary.block,.am-search-item-list  span button.text-black.block.mt-1.pagebuilder-button-secondary.block,.am-search-item-list  span div.text-black.block.mt-1.pagebuilder-button-secondary.block {
  display: none;
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.am-search-item-list  spana.pagebuilder-button-secondary.block.mt-1.px-4.block,.am-search-item-list  span button.pagebuilder-button-secondary.block.mt-1.px-4.block,.am-search-item-list  span div.pagebuilder-button-secondary.block.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary + svg {
  right: -2rem;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  font-family: 'proxima-bold';
  font-weight: normal;
}

.contact-index-index .page-main .card buttona.pagebuilder-button-secondary.btn-primary,.contact-index-index .page-main .card button button.pagebuilder-button-secondary.btn-primary,.contact-index-index .page-main .card button div.pagebuilder-button-secondary.btn-primary {
  border-radius: 0;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  cursor: pointer;
  color: #000;
  margin-top: 25px;
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus{
  box-shadow: none;
  outline: 0;
}

body a.pagebuilder-button-secondary, body a.pagebuilder-button-secondary:hover, body a.pagebuilder-button-secondary:active,body  button.pagebuilder-button-secondary, body  button.pagebuilder-button-secondary:hover, body  button.pagebuilder-button-secondary:active,body  div.pagebuilder-button-secondary, body  div.pagebuilder-button-secondary:hover, body  div.pagebuilder-button-secondary:active {
  border-color: #FFA700;
}

/* HTML Code */

[data-content-type='html'] {
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image'] {
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden {
  display: none;
}

@media (min-width: 768px) {
  [data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type='image'] figcaption {
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.gallary-section .main-gallary-slider[data-content-type='video'] .pagebuilder-video-inner .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider[data-content-type='video'] .pagebuilder-video-inner) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider[data-content-type='video'] .pagebuilder-video-inner) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider[data-content-type='video'] .pagebuilder-video-inner .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider[data-content-type='video'] .pagebuilder-video-inner {
  display: block;
  z-index: 999;
}

form#product_addtocart_form [data-content-type='video'] .pagebuilder-video-inner.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider[data-content-type='video'] .pagebuilder-video-inner .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider[data-content-type='video'] .pagebuilder-video-inner {
    display: flex;
  }
}

[data-content-type='video'] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.gallary-section .main-gallary-slider[data-content-type='video'] iframe .full-slider,.gallary-section .main-gallary-slider
    [data-content-type='video'] video .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider[data-content-type='video'] iframe) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider[data-content-type='video'] iframe) .navigation,.page-wrapper:has(.main-gallary-slider
    [data-content-type='video'] video) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider
    [data-content-type='video'] video) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider[data-content-type='video'] iframe .thumb-slider-section .js_thumbs_slide,.gallary-section .main-gallary-slider
    [data-content-type='video'] video .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider[data-content-type='video'] iframe,.gallary-section .main-gallary-slider
    [data-content-type='video'] video {
  display: block;
  z-index: 999;
}

form#product_addtocart_form [data-content-type='video'] iframe.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900,form#product_addtocart_form 
    [data-content-type='video'] video.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider[data-content-type='video'] iframe .thumb-slider-section .js_thumbs_slide,.gallary-section .main-gallary-slider
    [data-content-type='video'] video .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider[data-content-type='video'] iframe,.gallary-section .main-gallary-slider
    [data-content-type='video'] video {
    display: flex;
  }
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-index-index .page-main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h2, .contact-index-index .page-main [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay p {
  text-align: left;
}

.product-right-main-section .product-right-info div [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin-bottom: 3px;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

.gallary-section .main-gallary-slider[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  display: block;
  z-index: 999;
}

form#product_addtocart_form [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    display: flex;
  }
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

.home-product-column [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay form > a,
.home-product-column [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay form {
  background-color: #F5F5F5;
}

.home-product-column [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay form > a img {
  mix-blend-mode: darken;
}

.home-product-column [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay form > a:hover img {
  opacity: .75;
}

.home-product-column [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  gap: 20px;
  margin-bottom: 50px;
}

@media(max-width: 767px) {
  .home-product-column [data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    gap: 10px;
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

/* Slider */

[data-content-type='slider'] {
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized {
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content'] {
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide'] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-index-index .page-main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay h2, .contact-index-index .page-main [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay p {
  text-align: left;
}

.product-right-main-section .product-right-info div [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    margin-bottom: 3px;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

.gallary-section .main-gallary-slider[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  display: block;
  z-index: 999;
}

form#product_addtocart_form [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
    display: flex;
  }
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

.home-product-column [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay form > a,
.home-product-column [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay form {
  background-color: #F5F5F5;
}

.home-product-column [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay form > a img {
  mix-blend-mode: darken;
}

.home-product-column [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay form > a:hover img {
  opacity: .75;
}

.home-product-column [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  gap: 20px;
  margin-bottom: 50px;
}

@media(max-width: 767px) {
  .home-product-column [data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
    gap: 10px;
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .flex.mt-4[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

/* Map */

[data-content-type='map'] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img {
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.home-product-column .glider-contain form > a,
.home-product-column .glider-contain form {
  background-color: #F5F5F5;
}

.home-product-column .glider-contain form > a img {
  mix-blend-mode: darken;
}

.home-product-column .glider-contain form > a:hover img {
  opacity: .75;
}

.gallary-section .main-gallary-slider.glider-contain .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider.glider-contain) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider.glider-contain) .navigation{
  z-index: -1;
}

.home-product-column .glider-contain {
  gap: 20px;
  margin-bottom: 50px;
}

.gallary-section .main-gallary-slider.glider-contain .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider.glider-contain {
  display: block;
  z-index: 999;
}

form#product_addtocart_form .glider-contain.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider.glider-contain .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider.glider-contain {
    display: flex;
  }

  .home-product-column .glider-contain {
    gap: 10px;
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

 #header.b-header-type #search-content .fixed.glider.draggable {
  display: none;
}

.glider.draggable {
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

 #header.b-header-type #search-content .fixed.glider.draggable .glider-slide img {
  display: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.contact-index-index .page-main .glider .glider-track {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .glider .glider-track h2, .contact-index-index .page-main .glider .glider-track p {
  text-align: left;
}

.gallary-section .main-gallary-slider.glider .glider-track .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider.glider .glider-track) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider.glider .glider-track) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider.glider .glider-track .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider.glider .glider-track {
  display: block;
  z-index: 999;
}

.product-right-main-section .product-right-info div .glider .glider-track.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .glider .glider-track.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .glider .glider-track.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .glider .glider-track.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

form#product_addtocart_form .glider .glider-track.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

.product-right-main-section .product-right-info div .glider .glider-track.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider.glider .glider-track .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider.glider .glider-track {
    display: flex;
  }

  body.catalog-product-view .product-info-main .product-detail-page .container.glider .glider-track {
    margin-bottom: 3px;
  }
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
}

 #header.b-header-type #search-content .fixed.glider-slide {
  display: none;
}

.gallary-section .main-gallary-slider.glider-slide .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider.glider-slide) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider.glider-slide) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider.glider-slide .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider.glider-slide {
  display: block;
  z-index: 999;
}

form#product_addtocart_form .glider-slide.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider.glider-slide .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider.glider-slide {
    display: flex;
  }
}

.glider-slide {
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] .glider-dot p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.search-list .glider-dot {
  z-index: 0;
}

.columns:has(.category-brands-listing) .glider-dot.my-6 {
  display: none;
}


.product-item .glider-dot {
  display: none;
}

.am-search-item-list  span.text-black.glider-dot.mt-1.px-4.block {
  display: none;
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

/* purgecss end ignore */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!-top-3 {
  top: -0.75rem !important;
}

.\!left-0 {
  left: 0px !important;
}

.\!right-0 {
  right: 0px !important;
}

.\!top-1\/2 {
  top: 50% !important;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-10 {
  left: 2.5rem;
}

.left-2 {
  left: 0.5rem;
}

.left-2\/4 {
  left: 50%;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.z-0 {
  z-index: 0;
}

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

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-5 {
  z-index: 5;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-full {
  grid-column: 1 / -1;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!ml-0 {
  margin-left: 0px !important;
}

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

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

.-ml-px {
  margin-left: -1px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

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

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[var\(--ambrands-img-height\)\] {
  height: var(--ambrands-img-height);
}

.h-\[var\(--amshopby-category-slide-size\)\] {
  height: var(--amshopby-category-slide-size);
}

.h-am-latter {
  height: 32px;
}

.h-am-popup-content {
  height: 415px;
}

.h-auto {
  height: auto;
}

.h-carousel-product-item {
  height: 540px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.min-h-14 {
  min-height: 3.5rem;
}

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

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

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

.min-h-a11y {
  min-height: 44px;
}

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

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

.w-\[calc\(100\%-5rem\)\] {
  width: calc(100% - 5rem);
}

.w-\[var\(--ambrands-slider-max-width\)\] {
  width: var(--ambrands-slider-max-width);
}

.w-\[var\(--amshopby-category-slide-size\)\] {
  width: var(--amshopby-category-slide-size);
}

.w-am-latter {
  width: 32px;
}

.w-am-popup-content {
  width: 600px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-52 {
  min-width: 13rem;
}

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

.max-w-4xl {
  max-width: 56rem;
}

.max-w-52 {
  max-width: 13rem;
}

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

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

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[var\(--ambrands-img-width\)\] {
  max-width: var(--ambrands-img-width);
}

.max-w-\[var\(--amshopby-category-slide-size\)\] {
  max-width: var(--amshopby-category-slide-size);
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-am-search-sidebar {
  flex: 0 1 100%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-auto {
  flex-basis: auto;
}

.table-auto {
  table-layout: auto;
}

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

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

.\!-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-items-center {
  place-items: center;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

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

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

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

.items-baseline {
  align-items: baseline;
}

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-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));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-container > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-divide-opacity));
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-none {
  border-style: none;
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.\!bg-sky-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
}

.bg-\[var\(--ambrands-bg-color\)\] {
  background-color: var(--ambrands-bg-color);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-container {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[var\(--ambrands-slider-padding\)\] {
  padding-left: var(--ambrands-slider-padding);
  padding-right: var(--ambrands-slider-padding);
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-full {
  padding-top: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[length\:var\(--ambrands-text-size\)\] {
  font-size: var(--ambrands-text-size);
}

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[var\(--ambrands-img-width\)\] {
  line-height: var(--ambrands-img-width);
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[color\:var\(--ambrands-text-color\)\] {
  color: var(--ambrands-text-color);
}

.text-amsb_graystarts {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}

.text-amsb_yellowstars {
  --tw-text-opacity: 1;
  color: rgb(246 224 94 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-cornflower-100 {
  --tw-text-opacity: 1;
  color: rgb(131 146 167 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary-darker {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

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

.line-through {
  text-decoration-line: line-through;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-0 {
  outline-width: 0px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(30 64 175 / 0.75);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\2c top\] {
  transition-property: left,top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[right\2c top\] {
  transition-property: right,top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

@font-face {
  font-family: 'proxima-light';

  src: url('../fonts/proxima/light/Proxima-Nova-Light.eot')format('eot');

  src: local('proxima-light'), 
         url('../fonts/proxima/light/Proxima-Nova-Light.ttf') format('truetype'),
         url('../fonts/proxima/light/Proxima-Nova-Light.otf') format('opentype')
         url('../fonts/proxima/light/Proxima-Nova-Light.woff') format('woff')
         url('../fonts/proxima/light/Proxima-Nova-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'proxima-regular';

  src: url('../fonts/proxima/regular/Proxima-Nova-Regular.eot')format('eot');

  src: local('proxima-regular'), 
         url('../fonts/proxima/regular/Proxima-Nova-Regular.ttf') format('truetype'),
         url('../fonts/proxima/regular/Proxima-Nova-Regular.otf') format('opentype')
         url('../fonts/proxima/regular/Proxima-Nova-Regular.woff') format('woff')
         url('../fonts/proxima/regular/Proxima-Nova-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'proxima-semibold';

  src: url('../fonts/proxima/semibold/Proxima-Nova-Semibold.eot')format('eot');

  src: local('proxima-semibold'), 
         url('../fonts/proxima/semibold/Proxima-Nova-Semibold.ttf') format('truetype'),
         url('../fonts/proxima/semibold/Proxima-Nova-Semibold.otf') format('opentype')
         url('../fonts/proxima/semibold/Proxima-Nova-Semibold.woff') format('woff')
         url('../fonts/proxima/semibold/Proxima-Nova-Semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'proxima-bold';

  src: url('../fonts/proxima/bold/Proxima-Nova-Bold.eot')format('eot');

  src: local('proxima-bold'), 
         url('../fonts/proxima/bold/Proxima-Nova-Bold.ttf') format('truetype'),
         url('../fonts/proxima/bold/Proxima-Nova-Bold.otf') format('opentype')
         url('../fonts/proxima/bold/Proxima-Nova-Bold.woff') format('woff')
         url('../fonts/proxima/bold/Proxima-Nova-Bold.woff2') format('woff2');
}

.footer-payment-methods {
  border-top: 1px solid #E5E5E5;
  padding: 20px 0;
  background: #fff;
}

.footer-payment-methods .payment-icons{
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-payment-methods h5 {
  font-size: 13px;
  color: #444444;
  font-family: 'proxima-bold';
  line-height: 40px;
}

.footer-payment-methods .payment-icons ul {
  display: flex;
  align-items: center;
}

.footer-payment-methods ul {
  padding-left: 20px;
}

.footer-payment-methods ul li {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: relative;
  background-color: #fafafa;
  margin: 0 0 0 10px;
  width: 80px;
  height: 40px;
}

.footer-payment-methods ul li img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  mix-blend-mode: darken;
  max-height: 30px;
  width: auto;
}

.footer-middle-section {
  background: #1e1f22;
  padding: 50px 0 0 0;
}

.footer-left {
  width: 25%;
}

.footer-middle-section .footer-middle-content  {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-middle-section .footer-middle-content h3 {
  font-size: 17px;
  color: #ffffff;
  padding: 0 0 30px 0;
  font-family: 'proxima-bold';
}

.footer-middle-section .footer-middle-content ul {
  padding: 0;
  list-style: none;
}

.footer-middle-section .footer-middle-content ul li {
  list-style: disc inside;
  line-height: 27px;
  font-weight: 600;
  font-family: 'proxima-semibold';
  color: #fff;
}

.footer-middle-section .footer-middle-content ul li a {
  color: #bfbfbf;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
}

.footer-middle-section .footer-middle-content ul li a:hover {
  color: #FFA700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer-middle-section .footer-middle-content .usps ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style: none;
  line-height: 18px;
}

.footer-middle-section .footer-middle-content .usps ul li:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path fill="%23FFC000" fill-rule="evenodd" d="M9,0 C13.9705627,-9.13077564e-16 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 6.08718376e-16,13.9705627 0,9 C-6.08718376e-16,4.02943725 4.02943725,9.13077564e-16 9,0 Z M6.4016762,8.52948257 C6.14731641,8.2846941 5.73503308,8.28458307 5.48257405,8.5275423 L5.09905978,8.8966253 C4.84581347,9.14034219 4.84542905,9.53511539 5.0999403,9.78004962 L7.44570129,12.0276517 C7.78462918,12.353826 8.33290787,12.3550117 8.67306775,12.0276517 L13.7188287,7.1618678 C13.9725614,6.91768291 13.9721683,6.52140271 13.7197093,6.27844348 L13.336195,5.90936049 C13.0829487,5.66564359 12.6710826,5.6668684 12.4170928,5.91130075 L8.05938452,10.1149227 L6.4016762,8.52948257 Z"/></svg>');
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
}

.footer-middle-content.footer-bottom {
  text-align: center;
  margin-top: 50px;
}

.footer-middle-content.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.footer-middle-content.footer-bottom ul li {
  list-style: none !important;
  margin: 0 10px;
}

.footer-middle-content.footer-bottom.social-media ul li a{
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: 24px;
  width: 40px;
  display: block;
  font-family: 'proxima-semibold';
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-middle-content.footer-bottom.social-media ul li a span {
  display: none;
}

.footer-middle-content.footer-bottom.social-media ul li .slippery-icon-twitter{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="24" viewBox="0 0 29 24"><path fill="%23FFF" d="M27.4107532,3.41283117 C27.2714805,3.45350649 27.1322597,3.49137662 26.993039,3.52664935 C26.1419221,3.74155844 26.0636883,3.45797403 26.6798961,2.83231169 C26.9558442,2.55194805 27.1996883,2.24701299 27.4114286,1.91766234 C27.8860779,1.17911688 27.4743896,0.857038961 26.6668571,1.20202597 C26.3788052,1.32509091 26.085974,1.43667532 25.7890909,1.53615584 C24.957039,1.81558442 23.7763117,1.39407792 23.0349091,0.923844156 C22.0989091,0.330285714 21.0351688,0.0336623377 19.8433247,0.0336623377 C18.1738701,0.0336623377 16.7509091,0.622441558 15.5736104,1.79906494 C14.3966753,2.97631169 13.8078961,4.39968831 13.8078961,6.06872727 C13.8078961,6.29698701 13.8209351,6.52872727 13.8467013,6.76368831 C13.888987,7.14612987 13.2448831,7.42337662 12.3756883,7.30062338 C10.4954805,7.03516883 8.70909091,6.46545455 7.01615584,5.5921039 C5.33719481,4.72607792 3.85537662,3.63625974 2.57096104,2.3225974 C1.95698701,1.69475325 1.1265974,1.74883117 0.897350649,2.59636364 C0.76,3.10441558 0.691688312,3.63277922 0.691688312,4.18155844 C0.691688312,5.21574026 0.934545455,6.17490909 1.42036364,7.05906494 C1.66197403,7.49906494 1.94493506,7.8974026 2.26987013,8.25381818 C2.81641558,8.85376623 2.73277922,9.20187013 1.972,8.98857143 C1.21153247,8.77527273 0.654233766,8.4585974 0.654233766,8.47927273 C0.654233766,8.49994805 0.654233766,8.51677922 0.654233766,8.51677922 C0.654233766,9.97381818 1.11174026,11.2540779 2.02732468,12.3563117 C2.59132468,13.0353766 3.24654545,13.5599481 3.99272727,13.9294026 C4.77958442,14.3191688 5.14612987,14.5365714 4.70612987,14.5935065 C4.44067532,14.6278442 4.17361039,14.644987 3.90498701,14.644987 C3.72316883,14.644987 3.53241558,14.6367273 3.3334026,14.6198961 C3.01864935,14.5931948 2.96207792,15.249039 3.43927273,15.986026 C3.81854545,16.5716364 4.304,17.086961 4.89537662,17.5321039 C5.49688312,17.9851429 6.14514286,18.3103377 6.83911688,18.5084156 C7.68353247,18.7490909 7.85298701,19.1875325 7.1001039,19.638961 C5.23709091,20.7568312 3.17537662,21.3156883 0.915272727,21.3156883 C0.660623377,21.3156883 0.417714286,21.309974 0.185662338,21.2988571 C-0.217142857,21.2794805 0.0530909091,21.6342338 0.830701299,22.0415065 C3.26057143,23.3141818 5.892,23.949974 8.72535065,23.949974 C10.8675325,23.949974 12.8793247,23.6108052 14.7604675,22.932 C16.6409351,22.2532468 18.2480519,21.3436364 19.5807792,20.2038961 C20.9135065,19.0641558 22.0628052,17.7533506 23.0283117,16.2708571 C23.9935584,14.7884156 24.7126753,13.2407273 25.1863896,11.6279481 C25.6594286,10.0148052 25.8963117,8.39849351 25.8963117,6.77901299 C25.8963117,6.63309091 25.8950649,6.50207792 25.8928312,6.3867013 C25.8883636,6.16987013 26.4619221,5.58296104 27.1021818,4.98244156 C27.3911688,4.71127273 27.6668052,4.4267013 27.9300779,4.12820779 C28.5108052,3.46909091 28.2536104,3.16706494 27.4107532,3.41283117 Z"/></svg>');
}

.footer-middle-content.footer-bottom.social-media ul li .slippery-icon-facebook{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23FFF" d="M24,4.00026667 C24,1.8984 22.1024,0 20,0 L4,0 C1.8976,0 0,1.8984 0,4.00026667 L0,19.9997333 C0,22.1016 1.8976,24 4.00026667,24 L12,24 L12,14.9333333 L9.06666667,14.9333333 L9.06666667,10.9333333 L12,10.9333333 L12,9.37493333 C12,6.6872 14.0181333,4.26666667 16.5,4.26666667 L19.7333333,4.26666667 L19.7333333,8.26666667 L16.5,8.26666667 C16.1461333,8.26666667 15.7333333,8.69626667 15.7333333,9.33973333 L15.7333333,10.9333333 L19.7333333,10.9333333 L19.7333333,14.9333333 L15.7333333,14.9333333 L15.7333333,24 L20,24 C22.1024,24 24,22.1016 24,19.9997333 L24,4.00026667 Z"/></svg>');
}

.footer-middle-content.footer-bottom.social-media ul li .slippery-icon-google-plus{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="24" viewBox="0 0 39 24"><g fill="%23FFF"><polygon points="33.6 9.6 33.6 4.8 31.2 4.8 31.2 9.6 26.4 9.6 26.4 12 31.2 12 31.2 16.8 33.6 16.8 33.6 12 38.4 12 38.4 9.6"/><path d="M12,9.6 L12,14.4 L18.7896,14.4 C17.7984,17.1936 15.1296,19.2 12,19.2 C8.0304,19.2 4.8,15.9696 4.8,12 C4.8,8.0304 8.0304,4.8 12,4.8 C13.7208,4.8 15.3768,5.4168 16.6632,6.5376 L19.8168,2.9184 C17.6568,1.0368 14.8824,0 12,0 C5.3832,0 0,5.3832 0,12 C0,18.6168 5.3832,24 12,24 C18.6168,24 24,18.6168 24,12 L24,9.6 L12,9.6 Z"/></g></svg>');
}

.footer-middle-section > div:last-child ul li {
  margin: 0 !important;
}

.footer-middle-section > div:last-child ul li a {
  font-size: 12px;
  font-weight: normal;
  font-family: 'proxima-semibold';
}

.footer-middle-section > div:last-child ul li:after {
  content: '/';
  padding: 0 10px;
}

.footer-middle-section > div:last-child ul li:last-child:after {
  display: none;
}

@media(max-width:1140px) {
  .footer-payment-methods .payment-icons,
    .footer-middle-section .footer-middle-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:1080px) {
  .footer-left {
    width: 50%;
    padding-bottom: 50px;
  }
}

@media(max-width:767px) {
  .footer-left {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-middle-section .footer-middle-content h3 {
    padding: 0 0 10px 0;
  }

  .footer-middle-content.footer-bottom {
    margin-top: 30px;
  }

  .footer-payment-methods .payment-icons {
    justify-content: center;
  }

  .footer-payment-methods ul li {
    margin: 0 0 0 3px;
    width: 50px;
    height: 30px;
  }

  .footer-payment-methods .payment-icons ul {
    padding: 0;
  }

  .footer-payment-methods {
    padding: 15px 0;
  }

  .footer-payment-methods h5 {
    line-height: normal;
    padding: 8px 0;
  }
}

/* search css*/

.search-box input:focus {
  background-image: none;
}

.search-box input:not(:-moz-placeholder-shown) {
  background: none !important;
  background-color: #fff !important;
}

.search-box input:not(:placeholder-shown) {
  background: none !important;
  background-color: #fff !important;
}

.search-list .final-price > span.price-wrapper span.price {
  font-size: 15px !important;
  color: #f02a90 !important;
}

.amsearch-container .am-search-view-all a {
  color: #f02a90 !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.search-list .final-price > .old-price span.price {
  font-size: 12px !important;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.search-list .bg-black {
  z-index: 0;
}

.form.mini-search .amsearch-container {
  margin: 0 auto;
  display: block;
  left: 0;
  z-index: 9;
  max-width: 1600px;
}

.form.mini-search .amsearch-container .am-search-sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.form.mini-search .amsearch-container .am-search-content .product div {
  flex-wrap: wrap;
}

.form.mini-search .amsearch-container .am-search-content .product {
  border: 1px solid #eee !important;
  width: 31%;
  max-width: 100%;
  min-width: 31%;
  padding: 0 9px;
  margin: 5px 5px;
}

.form.mini-search .amsearch-container .am-search-content .product .product-item-photo {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  display: block;
}

.form.mini-search .amsearch-container .am-search-content .product .product-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* search css*/

body select.form-select.sorter-options,
body .toolbar.toolbar-products .limiter-options {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 36px;
}

span.manufacturer {
  color: #444444;
  display: block;
  font-family: 'proxima-semibold' !important;
}

table#shopping-cart-table tbody td {
  vertical-align: middle;
}

table#shopping-cart-table .product-item-details {
  align-content: center;
}

span.manufacturer {
  color: #444444;
  display: block;
  font-family: 'proxima-semibold' !important;
}

body table#shopping-cart-table tbody tr.item-actions {
  bottom: -14px;
}

/* top header css*/

.page-header:has(.header__nav-bar--sticky) .top-header-block {
  position: fixed;
}

.top-header-block {
  /*    position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 6px 0;
  background-color: #F5F5F5;
  z-index: 8888;
}

.top-header {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

ul.top-header-usp,
.top-header-right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.top-header-usp li {
  padding: 0 15px 0 24px;
  line-height: 19px;
}

ul.top-header-usp li a {
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #444444;
  font-family: 'proxima-semibold';
  font-size: 13px;
}

ul.top-header-usp li a:hover {
  color: #00B34E;
}

ul.top-header-usp li a:before {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11"><polygon fill="%2300B34E" fill-rule="evenodd" points="6.75 12.127 3.623 9 2.558 10.057 6.75 14.25 15.75 5.25 14.693 4.192" transform="translate(-2 -4)"/></svg>');
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  display: block;
  position: absolute;
  left: -24px;
  top: 4px;
}

.top-header-right a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #7c7c7c;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.top-header-right li:last-child a {
  padding-left: 28px;
  padding-right: 7px;
}

table#shopping-cart-table tbody {
  position: relative;
}

table#shopping-cart-table tbody td input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 38px;
  padding: 0;
}

table#shopping-cart-table tbody tr.item-actions svg {
  width: 19px;
}

table#shopping-cart-table tbody tr.item-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}

table#shopping-cart-table tbody a.product-item-photo {
  width: 60px;
  aspect-ratio: auto 60 / 60;
}

table#shopping-cart-table tbody dl {
  margin-top: 5px;
}

.top-header-right a:hover {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

/*top header css end*/

/*Main header css*/

/*div#header {
    padding-top: 38px;
}*/

.search-list > div {
  width: 570px;
}

body .search-list button#menu-search-icon, #header.b-header-type #search-content .fixed.select-none {
  display: none;
}

body .search-list .search-box {
  display: block !important;
}

.form.mini-search, div#search-content > div {
  position: static;
}

.search-box input {
  border-radius: 2px;
  font-size: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23AFAFAF" fill-rule="evenodd" d="M20.6666667,18.6666667 L19.6133333,18.6666667 L19.24,18.3066667 C20.5466667,16.7866667 21.3333333,14.8133333 21.3333333,12.6666667 C21.3333333,7.88 17.4533333,4 12.6666667,4 C7.88,4 4,7.88 4,12.6666667 C4,17.4533333 7.88,21.3333333 12.6666667,21.3333333 C14.8133333,21.3333333 16.7866667,20.5466667 18.3066667,19.24 L18.6666667,19.6133333 L18.6666667,20.6666667 L25.3333333,27.32 L27.32,25.3333333 L20.6666667,18.6666667 L20.6666667,18.6666667 Z M12.6666667,18.6666667 C9.34666667,18.6666667 6.66666667,15.9866667 6.66666667,12.6666667 C6.66666667,9.34666667 9.34666667,6.66666667 12.6666667,6.66666667 C15.9866667,6.66666667 18.6666667,9.34666667 18.6666667,12.6666667 C18.6666667,15.9866667 15.9866667,18.6666667 12.6666667,18.6666667 L12.6666667,18.6666667 Z" opacity=".5" transform="translate(-4 -4)"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 15%);
  height: 44px;
  line-height: 22px;
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  background-color: #ffffff;
  -webkit-appearance: none;
}

.search-list {
  padding-left: 20px;
  flex-grow: 1;
}

div#header > .container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}

button#menu-cart-icon:hover {
  background-color: #F5F5F5;
}

button#menu-cart-icon {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 34px;
  padding-right: 6px;
  padding-top: 7px;
  display: block;
}

button#menu-cart-icon span.tabular-nums {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  font-weight: normal;
  border: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: 24px;
  line-height: 17px;
  width: 22px;
  height: 22px;
  background-color: #FFA700;
  color: #ffffff;
  padding: 0;
  font-family: 'proxima-bold';
  font-size: 13px;
}

button#menu-cart-icon span.cart-name {
  font-family: 'proxima-bold' !important;
  font-size: 16px;
  line-height: 14px;
}

button#menu-cart-icon span {
  display: block;
  width: 100%;
  padding-left: 14px;
  color: #444;
  font-size: 14px;
  font-family: 'proxima-regular';
}

strong,

table th,

body .btn-primary {
  font-family: 'proxima-bold';
  font-weight: normal !important;
}

html {
  font-family: 'proxima-regular';
  font-weight: normal !important;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: normal !important;
}

.product-view__delivery-box p,

dt {
  font-family: 'proxima-semibold' !important;
  font-weight: normal !important;
}

.btn span,

.page-title span,

.product-right-info .final-price span.price {
  font-family: 'proxima-bold' !important;
  font-weight: normal !important;
}

h1, h2, h3, h4, h5, h6, div, span, li, ul, ol, td, th, p {
  font-weight: normal !important;
}

.product .product-info .price-box.price-final_price span.old-price .price {
  font-family: 'proxima-semibold' !important;
}

button#menu-cart-icon span.cart-name + span + span,

button#menu-cart-icon span.cart-name + span {
  padding-left: 0;
  text-align: left;
}

span.cart-name {
  font-family: 'proxima-bold';
}

button#menu-cart-icon svg {
  position: absolute;
  left: 5px;
}

nav.snowdog-topmenu-mobile {
  order: revert;
  padding-right: 18px;
}

.logo-section {
  padding-bottom: 0;
}

.navigation ul > li a:hover {
  opacity: .5;
  color: white !important;
}

/*main header css end */

@media(min-width: 1024px) {
  .navigation {
    background: #F02A90;
    -webkit-transition: all .15s ease-in-out;
  }

  .page-header:has(.header__nav-bar--sticky) .navigation {
    position: fixed;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #F02A90;
  }

  .menu-header-promo {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .menu-header-promo img {
    width: 80px;
  }

  .navigation ul > li a {
    color: #fff !important;
    padding: 9px 25px !important;
    display: inline-block;
    font-family: 'proxima-bold';
  }

  .navigation ul {
    height: auto !important;
    justify-content: flex-start;
  }

  .navigation ul > li div {
    text-transform: revert !important;
  }

  .navigation ul > li {
    padding:0 !important;
  }

  /*.navigation ul > li:nth-child(6) a.snowdog-menu-link {
    color: #FFA700 !important;
        background: #36383d;
}*/

  .navigation nav {
    max-width: 1140px;
    padding: 0;
  }

  .navigation ul > li:nth-child(6) {
    flex-grow: 1;
  }

  .navigation ul > li:last-child {
    padding-right: 0;
  }

  .menu-header-promo p {
    color: #fff;
    font-size: 15px;
    font-family: 'proxima-bold';
    padding-right: 20px;
  }
}

@media(min-width: 768px) {
  body table#shopping-cart-table tbody td {
    padding-bottom: 8px;
    padding-top: 0;
  }

  .search-list .container {
    padding-left: 0;
    padding-right: 20px;
  }

  table#shopping-cart-table tbody td {
    padding-top: 8px;
  }
}

@media(max-width: 1140px) {
  .top-header,
	div#header > .container,
    .navigation nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  ul.top-header-usp li:last-child {
    display: none;
  }

  .navigation ul > li a {
    padding: 9px 17px !important;
  }
}

@media(max-width: 1024px) {
  .search-list > div {
    width: 501px;
  }

  body.fixed .top-header-block {
    z-index: 0;
  }

  nav.snowdog-topmenu-mobile .bg-container-lighter {
    background: #1e1f22;
  }

  nav.snowdog-topmenu-mobile .bg-container-lighter * {
    color: #fff;
  }
}

@media(max-width: 992px) {
  .form.mini-search .amsearch-container .am-search-sidebar {
    width: 40%;
  }

  .form.mini-search .amsearch-container .am-search-content {
    width: 60%;
  }

  .form.mini-search .amsearch-container .am-search-content .product {
    width: 47%;
    min-width: 47%;
  }

  ul.top-header-usp li {
    display: none;
  }

  ul.top-header-usp li:nth-child(2) {
    display: block;
  }

  ul.top-header-usp li a {
    font-size: 12px;
  }

  .search-list > div {
    width: 294px;
  }
}

@media(max-width: 767px) {
  .form.mini-search .amsearch-container .am-search-sidebar {
    width: 100%;
  }

  .form.mini-search .amsearch-container .am-search-content {
    width: 100%;
  }

  .form.mini-search .amsearch-container .am-search-content .product {
    width: 100%;
    min-width: 100%;
  }

  html body .search-list .product {
    border: 1px solid #eee !important;
  }

  #amasty-shopby-product-list section#product-list {
    padding-top: 25px;
  }

  table#shopping-cart-table tbody td {
    padding: 5px 15px;
  }

  table#shopping-cart-table tbody td.col.item {
    width: 100%;
  }

  table#shopping-cart-table tbody td {
    width: 33.33%;
  }

  table#shopping-cart-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  body table#shopping-cart-table tbody tr.item-actions {
    position: static;
    justify-content: end;
  }

  table#shopping-cart-table tbody a.product-item-photo {
    height: 60px;
  }

  body .slippery-page-title {
    margin-bottom: 40px;
  }

  body .brands-slider-cntr {
    padding-top: 0;
  }

  .top-header-block {
    padding: 2px 0;
  }

  .top-header-right a {
    font-size: 12px;
  }

  button#menu-cart-icon span.price {
    display: none;
  }

  .page-header:has(.header__nav-bar--sticky) .top-header-block {
    position: static;
  }

  button#menu-cart-icon span.cart-name, button#menu-cart-icon span.cart-name + span + span {
    display: none;
  }

  button#menu-cart-icon svg {
    position: static;
    left: 5px;
  }

  button#menu-cart-icon span.tabular-nums {
    left: auto;
  }

  ul.top-header-usp li:nth-child(2) {
    display: none;
  }

  .search-list > div {
    width: 100%;
  }

  .search-list {
    padding-left: 0;
    width: 100%;
  }

  .cart-icon {
    order: 2;
  }

  .search-list {
    order: 4;
  }

  .logo-section {
    flex-grow: 1;
    padding-bottom: 0;
  }

  .form.mini-search, div#search-content > div {
    position: static;
    max-width: 100%;
    margin-top: 0px;
    padding-right: 0;
    padding-left: 0;
  }

  span.cart-name {
    padding-left: 7px;
  }

  nav.snowdog-topmenu-mobile {
    padding-right: 8px;
    font-size: 12px;
  }

  button#menu-cart-icon svg {
    width: 30px;
    height: 34px;
  }

  .top-header, div#header > .container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}

@media(max-width: 768px) {
  .logo-section img {
    width: 140px;
  }

  button#menu-cart-icon svg {
    width: 19px;
  }
}

.page-products .page-main .columns .sidebar-main .sidebar {
  width: 100%;
}

body button#menu-cart-icon span.cart-name + span + span {
  padding-left: 17px;
}

.amshopby-currency {
  top: 0.60rem;
}

.cms-page-view .page-main .container,
.contact-index-index .page-main .container {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
}

.cms-page-view .page-main .columns,
.contact-index-index .page-main .columns {
  max-width: 1140px;
  padding: 0;
}

.cms-page-view .page-main .page-title,
.contact-index-index .page-main .page-title {
  position: relative;
  margin: 20px 0 40px 0;
  width: 100%;
  text-align: center;
}

.cms-page-view .page-main .page-title span,
.contact-index-index .page-main .page-title span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #1e1f22;
  background: white;
  padding: 0 40px;
  text-transform: uppercase;
  z-index: 20;
}

.cms-page-view .page-main,
.contact-index-index .page-main {
  padding:0 20px;
}

.cms-page-view .page-main h1,
.cms-page-view .page-main h2,
.cms-page-view .page-main h3,
.cms-page-view .page-main h4,
.cms-page-view .page-main h5,
.cms-page-view .page-main h6,
.cms-page-view .page-main h1 span,
.cms-page-view .page-main h2 span,
.cms-page-view .page-main h3 span,
.cms-page-view .page-main h4 span,
.cms-page-view .page-main h5 span,
.cms-page-view .page-main h6 span{
  font-size: 18px;
  font-family: 'proxima-bold' !important;
  padding: 0 0 10px 0;
}

.cms-page-view .page-main strong {
  font-family: 'proxima-bold' !important;
}

.cms-page-view .page-main .page-title:before,
.contact-index-index .page-main .page-title:before {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  left: 50%;
  top: 50%;
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  content: '';
  z-index: 10;
}

.cms-page-view .page-main p,
.contact-index-index .page-main p {
  font-size: 14px;
  line-height: 25px;
}

.cms-page-view .page-main h2 a {
  color: #FFA700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cms-page-view .page-main p,
.cms-page-view .page-main ul,
.cms-page-view .page-main ol,
.contact-index-index .page-main ul,
.contact-index-index .page-main p,
.contact-index-index .page-main ol {
  color: #444;
  padding: 10px 0;
}

.cms-page-view .page-main li,
.cms-page-view .page-main dd,
.cms-page-view .page-main dt,
.contact-index-index .page-main li,
.contact-index-index .page-main dd,
.contact-index-index .page-main dt {
  font-size: 14px;
  line-height: 25px;
  color: #444;
}

.cms-page-view .page-main ul li,
.contact-index-index .page-main ul li {
  list-style: disc;
  margin: 0 0 0 18px;
}

.contact-index-index .page-main .form, .contact-index-index .page-main .card {
  width: 100%;
  box-shadow: none;
}

.contact-index-index .page-main .form .field {
  width: 100%;
}

.contact-index-index .page-main .form .field label {
  display: inline-block;
  padding: 8px 0 4px 0;
  color: #2b2b2b;
  font-size: 12px;
}

body.contact-index-index .page-main ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
}

.contact-index-index .page-main address {
  font-style: normal;
  margin-top: 13px;
  font-size: 14px;
  padding-bottom: 2px;
}

.contact-index-index .page-main .card button.btn.btn-primary {
  border-radius: 0;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  cursor: pointer;
  color: #000;
  margin-top: 25px;
}

.contact-index-index .page-main .form .field input, .contact-index-index .page-main .form .field textarea {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  border-radius: 0.25rem;
}

.contact-index-index .page-main .flex {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .flex h2, .contact-index-index .page-main .flex p {
  text-align: left;
}

form#search_mini_form div.leading-normal.text-grey-800 {
  display: none;
}

span#live-search {
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}

/*span#live-search h2,
span#live-search h3,
.clerk-headline,
.clerk-live-product-name {
        font-family: 'proxima-bold' !important;
    font-weight: normal !important;
}
body .clerk-live-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/

/*login */

.customer-account-login .page-title,
.customer-account-create .page-title,
.customer-account-forgotpassword .page-title{
  position: relative;
  margin: 20px 0 0px 0;
  text-align: center;
  width: 100%;
  background: #fff;
}

.customer-account-login .page-title span.base,
.customer-account-create .page-title span.base,
.customer-account-forgotpassword .page-title .base  {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #1e1f22;
  background: white;
  padding: 0 40px;
  text-transform: uppercase;
  z-index: 20;
  font-family: 'proxima-bold' !important;
}

.customer-account-login .page-title:after,
.customer-account-create .page-title:after,
.customer-account-forgotpassword .page-title:after  {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  left: 50%;
  top: 50%;
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  content: '';
  z-index: 10;
}

.customer-account-login .card,
.customer-account-create .card,
.customer-account-forgotpassword .card {
  box-shadow: none;
}

.customer-account-login h1,
.customer-account-login h2,
.customer-account-login h3,
.customer-account-login h4,,
.customer-account-create h1,
.customer-account-create h2,
.customer-account-create h3,
.customer-account-create h4,
 {
  font-family: 'proxima-bold';
}

body p, input, textarea, span {
  font-family: 'proxima-regular' !important;
}

fieldset.fieldset.login .field,
.customer-account-create .form-create-account .field,
.customer-account-forgotpassword .field {
  margin-bottom: 14px;
}

fieldset.fieldset.login .form-input,
.customer-account-create .form-create-account .form-input,
.customer-account-forgotpassword .form-input {
  width: 100%;
  border-radius: 0;
  border-color: #E5E5E5;
}

fieldset.fieldset.login label,
.customer-account-create .form-create-account label,
.customer-account-forgotpassword label {
  font-size: 14px;
}

.customer-account-forgotpassword .actions-toolbar {
  margin-top: 15px;
}

.customer-account-forgotpassword .actions-toolbar .action {
  color: #FFA700;
}

.customer-account-login .btn-primary,
.customer-account-create .btn-primary {
  border-radius: 0;
  color: #444444;
  text-transform: uppercase;
  font-size: 16px;
}

.customer-account-login legend h2,
.customer-account-create legend span,
.customer-account-login .block-title h2 {
  font-size: 16px;
  color: #1e1f22;
  text-transform: uppercase;
  padding: 0px 0 15px 0;
  display: block;
  font-family: auto;
  font-family: 'proxima-bold' !important;
}

.customer-account-create .form-create-account .field .control,
.customer-account-login .field .control{
  width: 100%;
}

div#password-strength-meter-container {
  font-size: 13px;
  position: relative;
  top: -7px;
}

.customer-account-login .actions-toolbar a {
  font-size: 14px;
  color: #000;
}

/*login*/

.checkout-cart-index .page-main {
  max-width: 1140px;
  margin: 0 auto;
}

.checkout-cart-index .page-main > div {
  padding-left: 0;
  padding-right: 0;
}

.category-products.category-brands-listing:before {
  display: none;
}

.columns:has(.category-brands-listing) .block.my-6 {
  display: none;
}

body:has(.category-brands-listing) .columns .column.main {
  width: 100% !important;
}

.category-brands-listing {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start !important;
}

.category-brands-listing li.brand-item {
  width: 25%;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 40px;
}

.category-brands-listing li.brand-item .module {
  padding: 0 10px;
}

.category-products.category-brands-listing {
  margin-top: 30px !important;
}

.category-brands-listing li.brand-item a {
  display: block;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
}

body:has(.category-brands-listing) .columns .column.main .category-top-section > div {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.category-brands-listing li.brand-item a img {
  display: block;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 50%;
  height: auto;
  width: auto;
}

.product-info-main .price-container .old-price {
  color: #F02A90;
}

.product-info-main .price-container .old-price span.price {
  padding-left: 3px;
}

.product .product-info .price-box.price-final_price {
  display: flex;
  flex-direction: row-reverse;
}

.product .product-info .price-box.price-final_price:has(span.old-price) .normal-price span.price,
.product .product-info .price-box.price-final_price:has(span.old-price) .special-price span.price {
  color: #FFA700;
  font-family: 'proxima-bold' !important;
}

body.catalog-product-view .product-info-main > section:first-child h1.page-title {
  margin-bottom: 10px;
}

.cms-index-index .swiper.mySwiper {
  height: 700px;
}

.cms-index-index .swiper.mySwiper .swiper-slide {
  height: auto;
}

.cms-index-index .swiper.mySwiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product .product-info .price-box.price-final_price span.normal-price,
.product .product-info .price-box.price-final_price span.special-price {
  padding: 0 4px;
}

.product .product-info .price-box.price-final_price span.old-price .price {
  color: #444;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  font-size: 14px;
  font-family: 'proxima-semibold';
}

.cms-index-index .swiper.mySwiper .swiper-slide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.3;
  z-index: 9;
  background: #000;
}

.product-view__delivery-box {
  margin-top: 22px;
  padding-top: 30px;
  margin-bottom: 8px;
  position: relative;
  border-top: 1px solid #E5E5E5;
  width: 100%;
}

.product-view__stock-indicator--none {
  color: #ff6060 !important;
  background-color: #ffefef !important;
}

.toolbar.toolbar-products .limiter-options {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #f2f2f2;
  height: 36px;
  line-height: 36px;
  padding: 0 26px 0 16px;
  border: none;
  cursor: pointer;
  color: #444444;
  font-size: 13px;
}

.toolbar.toolbar-products .field.limiter span {
  display: none;
}

select.form-select.sorter-options:hover,
.toolbar.toolbar-products .limiter-options:hover {
  background-color: #cccccc;
  cursor: pointer;
}

.toolbar.toolbar-products {
  justify-content: space-between;
  display: flex;
  flex-direction: row-reverse;
}

.product-view__delivery-box p {
  font-family: 'proxima-semibold';
  font-size: 14px;
  color: #444444;
}

.product-view__delivery-box p strong, .product-view__delivery-box p b {
  color: #00B34E;
  font-family: 'proxima-bold';
}

.product-view__stock-indicator {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  top: -15px;
  left: 50%;
  font-family: 'proxima-semibold';
  background-color: #e6f7ed;
  padding: 0 15px;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  color: #00B34E;
}

.product-detail-page .price-container .old-price span.price {
  color: #F02A90;
  font-size: 16px;
  font-family: 'proxima-semibold';
  font-weight: normal;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.price-container .old-price .price-wrapper {
  -webkit-text-decoration: revert;
          text-decoration: revert;
  line-height: 15px;
}

.product-view__stock-indicator--low {
  color: #ff9700;
  background-color: #fff6e6;
}

.product-detail-page .product-right-main-section h1 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #1e1f22;
  font-family: 'proxima-bold';
  text-align: center !important;
  display: block;
}

.price-container .old-price {
  justify-content: center;
  align-items: center;
}

.gallary-section img {
  mix-blend-mode: darken;
}

button#menu-cart-icon:hover {
  background-color: #F5F5F5;
}

.home-product-column .mx-auto form > a,
.home-product-column .mx-auto form {
  background-color: #F5F5F5 !important;
}

.home-product-column .product .product-info {
  background-color: #fff;
}

.home-product-column .mx-auto form > a img {
  mix-blend-mode: darken;
}

.home-product-column .mx-auto form > a:hover img {
  opacity: .75;
}

.gallary-section .main-gallary-slider.w-full .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider.w-full) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider.w-full) .navigation{
  z-index: -1 !important;
}

.home-product-column .mx-auto {
  gap: 20px;
  margin-bottom: 50px;
}

.gallary-section .main-gallary-slider.w-full .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider.w-full {
  display: block;
  z-index: 999;
}

.product-right-main-section > div {
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.product-right-main-section > div .product-description {
  font-size: 14px;
  color: #444;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info .available {
  background-color: #e6f7ed;
  padding: 0 15px;
  display: flex;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  color: #00B34E;
  -webkit-border-radius: 15px;
  margin: 0 auto;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: 'proxima-semibold';
}

.product-right-main-section .product-right-info .text-right {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.product-right-main-section .product-right-info dl#product-details > div {
  border: 0;
}

form#product_addtocart_form h2 {
  display: none;
}

form#product_addtocart_form > div > div {
  border: 0 !important;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.product-right-main-section .product-right-info .mb-6 {
  margin-bottom: 0;
}

form#product_addtocart_form label {
  width: 100%;
  margin-bottom: 7px;
  color: #444;
  font-family: 'proxima-semibold';
}

form#product_addtocart_form select {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  line-height: 20px;
  padding: 12px;
  height: 44px;
  background-color: white;
  width: 100% !important;
  color: #AFAFAF;
  box-shadow: none;
  font-size: 16px;
  font-family: 'proxima-regular';
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/></svg>");
  background-position: center right 9px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.product-view__brand-logo img {
  display: block;
  max-width: 100px;
  max-height: 25px;
  margin: 0 auto 20px auto;
  height: auto;
  width: auto;
}

form#product_addtocart_form {
  margin-bottom: 15px !important;
}

.product-right-main-section .product-right-info div .flex.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.btn:focus{
  box-shadow: none !important;
  outline: 0 !important;
}

form#product_addtocart_form .w-full.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

.product-right-main-section .product-right-info dl#product-details > div dt {
  color: #444;
  font-family: 'proxima-regular';
  padding: 0;
}

.product-right-main-section .product-right-info div .flex.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

.product-view__usps ul li {
  position: relative;
}

.product-view__usps ul {
  text-align: left;
  padding: 0;
  margin-top: 30px;
}

.product-view__usps ul li a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><script xmlns=""/><path fill="%2300B34E" fill-rule="evenodd" d="M9,0 C13.9705627,-9.13077564e-16 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 6.08718376e-16,13.9705627 0,9 C-6.08718376e-16,4.02943725 4.02943725,9.13077564e-16 9,0 Z M6.4016762,8.52948257 C6.14731641,8.2846941 5.73503308,8.28458307 5.48257405,8.5275423 L5.09905978,8.8966253 C4.84581347,9.14034219 4.84542905,9.53511539 5.0999403,9.78004962 L7.44570129,12.0276517 C7.78462918,12.353826 8.33290787,12.3550117 8.67306775,12.0276517 L13.7188287,7.1618678 C13.9725614,6.91768291 13.9721683,6.52140271 13.7197093,6.27844348 L13.336195,5.90936049 C13.0829487,5.66564359 12.6710826,5.6668684 12.4170928,5.91130075 L8.05938452,10.1149227 L6.4016762,8.52948257 Z"/><script xmlns=""/></svg>');
  background-repeat: no-repeat;
  padding-left: 28px;
  display: flow;
  margin-top: 10px;
  color: #333;
  font-size: 13px;
  font-family: 'proxima-semibold';
}

.product-view__usps div {
  padding: 0 !important;
}

.product-right-main-section .product-right-info dl#product-details {
  margin-top: 20px;
}

.product-right-main-section .product-right-info dl#product-details > div dd {
  font-family: 'proxima-semibold';
}

.product-right-main-section .product-right-info .text-right:before {
  height: 1px;
  content: '';
  background: #E5E5E5;
  position: absolute;
  left: 50%;
  width: 81%;
  top: 14px;
  z-index: -1;
  display: block;
  transform: translate(-50%, 0);
}

.product-info-main .tab-wrapper {
  margin-top: 30px;
}

.product-info-main .tab-wrapper .tab-control {
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  color: #444444;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 40px;
  border-bottom: 2px solid transparent;
  font-family: 'proxima-regular';
}

.tab-list-item {
  padding-right: 20px;
}

.tab-list {
  line-height: 40px;
  border-bottom: 2px solid #F5F5F5;
}

.tab-list-item label.tab-control.active {
  font-weight: normal;
  border-bottom: 2px solid #F02A90;
  color: #333333;
  font-family: 'proxima-bold';
}

.upsell-product-slider section > div > div.flex-col {
  border: 0;
}

body .upsell-product-slider section > div > div.flex-col h2 {
  font-size: 22px;
}

.product-info-main .tab-wrapper .tab-panel {
  padding: 20px 0;
}

.product-info-main .tab-wrapper .tab-panel h1 {
  font-size: 18px;
  font-family: 'proxima-bold';
  font-weight: normal;
  color: #444;
}

.product-info-main .tab-wrapper .tab-panel ul li::marker {
  color: #444;
}

.product-info-main .tab-wrapper .tab-panel table th, .product-info-main .tab-wrapper .tab-panel table td {
  font-size: 14px;
  color: #444;
  font-weight: normal;
}

.product-info-main .tab-wrapper .tab-panel table th,
.product-info-main .tab-wrapper .tab-panel strong {
  font-family: 'proxima-bold';
  font-weight: normal;
}

.product-info-main .tab-wrapper .tab-panel table td {
  font-family: 'proxima-regular';
  font-weight: normal;
}

.product-info-main .tab-wrapper .tab-panel table tr {
  border: 0;
}

.product-right-info span.price-label {
  display: none;
}

.product-right-info .old-price {
  justify-content: center;
}

.product-right-info .final-price span.price {
  font-size: 24px;
  font-family: 'proxima-bold';
  color: #F02A90;
}

.product-right-info span.price {
  color: #F02A90;
}

/*body .price-box.price-final_price {
    color: #F02A90;
}*/

.product-view__usps ul li a:hover {
  color: #00B34E;
}

.product-view__usps ul li a strong {
  color: #00B34E;
  font-family: 'proxima-bold';
}

.product-right-info .final-price{
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-info-main .tab-wrapper .tab-panel table tr:nth-child(even) {
  background-color: #F5F5F5;
}

.product-info-main .tab-wrapper .tab-panel p,
.product-info-main .tab-wrapper .tab-panel ul li,
.product-info-main .tab-wrapper .tab-panel span {
  font-weight: normal;
  color: #444;
  font-size: 14px;
  font-family: 'proxima-regular';
}

.upsell-product-slider section {
  margin-top: 20px;
}

.product-info-main .tab-wrapper .tab-panel .prose,
.product-info-main .tab-wrapper .tab-panel .table-wrapper {
  width: 100%;
  display: block;
  max-width: 100%;
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media(max-width: 1024px) {
  nav.snowdog-topmenu-mobile .table-row-items > div.table-row-item:nth-child(2n + 1) {
    background: #1e1f22;
  }

  nav.snowdog-topmenu-mobile .table-row-items > div.table-row-item:nth-child(2n + 1) * {
    color: #fff;
  }
}

body {
  background: #fff;
}

.category-accessoires-795 .navigation ul > li:nth-child(5) > div > a,
.category-kinderen .navigation ul > li:nth-child(4) > div > a,
.category-dames-764 .navigation ul > li:nth-child(3) > div > a,
.category-heren-763 .navigation ul > li:nth-child(2) > div > a,
.cms-about .navigation ul > li:nth-child(6) > div > a,
body .navigation ul > li.active > div > a{
  color: white !important;
  background-color: #e1107c;
  font-family: 'proxima-bold';
}

.brand-page-title,
.slippery-page-title {
  position: relative;
  margin: 20px 0 40px 0;
  text-align: center;
  margin-bottom: 60px;
}

.brand-page-title:before,
.slippery-page-title:before {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  left: 50%;
  top: 50%;
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  content: '';
  z-index: 10;
}

.brands-slider-cntr .swiper-slide img {
  margin: 0 auto;
}

.brand-page-title h2,
  .slippery-page-title h1 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  font-family: 'proxima-bold';
  color: #1e1f22;
  background: white;
  padding: 0 40px;
  text-transform: uppercase;
  z-index: 20;
}

.brands-slider-cntr {
  padding: 20px 0 80px 0;
}

.std {
  font-size: 14px;
  line-height: 25px;
}

.std strong {
  font-family: 'proxima-bold';
  font-weight: normal;
}

.std p {
  font-size: 14px;
  color: #444;
  padding: 10px 0;
}

.std a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.std a:hover {
  color: #FFA700;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  height: 90px;
  width: 40px;
  text-align: center;
  background-color: #ffffff;
  opacity: .5;
}

.mySwiper .swiper-button-prev:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  content: '';
  width: 24px;
  height: 24px;
}

.mySwiper .swiper-button-next:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  content: '';
  width: 24px;
  height: 24px;
}

.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover {
  opacity: 1;
}

.mySwiper .swiper-button-prev {
  left: 0;
}

.mySwiper .swiper-button-next {
  right: 0;
}

.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover {
  opacity: 1;
}

/* .category-view .sidebar .block.filter {} */

nav.breadcrumbs,
.page-products .page-main .columns {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

nav.breadcrumbs li a, nav.breadcrumbs li span {
  color: #AFAFAF;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 13px;
  font-family: 'proxima-regular';
  padding: 0 1.5px;
}

nav.breadcrumbs .items.list-reset {
  padding-bottom: 0;
  padding-top: 10px;
}

nav.breadcrumbs .container {
  padding: 0;
}

.page-products .page-main {
  margin-top:40px;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-title span {
  font-family: 'proxima-bold';
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title {
  border: 0;
  padding: 25px 0 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title span {
  font-size: 16px;
  font-family: 'proxima-regular';
  font-weight: normal;
  color: #1e1f22;
  border: 0;
  text-transform: uppercase;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option:first-child .filter-options-title {
  padding-top: 0;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title span svg {
  display: none;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title.border-b span.border-container:after {
  content: '-';
  color: #9d9d9d;
  font-size: 16px;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title span.border-container:after {
  content: '+';
  color: #9d9d9d;
  font-size: 16px;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-options-content {
  padding: 0 0 30px 0;
  border-bottom: 2px solid #ebebeb;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-options-content a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #444444;
  font-size: 14px;
  padding: 0 5px 0 7px;
  font-family: 'proxima-regular';
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-options-content ol li {
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 21px;
  color: #848484;
  font-size: 13px;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-options-content ol li:last-child {
  border: 0;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-options-content [type='checkbox'] {
  width: 16px;
  height: 16px;
  border: 3px solid #ebebeb;
  content: '';
  color: #2b2b2b;
  border-radius: 2px;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-options-content [type='checkbox']:hover {
  background-color: #ebebeb;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-options-content [type='checkbox']:checked {
  background-color: #ebebeb;
  color: #848484;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%232b2b2b' xmlns='http://www.w3.org/2000/svg'><path d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/></svg>");
}

.page-products .page-main .columns .sidebar-main .block-filter .filter-current {
  display: none;
}

.category-top-section h1,
.upsell-product-slider section > div > div.flex-col h2 {
  font-size: 38px;
  line-height: 38px;
  color: #1e1f22;
  background: white;
  text-transform: uppercase;
  z-index: 20;
  font-family: 'proxima-bold';
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0 40px;
  margin: 0 auto;
}

.category-top-section > div,
.upsell-product-slider section > div > div.flex-col {
  position: relative;
  margin: 20px 0 8px 0;
}

.category-top-section > div:before,
.upsell-product-slider section > div > div.flex-col:before {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  left: 50%;
  top: 50%;
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  content: '';
  z-index: 10;
}

.category-top-section p.counts {
  font-size: 15px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-family: 'proxima-regular';
  text-align: center;
}

.total-number-products {
  padding-left: 3px;
}

div#category-view-container {
  margin-top: 15px;
  padding-bottom: 10px;
}

body .btn-primary {
  background: #FFA700;
}

body .btn-secondary, body .btn-secondary:hover, body .btn-secondary:active {
  border-color: #FFA700;
}

body .btn-primary, body .btn-primary:hover, body .btn-primary:active {
  background: #FFA700;
}

.page-products .page-main {
  margin-top: 0;
}

.page-products .page-main .columns .column.main {
  margin-top: 33px;
}

.category-description h2 {
  font-size: 16px;
  color: #1e1f22;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: 'proxima-bold';
}

.category-description p {
  font-size: 13px;
  color: #444444;
  margin-top: 5px;
  font-family: 'proxima-regular';
}

.category-description * {
  padding: 0 !important;
}

.category-description {
  margin-top: 16px;
}

.toolbar-sorter svg {
  display: none;
}

.toolbar-sorter a:after {
  width: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><polygon fill-opacity=".7" fill-rule="evenodd" points="16 7 3.83 7 9.42 1.41 8 0 0 8 8 16 9.41 14.59 3.83 9 16 9" transform="rotate(90 8 8)"/></svg>');
  height: 16px;
  display: block;
  background-size: 10px;
  background-position: center;
  content: '';
  background-repeat: no-repeat;
}

select.form-select.sorter-options {
  background-color: #f2f2f2;
  height: 36px;
  border-radius: 0;
  border: 0;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.toolbar-sorter label {
  margin-right: 8px;
}

.products-grid ul {
  padding-top: 40px;
  gap: 20px;
}

.products-grid ul li {
  margin-bottom: 25px;
}

.item.product a.product.photo img {
  margin: 0 auto;
  mix-blend-mode: darken;
}

.products-grid .product-item,
.product .product-item {
  border: 0;
  padding: 0;
  box-shadow: none;
}

body .product {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  background: transparent !important;
}

.products-grid .product-item-photo,
.product .product-item .product-item-photo{
  padding-bottom: 100%;
  background-color: #F5F5F5 !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.products-grid .product-item-photo img,
.product .product-item .product-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

.products-grid .product-item-photo:hover img,
.product .product-item .product-item-photo:hover img {
  opacity: 0.75;
}

.products-grid .product-info,
.product .product-info  {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.products-grid .product-info .product-item-link,
.product .product-info .product-item-link {
  color: #333333;
  font-size: 14px;
  font-family: 'proxima-regular';
  font-weight: normal;
  line-height: 19px;
  display: block;
  margin-top: 8px;
  min-height: 38px;
}

.products-grid .product-info > div ,
.product .product-info > div {
  margin: 0;
  padding: 0;
}

body .product-item .price-container .price {
  font-size: 14px;
  line-height: 1.75rem;
  font-weight: normal;
  font-family: 'proxima-semibold';
}

body .product-item .price-container span.price-label {
  display: none;
}

.product-item .btn-primary + div button,
.product-item .rounded-full {
  display: none;
}

.product-item .btn-primary {
  margin-top: 10px;
  background-color: #FFA700;
  color: #ffffff;
  border-radius: 1px;
  font-family: 'proxima-bold';
  padding: 7px 20px;
}

.product-item .btn-primary svg {
  display: none;
}

.product-info p {
  font-family: 'proxima-regular';
  color: #444;
}

.pages .pages-items {
  box-shadow: none;
}

.pages .pages-items svg {
  stroke: #444444;
  width: 17px;
}

.pages .item a {
  border: 0;
  box-shadow: none;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.pages .item a.page.border-primary {
  opacity: .5;
  background-color: #d9d9d9;
  color: #444444;
}

p#toolbar-amount {
  display: none;
}

.products-grid + script + .toolbar.toolbar-products,
.products-grid + .toolbar.toolbar-products {
  justify-content: center;
  display: flex;
  width: 100%;
}

/* pdp page */

.gallary-section .main-gallary-slider {
  display: flex;
  flex-wrap: wrap;
}

.product-detail-page {
  width: 100%;
}

.gallary-section .main-gallary-slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.full-slider {
  background-color: #F5F5F5;
}

.gallary-section .main-gallary-slider .thumb-slider-section .js_thumbs_slide button {
  border: 2px solid #F5F5F5;
  background: #F5F5F5;
}

.thumb-slider-section {
  margin-top: 10px;
}

.product-info-main .product-detail-page div#gallery {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}

.product-detail-page .product-right-main-section {
  width: 50%;
}

/* pdp page end*/

@media(min-width: 1199px) {
  .catalog-product-view .column.main {
    max-width: 1140px;
    margin: 0 auto;
  }

  .checkout-cart-index .page-main {
    padding: 0 20px
  }

  .gallary-section .main-gallary-slider .thumb-slider-section {
    max-width: 100%;
    width: 23%;
    padding-right: 4px;
  }

  .thumb-slider-section {
    margin-top: 0px;
  }

  .full-slider {
    width: 77%;
  }

  .gallary-section .main-gallary-slider .thumb-slider-section .js_thumbs_slide {
    margin: 0;
    width: 50%;
    padding: 3px 3px;
  }

  .product-info-main .product-detail-page div#gallery {
    width: 70%;
    padding-right: 40px;
    box-sizing: border-box;
  }

  .product-detail-page .product-right-main-section {
    width: 30%;
  }
}

@media(min-width: 992px) {
  .product-info-main .tab-wrapper .tab-panel table th {
    width: 20%;
  }

  .product-info-main .tab-wrapper .tab-panel table td {
    width: 50%;
  }

  .page-products .page-main .columns {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .page-products .page-main .columns .sidebar-main {
    width: 25%;
    padding-right: 40px;
  }

  .page-products .page-main .columns .column.main {
    width: 75%;
  }

  .page-products .page-main .columns .sidebar-main .block-filter {
    background: transparent;
  }

  .page-products .page-main .columns .sidebar-main .block-filter .block-title {
    display: none;
  }
}

@media(max-width: 1366px) {
  .catalog-product-view .columns {
    max-width: 100%;
  }
}

@media(max-width: 1140px) {
  nav.breadcrumbs,
    .page-products .page-main .columns {
    padding:0 20px;
  }

  .checkout-cart-index .page-main {
    padding: 0 20px
  }
}

@media(max-width: 1024px) {
  header.page-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
  }
}

@media(max-width: 992px) {
  .cms-index-index .swiper.mySwiper {
    height: 400px;
  }

  .product-info-main .tab-wrapper {
    margin-top: 0;
  }

  .product-info-main .product-detail-page div#gallery,
    .product-detail-page .product-right-main-section {
    width: 100%;
    padding-right: 0px;
  }

  .full-slider,
    .thumb-slider-section {
    width: 100%;
  }

  .gallary-section .main-gallary-slider .thumb-slider-section .js_thumbs_slides {
    width: 100%;
  }

  .gallary-section .main-gallary-slider .thumb-slider-section .js_thumbs_slide {
    width: 33.33%;
    margin: 0;
    padding: 3px 3px;
  }

  .gallary-section .main-gallary-slider .thumb-slider-section .js_thumbs_slide button {
    border: 2px solid #F5F5F5;
    background: #F5F5F5;
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
  }

  .gallary-section .main-gallary-slider .thumb-slider-section .js_thumbs_slide button img {
    margin: 0 auto;
    position: absolute;
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 110%;
    width: auto;
    height: auto;
    mix-blend-mode: darken;
  }
}

@media(max-width: 768px) {
  .brand-page-title h2,
    .slippery-page-title h1 {
    padding: 0 20px;
  }
}

@media(max-width: 767px) {
  table.additional-attributes tr:nth-child(even) {
    background: #F5F5F5;
  }

  table.additional-attributes th, table.additional-attributes td {
    width: auto;
    font-size: 14px;
    padding: 5px 10px;
  }

  .product-view__attributes li:nth-child(even) {
    background-color: #F5F5F5;
  }

  table.additional-attributes tr {
    border: 0;
  }

  .mobile-tab-panel {
    padding: 15px !important;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
  }

  .mobile-tab-panel .prose em strong {
    font-size: 14px;
    line-height: 22px !important;
    display: block;
  }

  .mobile-tab-panel .prose h2 {
    font-size: 18px;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'proxima-bold';
    margin-bottom: 0;
  }

  .catalog-product-view .columns {
    padding: 0 10px;
  }

  .mobile .mobile-tab-control label {
    color: #333333;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    line-height: 44px;
    padding: 0 15px;
    font-family: 'proxima-bold';
  }

  .mobile {
    border-bottom: 1px solid #E5E5E5;
  }

  .mobile .mobile-tab-control {
    color: #444444;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
    margin: 0;
  }

  .product-info-main .tab-wrapper .tab-control {
    line-height: 23px;
  }

  .product-detail-page .final-price span.price {
    font-size: 24px;
    color: #FFA700;
    text-align: center;
  }

  .page-products .page-main .columns .column.main {
    margin-top: 0px;
  }

  .products-grid ul li {
    padding: 0 5px;
  }

  .category-top-section h1, .upsell-product-slider section > div > div.flex-col h2 {
    padding: 0 10px;
  }

  .category-brands-listing li.brand-item {
    width: 50%;
  }

  .gallary-section .main-gallary-slider.w-full .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .cms-index-index .mySwiper .swiper-button-prev,
    .cms-index-index .mySwiper .swiper-button-next,
    .product-info-main .final-price span.price-label {
    display: none;
  }

  .gallary-section .main-gallary-slider.w-full {
    display: flex;
  }

  .price-container .old-price span.price {
    padding-left: 3px;
  }

  .product-detail-page .price-container span.price {
    color: #FFA700;
    font-family: 'proxima-bold';
  }

  .product-detail-page .product-view__brand-logo,
    body.catalog-product-view .product-info-main > section:first-child .product-detail-page h1.page-title,
    .product-detail-page {
    text-align: center;
    justify-content: center;
  }

  body .product-info-main .tab-wrapper .tab-panel {
    padding: 20px 0 0;
  }

  body .upsell-product-slider section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .catalog-product-view .page-main {
    margin-bottom: 0;
  }

  body .category-top-section > div,
    body .upsell-product-slider section > div > div.flex-col {
    position: relative;
    margin: 0 0 8px 0;
  }

  body.catalog-product-view .product-info-main > section:first-child .product-detail-page h1.page-title {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1e1f22;
    font-family: 'proxima-bold';
  }

  body.catalog-product-view .product-info-main .product-detail-page .container.flex {
    margin-bottom: 3px;
  }

  .product-detail-page {
    justify-content: center;
  }

  .cms-index-index .swiper.mySwiper {
    height: 220px;
  }

  .hyva-static-class {
    padding: 0 10px;
  }

  .home-product-column .mx-auto {
    gap: 10px;
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  div:has(.hyva-static-class) {
    padding: 0 !important;
  }

  .home-product-column {
    margin-bottom: 35px;
  }

  .cms-index-index .item.product a.product.photo img {
    padding: 18px
  }

  .cms-index-index .columns {
    padding: 0;
  }

  .brands-slider-cntr {
    padding: 20px 10px 50px 10px;
  }

  nav.breadcrumbs,
    .page-products .page-main .columns {
    padding:0 15px;
  }

  .products-grid ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
  }

  .block-filter {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media(max-width: 370px) {
  .products-grid ul {
    gap: 0px;
  }
}

.catalogsearch-result-index .page-title {
  width: 100%;
  text-align: center;
}

.catalogsearch-result-index .columns .column.main {
  width: 100% !important;
}

.catalogsearch-result-index .columns .column.main .clerk-live-search-background {
  border: 0;
}

.catalogsearch-result-index .columns .column.main .clerk-live-search-background .clerk-category-container {
  display: none;
}

.catalogsearch-result-index .columns .column.main .clerk-live-search-container {
  max-width: 100% !important;
}

body.catalogsearch-result-index .clerk-live-product .clerk-live-image {
  margin:0 auto;
}

#search_mini_form button.action.search {
  display: none;
}

.am-search-item-list  span.text-black.block.mt-1.px-4.block {
  display: none;
}

@media (max-width: 768px) {
  .am-search-item-list div:nth-of-type(n+3) {
    display: none;
  }
}

.checkout-onepage-success .actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-width: 0px;
  padding-top: 1rem;
}

.contact-index-index .page-main .checkout-onepage-success .actions-toolbar {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .checkout-onepage-success .actions-toolbar h2, .contact-index-index .page-main .checkout-onepage-success .actions-toolbar p {
  text-align: left;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container.checkout-onepage-success .actions-toolbar {
    margin-bottom: 3px;
  }
}

.checkout-onepage-success .actions-toolbar .primary a {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-index-index .page-main .checkout-onepage-success .actions-toolbar .primary a {
  flex-direction: column;
  padding-top: 0;
}

.contact-index-index .page-main .checkout-onepage-success .actions-toolbar .primary a h2, .contact-index-index .page-main .checkout-onepage-success .actions-toolbar .primary a p {
  text-align: left;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar .primary a.mt-4.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar .primary a.mt-4.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar .primary a.mt-4.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar .primary a.mt-4.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .checkout-onepage-success .actions-toolbar .primary a.mt-4.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

@media(max-width: 767px) {
  body.catalog-product-view .product-info-main .product-detail-page .container.checkout-onepage-success .actions-toolbar .primary a {
    margin-bottom: 3px;
  }
}

.am-search-item-list  span.text-black.block.mt-1.checkout-onepage-success .actions-toolbar .primary a.block {
  display: none;
}

@media (min-width: 768px) {
  .checkout-onepage-success .actions-toolbar .primary a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .checkout-onepage-success .actions-toolbar .primary a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.checkout-onepage-success .actions-toolbar .primary a svg {
  display: inline-flex;
}

.checkout-onepage-success .actions-toolbar .primary a span {
  vertical-align: middle;
}

.checkout-onepage-success .actions-toolbar .primary a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.checkout-onepage-success .actions-toolbar .primary a:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.checkout-onepage-success .actions-toolbar .primary a {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checkout-onepage-success .actions-toolbar .primary a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}



body .checkout-onepage-success .actions-toolbar .primary a {
  font-family: 'proxima-bold';
  font-weight: normal;
}

.checkout-onepage-success .actions-toolbar .primary a span {
  font-family: 'proxima-bold';
  font-weight: normal;
}

.contact-index-index .page-main .card button.checkout-onepage-success .actions-toolbar .primary a.btn-primary {
  border-radius: 0;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  cursor: pointer;
  color: #000;
  margin-top: 25px;
}

.contact-index-index .page-main .card button.btn.checkout-onepage-success .actions-toolbar .primary a {
  border-radius: 0;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  border: none;
  cursor: pointer;
  color: #000;
  margin-top: 25px;
}

.customer-account-login .checkout-onepage-success .actions-toolbar .primary a,
.customer-account-create .checkout-onepage-success .actions-toolbar .primary a {
  border-radius: 0;
  color: #444444;
  text-transform: uppercase;
  font-size: 16px;
}

.checkout-onepage-success .actions-toolbar .primary a:focus{
  box-shadow: none;
  outline: 0;
}

body .checkout-onepage-success .actions-toolbar .primary a {
  background: #FFA700;
}

body .checkout-onepage-success .actions-toolbar .primary a, body .checkout-onepage-success .actions-toolbar .primary a:hover, body .checkout-onepage-success .actions-toolbar .primary a:active {
  background: #FFA700;
}

.product-item .checkout-onepage-success .actions-toolbar .primary a + div button {
  display: none;
}

.product-item .checkout-onepage-success .actions-toolbar .primary a {
  margin-top: 10px;
  background-color: #FFA700;
  color: #ffffff;
  border-radius: 1px;
  font-family: 'proxima-bold';
  padding: 7px 20px;
}

.product-item .checkout-onepage-success .actions-toolbar .primary a svg {
  display: none;
}

.checkout-onepage-success .order-details-items .order-title {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title.checkout-onepage-success .order-details-items .order-title span.border-container:after {
  content: '-';
  color: #9d9d9d;
  font-size: 16px;
}

@theme {
  --width-am-latter: 32px;

  --width-am-brand: 120px;

  --width-am-popup-content: 600px;

  --height-am-latter: 32px;

  --height-am-popup-content: 415px;

  --background-size-size20: 20px;

  --color-cornflower-100: #8392a7;

  --padding-full: 100%;
}

/* Custom module styles */

.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'], .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio'] {
  display: none;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.gallary-section .main-gallary-slider.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .full-slider,.gallary-section .main-gallary-slider .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider.filter-content .items.-am-singleselect .item .items-children .category-filter-row a) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider.filter-content .items.-am-singleselect .item .items-children .category-filter-row a) .navigation,.page-wrapper:has(.main-gallary-slider .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .thumb-slider-section .js_thumbs_slide,.gallary-section .main-gallary-slider .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.gallary-section .main-gallary-slider .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
  display: block;
  z-index: 999;
}

form#product_addtocart_form .filter-content .items.-am-singleselect .item .items-children .category-filter-row a.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900,form#product_addtocart_form  .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .thumb-slider-section .js_thumbs_slide,.gallary-section .main-gallary-slider .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider.filter-content .items.-am-singleselect .item .items-children .category-filter-row a,.gallary-section .main-gallary-slider .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
    display: flex;
  }
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a img, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a img {
  margin-top: 2px;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .label, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .label {
  margin-right: 0.25rem;
}

.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  position: absolute;
  top: 5px;
  left: 0px;
}

.filter-content.-am-by-click.-am-multiselect .item.am-without-children {
  padding-left: 2rem;
}

.filter-content .amshopby-flyout-block .flyout-element {
  padding-left: 1rem;
  padding-right: 1rem;
}

.am-search-item-list  span.text-black.block.mt-1.filter-content .amshopby-flyout-block .flyout-element.block {
  display: none;
}

.filter-content .items.-am-by-click .item {
  padding-left: 1.75rem !important;
}

.filter-content .am-labels-folding .item {
  padding-left: 1.5rem;
}

.filter-content .tooltip-wrapper > div > div > div {
  transform: translate(-20%, -100%);
}

.filter-content .tooltip-wrapper div span {
  display: block;
}

[data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .filter-content .tooltip-wrapper div span.my-6 {
  display: none;
}

.am-search-item-list  span.text-black.filter-content .tooltip-wrapper div span.mt-1.px-4.block {
  display: none;
}

.filter-content .tooltip-wrapper div span {
  white-space: break-spaces;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image img {
  vertical-align: inherit;
}

.amshopby-remove-item .am-swatch-image {
  min-width: 40px;
  border-width: 1px;
}

.amshopby-remove-item .am-swatch-image:hover {
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(calc(3px + var(--tw-ring-offset-width)) + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.amshopby-remove-item .am-swatch-image img {
  vertical-align: inherit;
}

.amasty-catalog-topnav .amshopby-fromto-wrap {
  min-width: 250px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  padding-left: 0px;
  padding-right: 0px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
  max-width: 100px;
}

.amasty-catalog-topnav .amshopby-flyout-block .flyout-element {
  padding-left: 1rem;
  padding-right: 1rem;
}

.am-search-item-list  span.text-black.block.mt-1.amasty-catalog-topnav .amshopby-flyout-block .flyout-element.block {
  display: none;
}

.amasty-catalog-topnav .filter-options-title-level-1 {
  left: 1.5rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.filter-row {
  padding-left: 1.75rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.items.-folding {
  padding-left: 1rem;
}

.amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ul.level-1,
        .amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ol.level-1 {
  padding-left: 1.5rem;
}

.amasty-catalog-topnav .am-filter >.swatch-attribute,
    .amasty-catalog-topnav ol .item:not(.am-swatch-wrapper) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.am-search-item-list  span.text-black.block.mt-1.amasty-catalog-topnav .am-filter >.swatch-attribute.block,.am-search-item-list  span.text-black.block.mt-1
    .amasty-catalog-topnav ol .item:not(.am-swatch-wrapper).block {
  display: none;
}

.filter-options-content .-am-overflow::-webkit-scrollbar-track,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-track {
  border-radius: 9999px;
}


.product-item .filter-options-content .-am-overflow::-webkit-scrollbar-track,
.product-item 
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-track {
  display: none;
}

.filter-options-content .-am-overflow::-webkit-scrollbar,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}


.product-item .filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
.product-item 
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb {
  display: none;
}

.filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb {
  background-clip: content-box;
}

#html-body.-amshopby-sticky .columns {
  position: relative;
}

#html-body.-amshopby-sticky .columns > .sidebar-main {
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-track {
  border-radius: 9999px;
}


.product-item #html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-track {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}


.product-item #html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  color: red;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute > div[class^='absolute'] {
  transform: translate(28px, 5px);
}

.catalog-product-view .amshopby-option-link img:not([src*='resized/']) {
  max-height: 30px;
  max-width: 30px;
}

.product-info-main > section:first-child h1.page-title {
  width: 100%;
}

.gallary-section .main-gallary-slider.product-info-main > section:first-child h1.page-title .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider.product-info-main > section:first-child h1.page-title) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider.product-info-main > section:first-child h1.page-title) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider.product-info-main > section:first-child h1.page-title .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider.product-info-main > section:first-child h1.page-title {
  display: block;
  z-index: 999;
}

form#product_addtocart_form .product-info-main > section:first-child h1.page-title.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider.product-info-main > section:first-child h1.page-title .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider.product-info-main > section:first-child h1.page-title {
    display: flex;
  }
}

.product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image {
  max-height: 100%;
  max-width: 100%;
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .item.level-1,
    .filter-content.is-sidebar .am-show-more {
  padding-left: 0px;
  padding-right: 0px;
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .am-filter > .items > .item,
    .filter-content.is-sidebar .am-filter > .items > .item-category {
  padding-left: 0px;
  padding-right: 0px;
}

/* Custom slider styles */

.amshopby-fromto-wrap input.am-filter-price::-webkit-outer-spin-button,
    .amshopby-fromto-wrap input.am-filter-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amshopby-slider-container .noUi-handle::after, .amshopby-slider-container .noUi-handle::before {
  display: none;
}

.amshopby-slider-container .noUi-horizontal .noUi-tooltip {
  bottom: 130%;
}

.amshopby-slider-container .noUi-tooltip {
  pointer-events: none;
  border-radius: 0.125rem;
  border-style: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-color: inherit;
  background-color: inherit;
}

.amshopby-slider-container .noUi-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: inherit;
}

.amshopby-slider-container .noUi-handle {
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container .noUi-handle:hover .noUi-tooltip {
  opacity: 1;
}

.amshopby-slider-container .noUi-target {
  border-style: none;
}

/*default*/

.amshopby-slider-container.-default .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-default .noUi-target {
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-default .noUi-handle {
  top: -3px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.product-item .amshopby-slider-container.-default .noUi-handle {
  display: none;
}

.amshopby-slider-container.-default .noUi-tooltip {
  background-color: transparent;
  color: transparent;
}

.amshopby-slider-container.-default .noUi-tooltip:after {
  border-color: transparent;
}

/*improved*/

.amshopby-slider-container.-improved .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-improved .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-improved .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-improved .noUi-handle {
  top: -6px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.product-item .amshopby-slider-container.-improved .noUi-handle {
  display: none;
}

/*volumetric gradient*/

.amshopby-slider-container.-volumetric .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-volumetric .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity));
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-volumetric .noUi-handle {
  top: 0.75rem;
  right: -0.25rem;
  height: 0.75rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  display: block;
  height: 0px;
  width: 0px;
}

[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .amshopby-slider-container.-volumetric .noUi-handle.my-6:before {
  display: none;
}

.am-search-item-list  span.text-black.amshopby-slider-container.-volumetric .noUi-handle.mt-1.px-4.block:before {
  display: none;
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid;
  border-bottom-color: inherit;
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 1rem;
}

/*light*/

.amshopby-slider-container.-light .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.amshopby-slider-container.-light .noUi-target {
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-light .noUi-handle {
  top: -7px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.product-item .amshopby-slider-container.-light .noUi-handle {
  display: none;
}

.amshopby-slider-container.-light .noUi-handle:not(:hover) {
  border-color: #dfdedd !important;
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity));
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
  margin-left: -0.25rem;
  margin-top: -2px;
  height: 6px;
  width: 6px;
  transform-origin: center;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip span.border-container:after:after {
  content: '-';
  color: #9d9d9d;
  font-size: 16px;
}

/*dark*/

.amshopby-slider-container.-dark .noUi-target {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 73 72 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-dark .noUi-handle {
  top: -6px;
  right: -5px;
  height: 15px;
  width: 10px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

@theme {
  --color-amsb_graystarts: #cbd5e0;

  --color-amsb_yellowstars: #f6e05e;

  --color-amsb_sl_gray: #dadada;

  --color-amsb_sl_gray_1: #b6b6b6;

  --color-amsb_sl_gray_2: #dfdedd;

  --color-amsb_sl_gray_3: #4a4948;

  --max-width-100-50: calc(100% - 50px);

  --transition-left-top: left, top;

  --shadow-amsb-hover: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}

/* Custom module styles */

.amsearch-related-terms {
  margin-top: 1rem;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-terms.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-terms.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-terms.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.amsearch-related-terms.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-terms.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

.amsearch-related-terms .amsearch-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.amsearch-related-suggestions,
.amsearch-related-recommendations {
  margin-top: 1rem;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-suggestions.ml-auto.sm\:mt-0 button,.product-right-main-section .product-right-info div .flex
.amsearch-related-recommendations.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-suggestions.ml-auto.sm\:mt-0 button svg,.product-right-main-section .product-right-info div .flex
.amsearch-related-recommendations.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-suggestions.ml-auto.sm\:mt-0 input,.product-right-main-section .product-right-info div .flex
.amsearch-related-recommendations.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.amsearch-related-suggestions.ml-auto.sm\:mt-0 button span,.product-right-main-section .product-right-info div .flex
.amsearch-related-recommendations.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .flex.amsearch-related-suggestions.ml-auto.sm\:mt-0,.product-right-main-section .product-right-info div .flex
.amsearch-related-recommendations.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

.amsearch-related-suggestions .title, .amsearch-related-recommendations .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.amtitles .amtitle {
  min-width: 45%;
}

@media (min-width: 768px) {
  .amtitles .amtitle {
    min-width: unset
  }
}

.amtitles .amtitle.active {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.am-search-item-list  span.amtitles .amtitle.active.block.mt-1.px-4.block {
  display: none;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.amtitles .amtitle.active {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.amtitles .amtitle.active + svg {
  right: -2rem;
}

.amtitles .amtitle.active .amsearch-results-icon {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.amcontents .amcontent {
  animation-duration: 0.45s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

.amcontents .amcontent .amsearch-item {
  margin-bottom: 0.25rem;
}

.amcontents .amcontent .amsearch-item .amsearch-link {
  font-weight: 700;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform:translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.amsearch-container {
  background-color: var(--amsearch-color-background, #ffffff);
}

.amsearch-container .amsearch-highlight {
  color: var(--amsearch-color-highlight, #1c6f5a);
  font-weight: 700;
}

.amsearch-container .card-interactive {
  background-color: var(--amsearch-color-background, #ffffff);
}

.amsearch-container .card-interactive:hover {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .card-interactive:focus {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .amsearch-product-name,
    .amsearch-container .am-search-view-all a {
  color: var(--amsearch-color-text, #1c6f5a);
}

.amsearch-container .amsearch-product-name:hover, .amsearch-container .am-search-view-all a:hover {
  color: var(--amsearch-color-text-hover, #1c6f5a);
}

.amsearch-container .amsearch-product-name:focus, .amsearch-container .am-search-view-all a:focus {
  color: var(--amsearch-color-text-focus, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link) {
  color: var(--amsearch-color-text, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link):hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-text-hover, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link):focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #1c6f5a);
}

#search_mini_form .product-item a:not(.reviews-link) {
  color: var(--amsearch-color-text, rgba(59, 130, 246, 0.8));
}

#search_mini_form .product-item a:not(.reviews-link):hover {
  color: var(--amsearch-color-hover-text-hover, rgba(59, 130, 246, 1));
}

#search_mini_form .product-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
}

.amtabs-wrapper .amcontent a:not(.product-item-link) {
  color: #1979c2;
}

.amtabs-wrapper .amcontent a:not(.product-item-link):hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.am-search-content {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-content:not(.am-search-horizontal-view) {
    width: calc(100% - 283px)
  }

  .am-search-content.am-search-sidebar-disabled {
    width: 100%
  }
}

.am-search-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 283px
  }
}

.am-custom-search-button {
  background: var(--amsearch-color-search_button, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text, #fff);
}

.am-custom-search-button:hover {
  background: var(--amsearch-color-search_button-hover, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text-hover, #fff);
}

.am-custom-search-button:focus {
  background: var(--amsearch-color-search_button-hover, #f4f5fa);
  color: var(--amsearch-color-search_button_text-hover, #1c6f5a);
}

/* Custom module styles */

#header .navigation {
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#header .navigation.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#header .navigation.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

.product-item.list-view {
  width: 100%;
}

.product-item.list-view:nth-child(even) {
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .product-item.list-view {
    width: 48%
  }

  .product-item.list-view:nth-child(even) {
    margin-right: 1.25rem;
  }
}

/* Custom styles for installed hyva ui module */

/* TODO: Possible it will needs to change selector for header type after it is configured in Admin    */

#header.a-header-type #search-content {
  z-index: 110;
}

@media (min-width: 768px) {
  #header.a-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.a-header-type #menu-search-icon {
  display: inline-block;
}

#header.a-header-type #header-notification {
  z-index: 9;
}

#header.a-header-type #search_mini_form button[type="submit"][disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
  opacity: 1;
}

@media (min-width: 768px) {
  #header.b-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.gallary-section .main-gallary-slider#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type .full-slider {
  width: 100%;
}

.page-wrapper:has(.main-gallary-slider#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type) .page-header .top-header-block,
.page-wrapper:has(.main-gallary-slider#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type) .navigation{
  z-index: -1;
}

.gallary-section .main-gallary-slider#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type .thumb-slider-section .js_thumbs_slide {
  margin: 0;
  padding: 3px 3px;
  width: auto;
}

.gallary-section .main-gallary-slider#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  display: block;
  z-index: 999;
}

form#product_addtocart_form #header.c-header-type [x-ref="searchContainerDesktop"].c-header-type.sm\:ml-2.sm\:w-1\/2.text-left.text-gray-900 {
  margin-left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .gallary-section .main-gallary-slider#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type .thumb-slider-section .js_thumbs_slide {
    width: 100px;
  }

  .gallary-section .main-gallary-slider#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
    display: flex;
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type [x-ref="searchForm"] {
  max-width: none;
}

.column.main.a-header-type section {
  z-index: 8;
}

@theme {
  --max-width-am-search-sidebar: 20%;

  --max-width-am-search-content: 80%;

  --flex-am-search-sidebar: 0 1 100%;

  --height-carousel-product-item: 540px;
}

.checkout-onepage-success .block-order-details-gift-message .block-title,
.sales-order-view .block-order-details-gift-message .block-title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 button,.product-right-main-section .product-right-info div .flex
.sales-order-view .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 button svg,.product-right-main-section .product-right-info div .flex
.sales-order-view .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 input,.product-right-main-section .product-right-info div .flex
.sales-order-view .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 button span,.product-right-main-section .product-right-info div .flex
.sales-order-view .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0,.product-right-main-section .product-right-info div .flex
.sales-order-view .block-order-details-gift-message .block-title.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title.checkout-onepage-success .block-order-details-gift-message .block-title span.border-container:after,.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title
.sales-order-view .block-order-details-gift-message .block-title span.border-container:after {
  content: '-';
  color: #9d9d9d;
  font-size: 16px;
}

.checkout-onepage-success .action.close,
.sales-order-view .action.close {
  display: none;
}

.checkout-onepage-success .order-items .options .action.show,
.sales-order-view .order-items .options .action.show {
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-weight: 700;
}

[data-content-type$='block'] .checkout-onepage-success .order-items .options .action.show p:last-child,[data-content-type$='block'] 
.sales-order-view .order-items .options .action.show p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .checkout-onepage-success .order-items .options .action.show.my-6,.columns:has(.category-brands-listing) 
.sales-order-view .order-items .options .action.show.my-6 {
  display: none;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .order-items .options .action.show.ml-auto.sm\:mt-0 button,.product-right-main-section .product-right-info div .flex
.sales-order-view .order-items .options .action.show.ml-auto.sm\:mt-0 button {
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  background-color: #FFA700;
  font-size: 16px;
  font-family: 'proxima-bold';
  width: calc(100% - 54px);
  text-align: center;
  justify-content: center;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .order-items .options .action.show.ml-auto.sm\:mt-0 button svg,.product-right-main-section .product-right-info div .flex
.sales-order-view .order-items .options .action.show.ml-auto.sm\:mt-0 button svg {
  display: none;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .order-items .options .action.show.ml-auto.sm\:mt-0 input,.product-right-main-section .product-right-info div .flex
.sales-order-view .order-items .options .action.show.ml-auto.sm\:mt-0 input {
  display: block;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 12px;
  width: 54px;
  height: 54px;
  line-height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  color: #444444;
  font-size: 13px;
  font-family: 'proxima-regular';
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .order-items .options .action.show.ml-auto.sm\:mt-0 button span,.product-right-main-section .product-right-info div .flex
.sales-order-view .order-items .options .action.show.ml-auto.sm\:mt-0 button span {
  display: block;
}

.product-right-main-section .product-right-info div .flex.checkout-onepage-success .order-items .options .action.show.ml-auto.sm\:mt-0,.product-right-main-section .product-right-info div .flex
.sales-order-view .order-items .options .action.show.ml-auto.sm\:mt-0 {
  margin: 0;
  width: 100%;
}

.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title.checkout-onepage-success .order-items .options .action.show span.border-container:after,.page-products .page-main .columns .sidebar-main .block-filter .block-content .filter-option .filter-options-title
.sales-order-view .order-items .options .action.show span.border-container:after {
  content: '-';
  color: #9d9d9d;
  font-size: 16px;
}

.am-search-item-list  span.text-black.checkout-onepage-success .order-items .options .action.show.mt-1.px-4.block,.am-search-item-list  span.text-black
.sales-order-view .order-items .options .action.show.mt-1.px-4.block {
  display: none;
}

.checkout-onepage-success .order-items .options,
.sales-order-view .order-items .options {
  padding-left: 1rem;
  padding-bottom: 2rem;
}

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

@media (min-width: 1024px) {
  [x-cloak="tablet"] {
    display: block !important;
  }
}

[x-cloak="desktop"] {
  display: block !important;
}

@media (min-width: 1024px) {
  [x-cloak="desktop"] {
    display: none !important;
  }
}

.snowdog-menu-link {
  font-weight: 500;
  line-height: 1.5rem;
}

.snowdog-menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.group:hover .snowdog-menu-link {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.snowdog-menu-link-topmenu-mobile {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

[data-content-type$='block'] .snowdog-menu-link-topmenu-mobile p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.columns:has(.category-brands-listing) .snowdog-menu-link-topmenu-mobile.my-6 {
  display: none;
}

.am-search-item-list  span.text-black.snowdog-menu-link-topmenu-mobile.mt-1.px-4.block {
  display: none;
}

.hero-image {
  margin-top: 0px;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.after\:ml-0::after {
  content: var(--tw-content);
  margin-left: 0px;
}

.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: 0.125rem;
}

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

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

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

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

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

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

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

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

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

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.invalid\:ring-2:invalid {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.invalid\:ring-red-500:invalid {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

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

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

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

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

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.focus\:outline-black:focus {
  outline-color: #000;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:ring-0:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.group:hover .group-hover\:shadow-amsb-hover {
  --tw-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

@media not all and (min-width: 768px) {
  .max-md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-md\:mr-2 {
    margin-right: 0.5rem;
  }

  .max-md\:mr-2\.5 {
    margin-right: 0.625rem;
  }
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .sm\:mr-8 {
    margin-right: 2rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:\!-top-3 {
    top: -0.75rem !important;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-full {
    left: 100%;
  }

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

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

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

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

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

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

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

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

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

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

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

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

  .md\:h-auto {
    height: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

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

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-100-50 {
    max-width: calc(100% - 50px);
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

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

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

  .md\:translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    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));
  }

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

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

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

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

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

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-80 {
    width: 20rem;
  }

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

  .lg\:table-auto {
    table-layout: auto;
  }

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

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

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

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

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

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

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

  .xl\:grow {
    flex-grow: 1;
  }

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

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

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-96 {
    width: 24rem;
  }
}

@media not all and (min-width: 768px) {
  .\[\&\:nth-child\(n\+2\)\]\:max-md\:hidden:nth-child(n+2) {
    display: none;
  }
}

.\[\&\>a\]\:py-7>a {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.\[\&\>a\]\:font-bold>a {
  font-weight: 700;
}

.\[\&\>a\]\:\!text-primary>a {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.\[\&_svg\]\:\!fill-white svg {
  fill: #fff !important;
}
