@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: auto;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  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 {
  appearance: auto;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

:focus-visible {
  outline: none !important;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:hover, a:active {
  outline: 0;
}

body {
  background: #fff;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Raleway", sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #ccc;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

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

figure {
  margin: 1em 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #666;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  max-width: 75px;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.widget select {
  max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.social-links a {
  padding: 5px;
}

header#masthead {
  position: absolute;
  backdrop-filter: blur(6px);
}
header#masthead.uk-sticky.uk-active {
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.259);
  z-index: 999;
}
header#masthead.uk-sticky.uk-active #site-navigation .sn-login-button {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
header#masthead.uk-sticky.uk-active #site-navigation .sn-login-button:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
header#masthead.uk-sticky.uk-active #site-navigation li.uk-active > a {
  color: #ccc !important;
}
header#masthead.uk-sticky.uk-active span:where(.wc-block-mini-cart__badge) {
  background-color: #000;
}
header#masthead.uk-sticky:not(.uk-active) img.custom-logo {
  filter: invert(1);
}
header#masthead.uk-sticky:not(.uk-active) .sn-login-button {
  color: #fff;
}
header#masthead.uk-sticky:not(.uk-active) ul.nav-menu li a {
  color: #fff;
}
header#masthead.uk-sticky:not(.uk-active) ul.nav-menu li a:hover {
  color: #ccc;
}
header#masthead.uk-sticky:not(.uk-active) button.wc-block-mini-cart__button {
  color: #fff;
}
header#masthead.uk-sticky:not(.uk-active) span:where(.wc-block-mini-cart__badge) {
  background-color: #000;
}
header#masthead.uk-sticky-fixed::after {
  background: url("/app/themes/skinny-ninjah/assets/images/shadow1.png") no-repeat center top;
  bottom: -41px;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 42px;
  position: absolute;
}
header#masthead #site-navigation .sn-login-button {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
}
header#masthead #site-navigation .sn-login-button:hover {
  cursor: pointer;
}

.main-navigation ul {
  list-style: none;
}
.main-navigation ul ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 99%;
  left: -999em;
  z-index: 99999;
  padding-left: 0;
  background-color: #fff;
}
.main-navigation ul ul.sub-menu ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul.sub-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.main-navigation ul ul.sub-menu li:last-child {
  border-bottom: none;
}
.main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul.sub-menu li a {
  padding: 10px;
  font-size: 14px;
}
.main-navigation ul ul.sub-menu li a:hover {
  text-decoration: none;
}
.main-navigation ul ul.sub-menu a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li::before {
  border-bottom: 2px solid #ccc;
}
.main-navigation li.uk-active > a {
  color: #ccc !important;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_parent > a {
  color: #000;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

ul.nav-menu li a {
  color: #2e2e2e;
  text-transform: capitalize;
}
ul.nav-menu li a.active {
  font-weight: 800;
}
ul.nav-menu li a:hover {
  color: #ccc;
}

#topcontrol .fa,
nav.wcv-dashboard-navigation ul li a {
  border-radius: 50%;
  box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 50px;
  z-index: 999;
  background-size: 100% 200% !important;
  background-image: linear-gradient(to bottom, #000 50%, #fff 50%) !important;
}

#topcontrol .fa:hover,
nav.wcv-dashboard-navigation ul li a:hover {
  color: #000;
  background: #000;
  background-position: -200% 100% !important;
  border-radius: 0;
}

div#topcontrol {
  z-index: 2;
}

#offcanvas-push .uk-offcanvas-bar {
  background: linear-gradient(135deg, #000 0%, hsl(0, 0%, -10%) 100%);
}
#offcanvas-push .uk-offcanvas-bar .offcanvas-logo {
  padding: 5px 0;
}
#offcanvas-push .uk-offcanvas-bar .offcanvas-logo img.custom-logo {
  filter: invert(1);
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li:last-child {
  border-bottom: none;
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  transition: all 0.3s ease;
  position: relative;
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #2e2e2e;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li > a:hover::before {
  transform: scaleY(1);
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li.current-menu-item > a, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current_page_item > a, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current-menu-ancestor > a, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current_page_ancestor > a {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li.current-menu-item > a::before, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current_page_item > a::before, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current-menu-ancestor > a::before, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current_page_ancestor > a::before {
  transform: scaleY(1);
}
#offcanvas-push .uk-offcanvas-bar .uk-nav > li.current-menu-item > a::after, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current_page_item > a::after, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current-menu-ancestor > a::after, #offcanvas-push .uk-offcanvas-bar .uk-nav > li.current_page_ancestor > a::after {
  content: "●";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #2e2e2e;
  font-size: 12px;
}
#offcanvas-push .uk-offcanvas-close {
  color: #fff;
  transition: all 0.3s ease;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  background: rgba(161, 171, 134, 0.5490196078) !important;
  padding: 14px !important;
}
#offcanvas-push .uk-offcanvas-close svg {
  width: 17px;
  transition: all 0.3s ease;
}
#offcanvas-push .uk-offcanvas-close:hover svg {
  transform: rotate(90deg);
}

.uk-offcanvas-overlay::before {
  backdrop-filter: blur(3px);
}

.uk-nav.uk-nav-default > li {
  border-bottom: 1px solid #e5e5e5;
}
.uk-nav.uk-nav-default > li:last-child {
  border-bottom: none;
}
.uk-nav.uk-nav-default > li > a {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 4px;
}
.uk-nav.uk-nav-default > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  transform: translateX(8px);
}
.uk-nav.uk-nav-default > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #000;
  transform: scaleY(0);
  transition: transform 0.3s ease;
  border-radius: 0 2px 2px 0;
}
.uk-nav.uk-nav-default > li > a:hover::before {
  transform: scaleY(1);
}
.uk-nav.uk-nav-default > li.uk-active > a {
  background: rgba(0, 0, 0, 0.15);
  color: #000;
  font-weight: 600;
}
.uk-nav.uk-nav-default > li.uk-active > a::before {
  transform: scaleY(1);
}
.uk-nav.uk-nav-default > li.uk-active > a::after {
  content: "●";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 10px;
}
.uk-nav.uk-nav-default > li > a.uk-active {
  background: rgba(0, 0, 0, 0.15);
  color: #000;
  font-weight: 600;
}
.uk-nav.uk-nav-default > li > a.uk-active::before {
  transform: scaleY(1);
}
.uk-nav.uk-nav-default > li > a.uk-active::after {
  content: "●";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 10px;
}

.uk-subnav.uk-subnav-pill > li > a {
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}
.uk-subnav.uk-subnav-pill > li > a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  transform: translateY(-2px);
}
.uk-subnav.uk-subnav-pill > li.uk-active > a {
  background: #000;
  color: #fff;
  font-weight: 600;
}
.uk-subnav.uk-subnav-pill > li.uk-active > a::after {
  content: "●";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 8px;
}
.uk-subnav.uk-subnav-pill > li > a.uk-active {
  background: #000;
  color: #fff;
  font-weight: 600;
}
.uk-subnav.uk-subnav-pill > li > a.uk-active::after {
  content: "●";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 8px;
}

.js-filter-grid .uk-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.js-filter-grid .uk-card .uk-card-media-top {
  overflow: hidden;
  position: relative;
  height: 250px;
  background: #e5e5e5;
}
@media (width <= 639px) {
  .js-filter-grid .uk-card .uk-card-media-top {
    height: 200px;
  }
}
.js-filter-grid .uk-card .uk-card-media-top a {
  display: block;
  height: 100%;
  width: 100%;
}
.js-filter-grid .uk-card .uk-card-media-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.js-filter-grid .uk-card .uk-card-media-top:hover img {
  transform: scale(1.05);
}
.js-filter-grid .uk-card .uk-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 30px;
}
.js-filter-grid .uk-card .category-tag {
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  top: -12px;
  left: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.js-filter-grid .uk-card .category-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.js-filter-grid .uk-card .uk-card-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.js-filter-grid .uk-card .uk-card-title a {
  color: #404040;
  transition: color 0.3s ease;
}
.js-filter-grid .uk-card .uk-card-title a:hover {
  color: #000;
  text-decoration: none;
}

/* Preloader */
#site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#site-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-logo {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Header Slider */
ul.uk-slideshow-nav li a {
  background-color: #000;
}
ul.uk-slideshow-nav li.uk-active a {
  width: 25px;
  border-radius: 35px;
}

.hero-content {
  min-height: 450px;
}

img.border-class {
  position: absolute;
  bottom: -2px;
  transform: rotate(180deg);
}

#primary.site-main {
  width: 100%;
  background: #fff;
  margin-bottom: 0;
}
.home .wp-block-skinny-ninjah-container-block.uk-section {
  margin-top: -45px;
}

/* Articles */
.single #comments ul {
  list-style: none;
}
.single #comments ul li ul li {
  border-left: 2px solid #ccc;
  margin-bottom: 10px;
  padding-left: 15px;
}
.single .article-sidebar .wp-block-heading {
  background-image: linear-gradient(275deg, #fff 5%, #000 100%);
  padding: 5px;
  font-size: 20px;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

figure {
  margin-bottom: 0 !important;
}

/* Footer */
footer#colophon {
  background-color: #191919;
  background-image: url("/app/themes/skinny-ninjah/assets/images/background-footer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (width >= 640px) {
  footer#colophon {
    bottom: 0;
    left: 0;
  }
}
footer#colophon .footer-top .footer-block-1 figure.wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
footer#colophon .footer-top .footer-block-1 figure.wp-block-image img {
  filter: contrast(0.5);
  max-width: 250px;
}
footer#colophon .footer-top .contact-card {
  padding: 20px;
}
footer#colophon .footer-top .contact-card h4 {
  color: #000;
}
footer#colophon .footer-top .contact-card p a:hover {
  color: #000 !important;
}
footer#colophon .footer-top .contact-card .uk-button-primary {
  background-color: #000;
}
footer#colophon .footer-top .contact-card .uk-button-primary:hover {
  background-color: #67a030;
}
footer#colophon .footer-top {
  /* stylelint-disable-next-line selector-id-pattern */
}
footer#colophon .footer-top #mailpoet_form_1 .mailpoet_submit {
  height: 36px;
  cursor: pointer;
}
footer#colophon .footer-top h2.wp-block-heading {
  color: #fff;
}
footer#colophon .footer-top ul.menu {
  margin: 0;
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
footer#colophon .footer-top ul.menu li {
  padding: 5px 5px 5px 0;
}
footer#colophon .footer-top ul.menu li:last-child {
  border-bottom: none;
}
footer#colophon .footer-top ul.menu li a {
  color: #fff;
  padding-bottom: 5px;
}
footer#colophon .footer-top ul.menu li a:hover {
  color: #000;
  text-decoration: none;
}
footer#colophon .footer-top section#block-6 {
  position: relative;
}
footer#colophon .footer-top .footer-block-3::after {
  content: "";
  position: absolute;
  inset: 25px 0 0;
  text-indent: -9999px;
  background: url("/app/themes/skinny-ninjah/assets/images/contact-details-map.png") no-repeat center center;
  opacity: 0.11;
}
footer#colophon .site-info {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
footer#colophon .mailpoet_paragraph {
  float: left;
}

/** Contact Page **/
ul.contact-list li strong:nth-child(1) {
  color: #636468;
  font-size: 20px;
}

@media (width >= 782px) {
  .nice-border {
    border-image-slice: 1;
    border-right: 2px solid;
    padding-right: 35px;
  }
}
.skinny-ninjah-overlay {
  background-color: rgba(117, 50, 73, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/**
	Blog page
**/
.block-container {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.block-container .post-thumbnail .img-container::after {
  content: " ";
  position: absolute;
  height: 4px;
  width: 30%;
  background-color: #2e2e2e;
  left: 0;
  bottom: 35px;
  display: block;
  z-index: 1;
  transition: all 0.6s;
}
.block-container .post-thumbnail .save-post-btn {
  cursor: pointer;
}
.block-container .grid-image img {
  height: 250px;
}
.block-container img {
  border-radius: 10px 10px 0 0;
  position: relative;
  display: block;
  z-index: 1;
  transition: all 400ms ease-in-out;
}
.block-container:hover img {
  transform: scale(1.1);
}
.block-container:hover .img-container::after {
  width: 100%;
}
.block-container span.post-category {
  background: #000;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
}
.block-container span.post-category a {
  color: #fff;
}
.block-container h2 {
  font-size: 20px;
}
.block-container h2 a {
  color: #000;
}
.block-container h2 a:hover {
  color: #2e2e2e;
}

/**
	Article Page
**/
.single .article-sidebar .tags span.skinny-ninjah-tags {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #191919;
  border-radius: 3px;
  text-transform: none;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}
.single .article-sidebar .skinny-ninjah-social-sharing ul li {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 10px;
}
.single textarea {
  border-color: #000;
  border-radius: 5px;
}

.article-sidebar span.uk-badge,
.archive-sidebar span.uk-badge {
  font-size: medium;
  background: #2e2e2e;
}

/**
	Archive Page
**/
.archive .category-tag {
  margin: 10px 0 0 10px;
  padding: 3px;
  background: #000;
  font-weight: 600;
  color: #fff;
}

.archive-sidebar ul li.category-item {
  margin-top: 0;
  border-bottom: 1px solid #e5e5e5;
}
.archive-sidebar ul li.category-item a {
  padding: 10px 0;
  color: #ccc;
}
.archive-sidebar ul li.category-item a:hover {
  color: #2e2e2e;
  text-decoration: none;
}
.archive-sidebar ul li.category-item:last-child {
  border-bottom: none;
}
.archive-sidebar ul li.category-item.active a {
  color: #2e2e2e;
}

/**
	My account
**/
#my-account .woocommerce-info {
  border-top-color: #2e2e2e;
}
#my-account .woocommerce-info::before {
  color: #2e2e2e;
}
#my-account :focus-visible {
  outline: 0;
  border-color: #2e2e2e;
}
#my-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
#my-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#my-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px 10px 45px;
  display: block;
  position: relative;
  color: #2e2e2e;
  transition: 0.1s ease-in-out;
}
#my-account .woocommerce-MyAccount-navigation ul li a::before {
  font-family: FontAwesome;
  left: 16px;
  position: absolute;
}
#my-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #2e2e2e;
  color: #fff;
  text-decoration: none;
}
#my-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #2e2e2e;
}
#my-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f624";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f07a";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f019";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f3c5";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--saved-articles a::before {
  content: "\f164";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-books a::before {
  content: "\f02d";
}

.skinny-ninjah-logged-out-account li a {
  font-size: large;
  font-weight: 600;
}
.skinny-ninjah-logged-out-account li.uk-active a {
  border-color: #2e2e2e;
  color: #2e2e2e;
}

article.service.type-service .header-container,
article.project.type-project .header-container {
  min-height: 500px;
}
article.service.type-service .header-container .uk-cover-container,
article.project.type-project .header-container .uk-cover-container {
  overflow: hidden;
  position: relative;
  height: 400px;
  width: 100%;
}
@media (width <= 959px) {
  article.service.type-service .header-container .uk-cover-container,
  article.project.type-project .header-container .uk-cover-container {
    height: 350px;
  }
}
@media (width <= 639px) {
  article.service.type-service .header-container .uk-cover-container,
  article.project.type-project .header-container .uk-cover-container {
    height: 300px;
  }
}
article.service.type-service .header-container .uk-cover-container img,
article.project.type-project .header-container .uk-cover-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/**
Services CPT
 */
.service-sidebar .services-block {
  border-radius: 5px;
}
.service-sidebar .services-block ul li a {
  color: #000;
}

.course-archive-page .uk-grid .uk-section {
  padding-top: 20px;
}
@media only screen and (width <= 1199px) {
  .course-archive-page .uk-grid .uk-section {
    padding: 0;
  }
}

.blog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}
.blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.blog-item .uk-card-media-top {
  overflow: hidden;
  position: relative;
  height: 220px;
  background: #e5e5e5;
}
@media (width <= 959px) {
  .blog-item .uk-card-media-top {
    height: 200px;
  }
}
@media (width <= 639px) {
  .blog-item .uk-card-media-top {
    height: 180px;
  }
}
.blog-item .uk-card-media-top a {
  display: block;
  height: 100%;
  width: 100%;
}
.blog-item .uk-card-media-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.blog-item .uk-card-media-top:hover img {
  transform: scale(1.08);
}
.blog-item > a.uk-display-block {
  overflow: hidden;
  position: relative;
  display: block;
  height: 220px;
  background: #e5e5e5;
}
@media (width <= 959px) {
  .blog-item > a.uk-display-block {
    height: 200px;
  }
}
@media (width <= 639px) {
  .blog-item > a.uk-display-block {
    height: 180px;
  }
}
.blog-item > a.uk-display-block .uk-overflow-hidden {
  height: 100%;
  width: 100%;
}
.blog-item > a.uk-display-block .uk-overflow-hidden img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.blog-item > a.uk-display-block:hover img {
  transform: scale(1.08);
}
.blog-item .uk-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-item .uk-card-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.blog-item .uk-card-title a {
  color: #404040;
  transition: color 0.3s ease;
}
.blog-item .uk-card-title a:hover {
  color: #000;
  text-decoration: none;
}
.blog-item .uk-meta span.cat {
  background: #000;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
  color: #fff;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 100%;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .woocommerce-product-gallery__trigger {
  background: #fff;
  border: none;
  box-sizing: content-box;
  border-radius: 100%;
  cursor: pointer;
  font-size: 2em;
  height: 36px;
  padding: 0;
  position: absolute;
  right: 0.5em;
  text-indent: -9999px;
  top: 0.5em;
  width: 36px;
  z-index: 99;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .woocommerce-product-gallery__trigger::before {
  border: 2px solid #000;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  top: 9px;
  position: absolute;
  width: 10px;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .woocommerce-product-gallery__trigger::after {
  background: #000;
  border-radius: 6px;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 8px;
  left: 22px;
  position: absolute;
  top: 19px;
  transform: rotate(-45deg);
  width: 2px;
}
.single-product .woocommerce div.product div.summary {
  width: 100%;
}
.single-product .woocommerce div.product div.summary a {
  color: #000;
}
.single-product .skinny-ninjah-social-sharing ul li {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 10px;
}

.summary.entry-summary .variations {
  display: block !important;
}
.summary.entry-summary .variations th {
  padding: 0 10px 10px 0 !important;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#char-count.over-limit {
  color: #e53935;
  font-weight: bold;
}

#char-progress {
  --progress-color: #3cb371;
  transition: all 0.3s ease-in-out;
}
#char-progress.low {
  --progress-color: #3cb371;
}
#char-progress.medium {
  --progress-color: #f0ad4e;
}
#char-progress.high {
  --progress-color: #e53935;
}
#char-progress::-webkit-progress-value {
  background-color: var(--progress-color);
  transition: background-color 0.3s ease-in-out;
}
#char-progress::-moz-progress-bar {
  background-color: var(--progress-color);
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  animation: shake 0.3s ease;
}

.shop-archive {
  background-color: #f8f8f8;
}
.shop-archive .shop-sidebar .uk-card {
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.shop-archive .shop-sidebar .widget {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.shop-archive .shop-sidebar .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.shop-archive .shop-sidebar .widget .widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.shop-archive .shop-sidebar .widget_price_filter .price_slider_wrapper .ui-slider {
  background: #eee;
  border-radius: 5px;
  height: 4px;
}
.shop-archive .shop-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background: #000;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -6px;
  cursor: pointer;
}
.shop-archive .shop-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background: #000;
}
.shop-archive .shop-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount {
  margin-top: 1.5rem;
}
.shop-archive .shop-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  color: #000;
  font-weight: 600;
}
.shop-archive .shop-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount button {
  background: #000;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.shop-archive .shop-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover {
  background: hsl(0, 0%, -10%);
}
.shop-archive .shop-sidebar .widget_rating_filter ul li a .star-rating {
  color: #2e2e2e;
}
.shop-archive .woocommerce-notices-wrapper {
  margin-bottom: 1.5rem;
}
.shop-archive .woocommerce-result-count {
  font-size: 0.9rem;
  color: #666;
  margin: 8px 0;
  float: left;
}
.shop-archive .woocommerce-ordering {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  text-align: end;
}
.shop-archive .woocommerce-ordering select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem 2rem 0.5rem 1rem;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.shop-archive .woocommerce-ordering select:hover, .shop-archive .woocommerce-ordering select:focus {
  border-color: #000;
  outline: none;
}

.woocommerce-before-shop-loop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  clear: both;
}
.woocommerce-before-shop-loop .woocommerce-result-count {
  flex: 0 0 auto;
  margin: 0;
}
.woocommerce-before-shop-loop .woocommerce-ordering {
  flex: 0 0 auto;
  margin: 0;
}

.woocommerce ul.products {
  clear: both;
}

.woocommerce-pagination {
  margin-top: 3rem;
  text-align: center;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  min-width: 40px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #000;
  color: #fff;
  border-color: #000;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  background: transparent;
  border: none;
  cursor: default;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.dots:hover {
  background: transparent;
  color: #000;
}

.woocommerce-info,
.woocommerce-no-products-found {
  background: #fff;
  border-left: 4px solid #000;
  padding: 1.5rem;
  border-radius: 4px;
  color: #666;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.woocommerce-info::before,
.woocommerce-no-products-found::before {
  color: #000;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Start */
.woocommerce-loop-product__link {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.woocommerce-loop-product__link img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-archive .product {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.shop-archive .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  width: 100%;
}
.shop-archive .product:hover {
  transform: translateY(-4px);
}
.shop-archive .product:hover .woocommerce-loop-product__link img {
  transform: scale(1.05);
}
.shop-archive .product .star-rating {
  position: relative;
  display: block;
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1;
  width: 6em;
  height: 1em;
  overflow: hidden;
  color: #2e2e2e;
  margin: 0 1rem 0.5rem;
}
.shop-archive .product .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #eee;
  letter-spacing: 0.1em;
}
.shop-archive .product .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.shop-archive .product .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #2e2e2e;
  letter-spacing: 0.1em;
}
.shop-archive .product .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #2e2e2e;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  text-transform: uppercase;
  z-index: 10;
}
.shop-archive .product .product-content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
}
.shop-archive .product .woocommerce-loop-product__title,
.shop-archive .product h2 {
  font-size: 1.2rem;
  color: #000;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.shop-archive .product .woocommerce-loop-product__title:hover,
.shop-archive .product h2:hover {
  color: #2e2e2e;
}
.shop-archive .product .price {
  font-weight: 700;
  color: #000;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}
.shop-archive .product .button,
.shop-archive .product .add_to_cart_button,
.shop-archive .product .product_type_simple {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.75rem 1.5rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.shop-archive .product .button:hover,
.shop-archive .product .add_to_cart_button:hover,
.shop-archive .product .product_type_simple:hover {
  background: hsl(0, 0%, -10%);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}
.shop-archive .product .button:active,
.shop-archive .product .add_to_cart_button:active,
.shop-archive .product .product_type_simple:active {
  transform: translateY(0);
}
.shop-archive .product .button.loading,
.shop-archive .product .add_to_cart_button.loading,
.shop-archive .product .product_type_simple.loading {
  opacity: 0.7;
  pointer-events: none;
}
.shop-archive .product .button.loading::after,
.shop-archive .product .add_to_cart_button.loading::after,
.shop-archive .product .product_type_simple.loading::after {
  content: "";
  margin-left: 0.5rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.shop-archive .product .added_to_cart {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.75rem 1.5rem;
  background: #2e2e2e;
  color: #000;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.shop-archive .product .added_to_cart:hover {
  background: rgb(20.5, 20.5, 20.5);
  transform: translateY(-2px);
  text-decoration: none;
  color: #000;
}
.shop-archive .product.outofstock {
  opacity: 0.6;
}
.shop-archive .product.outofstock .button {
  background: #ccc;
  cursor: not-allowed;
}
.shop-archive .product.outofstock .button:hover {
  background: #ccc;
  transform: none;
}
.shop-archive .shop-sidebar .uk-card {
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.related.products,
.upsells.products {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.related.products > h2,
.upsells.products > h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.related.products .products > div.product .uk-card,
.upsells.products .products > div.product .uk-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related.products .products > div.product:hover .uk-card,
.upsells.products .products > div.product:hover .uk-card {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.related.products .products > div.product:hover .woocommerce-loop-product__link img,
.upsells.products .products > div.product:hover .woocommerce-loop-product__link img {
  transform: scale(1.05);
}
.related.products .products > div.product .woocommerce-loop-product__link,
.upsells.products .products > div.product .woocommerce-loop-product__link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 250px;
  width: 100%;
  background: #f8f8f8;
}
@media (width <= 959px) {
  .related.products .products > div.product .woocommerce-loop-product__link,
  .upsells.products .products > div.product .woocommerce-loop-product__link {
    height: 220px;
  }
}
@media (width <= 639px) {
  .related.products .products > div.product .woocommerce-loop-product__link,
  .upsells.products .products > div.product .woocommerce-loop-product__link {
    height: 200px;
  }
}
.related.products .products > div.product .woocommerce-loop-product__link img,
.related.products .products > div.product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail,
.upsells.products .products > div.product .woocommerce-loop-product__link img,
.upsells.products .products > div.product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.related.products .products > div.product .onsale,
.upsells.products .products > div.product .onsale {
  position: absolute;
  top: 10px;
  background: #2e2e2e;
  color: #000;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.related.products .products > div.product .product-content-wrapper,
.upsells.products .products > div.product .product-content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
}
.related.products .products > div.product .woocommerce-loop-product__title,
.related.products .products > div.product h2,
.upsells.products .products > div.product .woocommerce-loop-product__title,
.upsells.products .products > div.product h2 {
  font-size: 1.2rem;
  color: #000;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.related.products .products > div.product .woocommerce-loop-product__title:hover,
.related.products .products > div.product h2:hover,
.upsells.products .products > div.product .woocommerce-loop-product__title:hover,
.upsells.products .products > div.product h2:hover {
  color: #2e2e2e;
}
.related.products .products > div.product .star-rating,
.upsells.products .products > div.product .star-rating {
  position: relative;
  display: block;
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1;
  width: 6em;
  height: 1em;
  overflow: hidden;
  color: #2e2e2e;
  margin: 0;
}
.related.products .products > div.product .star-rating::before,
.upsells.products .products > div.product .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #eee;
  letter-spacing: 0.1em;
}
.related.products .products > div.product .star-rating span,
.upsells.products .products > div.product .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.related.products .products > div.product .star-rating span::before,
.upsells.products .products > div.product .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #2e2e2e;
  letter-spacing: 0.1em;
}
.related.products .products > div.product .price,
.upsells.products .products > div.product .price {
  font-weight: 700;
  color: #000;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}
.related.products .products > div.product .button,
.related.products .products > div.product .add_to_cart_button,
.related.products .products > div.product .product_type_simple,
.upsells.products .products > div.product .button,
.upsells.products .products > div.product .add_to_cart_button,
.upsells.products .products > div.product .product_type_simple {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.75rem 1.5rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.related.products .products > div.product .button:hover,
.related.products .products > div.product .add_to_cart_button:hover,
.related.products .products > div.product .product_type_simple:hover,
.upsells.products .products > div.product .button:hover,
.upsells.products .products > div.product .add_to_cart_button:hover,
.upsells.products .products > div.product .product_type_simple:hover {
  background: hsl(0, 0%, -10%);
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}
.related.products .products > div.product .button:active,
.related.products .products > div.product .add_to_cart_button:active,
.related.products .products > div.product .product_type_simple:active,
.upsells.products .products > div.product .button:active,
.upsells.products .products > div.product .add_to_cart_button:active,
.upsells.products .products > div.product .product_type_simple:active {
  transform: translateY(0);
}
.related.products .products > div.product .button.loading,
.related.products .products > div.product .add_to_cart_button.loading,
.related.products .products > div.product .product_type_simple.loading,
.upsells.products .products > div.product .button.loading,
.upsells.products .products > div.product .add_to_cart_button.loading,
.upsells.products .products > div.product .product_type_simple.loading {
  opacity: 0.7;
  pointer-events: none;
}
.related.products .products > div.product .button.loading::after,
.related.products .products > div.product .add_to_cart_button.loading::after,
.related.products .products > div.product .product_type_simple.loading::after,
.upsells.products .products > div.product .button.loading::after,
.upsells.products .products > div.product .add_to_cart_button.loading::after,
.upsells.products .products > div.product .product_type_simple.loading::after {
  content: "";
  margin-left: 0.5rem;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.related.products .products > div.product .added_to_cart,
.upsells.products .products > div.product .added_to_cart {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.75rem 1.5rem;
  background: #2e2e2e;
  color: #000;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.related.products .products > div.product .added_to_cart:hover,
.upsells.products .products > div.product .added_to_cart:hover {
  background: rgb(20.5, 20.5, 20.5);
  transform: translateY(-2px);
  text-decoration: none;
  color: #000;
}
.related.products .products > div.product.outofstock,
.upsells.products .products > div.product.outofstock {
  opacity: 0.6;
}
.related.products .products > div.product.outofstock .button,
.upsells.products .products > div.product.outofstock .button {
  background: #ccc;
  cursor: not-allowed;
}
.related.products .products > div.product.outofstock .button:hover,
.upsells.products .products > div.product.outofstock .button:hover {
  background: #ccc;
  transform: none;
}

.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #22A34A;
}
.stock.out-of-stock {
  color: #e2401c;
}

/* Single Product - Quantity & Add to Cart Styles */
.single-product .quantity {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.single-product .quantity .qty {
  width: 80px;
  height: 48px;
  padding: 0 12px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 16px;
}
.single-product .quantity .qty:focus {
  outline: none;
  border-color: #000;
}
.single-product .single_add_to_cart_button {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 12px 32px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 48px;
}
.single-product .single_add_to_cart_button:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.single-product .single_add_to_cart_button:active {
  transform: translateY(0);
}
.single-product .single_add_to_cart_button.loading {
  opacity: 0.7;
  cursor: wait;
}
.single-product .single_add_to_cart_button.disabled, .single-product .single_add_to_cart_button:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.single-product .single_add_to_cart_button.disabled:hover, .single-product .single_add_to_cart_button:disabled:hover {
  background-color: #ccc;
  border-color: #ccc;
  transform: none;
  box-shadow: none;
}
.single-product .skinny-ninjah-wishlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-product .skinny-ninjah-wishlist-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.single-product .skinny-ninjah-wishlist-button.in-wishlist {
  background-color: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}
.single-product .skinny-ninjah-wishlist-button.in-wishlist:hover {
  background-color: #c0392b;
  border-color: #c0392b;
}
.single-product .skinny-ninjah-wishlist-button [uk-icon] {
  margin-right: 8px;
}
.single-product .variations_form .variations {
  margin-bottom: 30px;
}
.single-product .variations_form .variations .variation-item {
  margin-bottom: 25px;
}
.single-product .variations_form .variations .variation-item .variation-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  color: #333;
}
.single-product .variations_form .variations .variation-item .variation-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper {
  position: relative;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper input[type=radio]:checked + .variation-radio-label {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper input[type=radio]:disabled + .variation-radio-label {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #999;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper input[type=radio]:focus + .variation-radio-label {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper .variation-radio-label {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  min-width: 60px;
  text-align: center;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper .variation-radio-label:hover {
  border-color: #000;
  background-color: #f9f9f9;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper.disabled .variation-radio-label {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #999;
}
.single-product .variations_form .variations .variation-item .variation-radios .variation-radio-wrapper.disabled .variation-radio-label:hover {
  border-color: #e5e5e5;
  background-color: #f5f5f5;
}
.single-product .variations_form .variations .variation-item .reset_variations {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.single-product .variations_form .variations .variation-item .reset_variations:hover {
  color: #000;
}
.single-product .variations_form .variations select {
  width: 100%;
  max-width: 300px;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}
.single-product .variations_form .variations select:focus {
  outline: none;
  border-color: #000;
}
.single-product .variations_form .single_variation_wrap {
  margin-top: 20px;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 15px;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation-price .price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation-price .price del {
  opacity: 0.6;
  margin-right: 10px;
  font-size: 20px;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation-price .price ins {
  text-decoration: none;
  color: #000;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation-availability {
  margin-bottom: 15px;
}
.single-product .variations_form .single_variation_wrap .woocommerce-variation-availability .stock {
  font-weight: 600;
  font-size: 14px;
}

#my-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
#my-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#my-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px 10px 45px;
  display: block;
  position: relative;
  color: #000;
  transition: 0.1s ease-in-out;
}
#my-account .woocommerce-MyAccount-navigation ul li a::before {
  font-family: FontAwesome;
  left: 16px;
  position: absolute;
}
#my-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
#my-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #000;
}
#my-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f624";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f07a";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f019";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f3c5";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--saved-articles a::before {
  content: "\f164";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-books a::before {
  content: "\f02d";
}
#my-account td.product-name .wc-item-meta p {
  margin-top: 5px;
}
#my-account .uk-alert-primary {
  background: #000;
  color: #fff;
  border-radius: 5px;
}
#my-account form .form-row .input-text {
  border-color: #000;
}
#my-account fieldset {
  border: 1px solid #000;
  border-radius: 5px;
}
#my-account table.my_account_orders .button {
  margin: 0 5px 0 0;
}

.woocommerce-page a.wc-block-components-product-name {
  color: #000;
  font-weight: 600;
  font-size: large;
}
.woocommerce-page ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details.uk-container {
  margin: 35px auto;
}
.woocommerce-page .wp-block-woocommerce-checkout,
.woocommerce-page .wp-block-woocommerce-cart {
  margin: 20px auto;
  max-width: 1200px;
  padding: 10px 15px;
}
.woocommerce-page .wc-block-cart {
  padding-top: 20px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background: linear-gradient(135deg, rgb(114.75, 114.75, 114.75), #949494);
  border-left: 5px solid #000;
  border-radius: 8px;
  padding: 25px 30px;
  margin: 30px auto;
  max-width: 1200px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (width <= 768px) {
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 20px;
    font-size: 16px;
    margin: 20px auto;
  }
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
  content: "✓";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
  margin-right: 12px;
  font-weight: bold;
  font-size: 20px;
}
@media (width <= 768px) {
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 30px auto;
  max-width: 1200px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #000;
}
@media (width <= 768px) {
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 20px;
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s ease;
  list-style: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  display: block;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__order,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__date,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__email,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__total,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__payment-method {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  display: block;
}
@media (width <= 768px) {
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__order,
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__date,
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__email,
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__total,
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li .woocommerce-order-overview__payment-method {
    font-size: 15px;
  }
}

a.woocommerce-button.button.pay.order-actions-button {
  margin-right: 10px;
}

.woocommerce-order-pay {
  /* stylelint-disable-next-line selector-id-pattern -- WooCommerce core ID */
}
.woocommerce-order-pay #order_review_heading {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 3px solid #2e2e2e;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 25px;
}
@media (width <= 768px) {
  .woocommerce-order-pay #order_review_heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.woocommerce-order-pay {
  /* stylelint-disable-next-line selector-id-pattern -- WooCommerce core ID */
}
.woocommerce-order-pay #order_review {
  max-width: 1200px;
  margin: 30px auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (width <= 768px) {
  .woocommerce-order-pay #order_review {
    padding: 20px 15px;
    margin: 20px auto;
  }
}
.woocommerce-order-pay .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.woocommerce-order-pay .shop_table thead {
  background: #000;
  color: #fff;
}
.woocommerce-order-pay .shop_table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media (width <= 768px) {
  .woocommerce-order-pay .shop_table thead th {
    padding: 12px 8px;
    font-size: 12px;
  }
}
.woocommerce-order-pay .shop_table tbody tr {
  border-bottom: 1px solid #eee;
}
.woocommerce-order-pay .shop_table tbody tr td {
  padding: 15px;
  color: #666;
}
@media (width <= 768px) {
  .woocommerce-order-pay .shop_table tbody tr td {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.woocommerce-order-pay .shop_table tbody tr td.product-name {
  color: #000;
  font-weight: 600;
}
.woocommerce-order-pay .shop_table tbody tr td.product-name a {
  color: #000;
  text-decoration: none;
}
.woocommerce-order-pay .shop_table tbody tr td.product-name a:hover {
  color: #2e2e2e;
  text-decoration: underline;
}
.woocommerce-order-pay .shop_table tbody tr td.product-total {
  font-weight: 700;
  color: #000;
  text-align: right;
}
.woocommerce-order-pay .shop_table tfoot {
  background: #f8f8f8;
}
.woocommerce-order-pay .shop_table tfoot tr th {
  text-align: left;
  padding: 12px 15px;
  font-weight: 600;
  color: #666;
}
@media (width <= 768px) {
  .woocommerce-order-pay .shop_table tfoot tr th {
    padding: 10px 8px;
    font-size: 14px;
  }
}
.woocommerce-order-pay .shop_table tfoot tr td {
  text-align: right;
  padding: 12px 15px;
  font-weight: 700;
  color: #000;
}
@media (width <= 768px) {
  .woocommerce-order-pay .shop_table tfoot tr td {
    padding: 10px 8px;
    font-size: 14px;
  }
}
.woocommerce-order-pay .shop_table tfoot tr.order-total {
  background: rgb(114.75, 114.75, 114.75);
}
.woocommerce-order-pay .shop_table tfoot tr.order-total th,
.woocommerce-order-pay .shop_table tfoot tr.order-total td {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  padding: 18px 15px;
}
@media (width <= 768px) {
  .woocommerce-order-pay .shop_table tfoot tr.order-total th,
  .woocommerce-order-pay .shop_table tfoot tr.order-total td {
    font-size: 18px;
    padding: 15px 8px;
  }
}
.woocommerce-order-pay #payment {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (width <= 768px) {
  .woocommerce-order-pay #payment {
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.woocommerce-order-pay #payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.woocommerce-order-pay #payment .payment_methods li {
  margin-bottom: 15px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 6px;
  border: 2px solid #eee;
  transition: all 0.3s ease;
}
@media (width <= 768px) {
  .woocommerce-order-pay #payment .payment_methods li {
    padding: 15px;
  }
}
.woocommerce-order-pay #payment .payment_methods li.wc_payment_method:hover {
  border-color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.woocommerce-order-pay #payment .payment_methods li.wc_payment_method input[type=radio] {
  margin-right: 10px;
  accent-color: #000;
}
.woocommerce-order-pay #payment .payment_methods li.wc_payment_method label {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (width <= 768px) {
  .woocommerce-order-pay #payment .payment_methods li.wc_payment_method label {
    font-size: 15px;
  }
}
.woocommerce-order-pay #payment .payment_methods li.wc_payment_method label img {
  margin-left: 10px;
  max-height: 24px;
  vertical-align: middle;
}
.woocommerce-order-pay #payment .payment_methods li.woocommerce-notice {
  background: #949494;
  border-color: #2e2e2e;
  color: #000;
  padding: 15px 20px;
}
@media (width <= 768px) {
  .woocommerce-order-pay #payment .payment_methods li.woocommerce-notice {
    padding: 12px 15px;
  }
}
.woocommerce-order-pay #payment .payment_methods li .payment_box {
  margin: 15px 0 0;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  color: #666;
  line-height: 1.6;
}
@media (width <= 768px) {
  .woocommerce-order-pay #payment .payment_methods li .payment_box {
    padding: 12px;
    font-size: 14px;
  }
}
.woocommerce-order-pay #payment .payment_methods li .payment_box p {
  margin: 0 0 10px;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 15px;
  margin: 10px 0;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset legend {
  padding: 0 10px;
  font-weight: 600;
  color: #000;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 15px;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset .form-row label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #666;
  font-size: 14px;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset .form-row input,
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset .form-row select {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 14px;
}
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset .form-row input:focus,
.woocommerce-order-pay #payment .payment_methods li .payment_box fieldset .form-row select:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.woocommerce-order-pay #payment .form-row {
  margin-bottom: 20px;
}
.woocommerce-order-pay #payment .form-row label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.woocommerce-order-pay #payment .form-row label input[type=checkbox] {
  margin-right: 8px;
  accent-color: #000;
}
.woocommerce-order-pay #payment .form-row label a {
  color: #000;
  text-decoration: none;
  margin-left: 4px;
}
.woocommerce-order-pay #payment .form-row label a:hover {
  color: #2e2e2e;
  text-decoration: underline;
}
.woocommerce-order-pay #payment .place-order {
  margin-top: 25px;
}
@media (width <= 768px) {
  .woocommerce-order-pay #payment .place-order {
    margin-top: 20px;
  }
}
.woocommerce-order-pay #payment .place-order {
  /* stylelint-disable-next-line selector-id-pattern -- WooCommerce core ID */
}
.woocommerce-order-pay #payment .place-order #place_order {
  width: 100%;
  background: #000 !important;
  color: #fff !important;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media (width <= 768px) {
  .woocommerce-order-pay #payment .place-order #place_order {
    padding: 15px 24px;
    font-size: 16px;
  }
}
.woocommerce-order-pay #payment .place-order #place_order:hover {
  background: hsl(0, 0%, -10%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.woocommerce-order-pay #payment .place-order #place_order:active {
  transform: translateY(0);
}
.woocommerce-order-pay #payment .place-order #place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.woocommerce-order-pay .woocommerce-error,
.woocommerce-order-pay .woocommerce-info,
.woocommerce-order-pay .woocommerce-message {
  background: #fff;
  border-left: 5px solid #000;
  border-radius: 6px;
  padding: 20px 25px;
  margin: 0 0 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (width <= 768px) {
  .woocommerce-order-pay .woocommerce-error,
  .woocommerce-order-pay .woocommerce-info,
  .woocommerce-order-pay .woocommerce-message {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
.woocommerce-order-pay .woocommerce-error::before,
.woocommerce-order-pay .woocommerce-info::before,
.woocommerce-order-pay .woocommerce-message::before {
  color: #000;
  margin-right: 10px;
}
.woocommerce-order-pay .woocommerce-error {
  border-left-color: #e2401c;
}
.woocommerce-order-pay .woocommerce-error::before {
  color: #e2401c;
}
.woocommerce-order-pay .woocommerce-info {
  border-left-color: #1e85be;
}
.woocommerce-order-pay .woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-order-details {
  max-width: 1200px;
  margin: 30px auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (width <= 768px) {
  .woocommerce-order-details {
    padding: 20px 15px;
    margin: 20px auto;
  }
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2e2e2e;
}
@media (width <= 768px) {
  .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.woocommerce-order-details .woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.woocommerce-order-details .woocommerce-table thead {
  background: #000;
  color: #fff;
}
.woocommerce-order-details .woocommerce-table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media (width <= 768px) {
  .woocommerce-order-details .woocommerce-table thead th {
    padding: 12px 8px;
    font-size: 12px;
  }
}
.woocommerce-order-details .woocommerce-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
}
.woocommerce-order-details .woocommerce-table tbody tr:hover {
  background: #f8f8f8;
}
.woocommerce-order-details .woocommerce-table tbody tr td {
  padding: 15px;
  color: #666;
}
@media (width <= 768px) {
  .woocommerce-order-details .woocommerce-table tbody tr td {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-name {
  color: #000;
  font-weight: 600;
}
.woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-name a {
  color: #000;
  text-decoration: none;
}
.woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-name a:hover {
  color: #2e2e2e;
  text-decoration: underline;
}
.woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-total {
  font-weight: 700;
  color: #000;
}
.woocommerce-order-details .woocommerce-table tfoot {
  background: #f8f8f8;
}
.woocommerce-order-details .woocommerce-table tfoot tr:last-child {
  background: rgb(114.75, 114.75, 114.75);
}
.woocommerce-order-details .woocommerce-table tfoot tr:last-child th,
.woocommerce-order-details .woocommerce-table tfoot tr:last-child td {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  padding: 18px 15px;
}
@media (width <= 768px) {
  .woocommerce-order-details .woocommerce-table tfoot tr:last-child th,
  .woocommerce-order-details .woocommerce-table tfoot tr:last-child td {
    font-size: 16px;
    padding: 15px 8px;
  }
}
.woocommerce-order-details .woocommerce-table tfoot tr th {
  text-align: left;
  padding: 12px 15px;
  font-weight: 600;
  color: #666;
}
@media (width <= 768px) {
  .woocommerce-order-details .woocommerce-table tfoot tr th {
    padding: 10px 8px;
  }
}
.woocommerce-order-details .woocommerce-table tfoot tr td {
  text-align: right;
  padding: 12px 15px;
  font-weight: 700;
  color: #000;
}
@media (width <= 768px) {
  .woocommerce-order-details .woocommerce-table tfoot tr td {
    padding: 10px 8px;
  }
}

.wc-item-meta li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}
.wc-item-meta li:last-child {
  border-bottom: none;
}
.wc-item-meta li strong.wc-item-meta-label {
  float: left;
  margin-right: 0.5em;
}
.wc-item-meta li p {
  margin: 10px 0;
}

.woocommerce-order p {
  margin: 0 auto;
  max-width: 1200px;
}

.product_meta {
  margin-top: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  font-size: 14px;
}
.product_meta > span {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span .posted_in,
.product_meta > span .tagged_as {
  font-weight: 600;
  color: #666;
  margin-right: 0.5rem;
}
.product_meta > span a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 4px 12px;
  margin: 2px 4px 2px 0;
  background: rgb(114.75, 114.75, 114.75);
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.2s ease;
}
.product_meta > span a:hover {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}
.product_meta .sku_wrapper {
  color: #666;
}
.product_meta .sku_wrapper .sku {
  font-weight: 600;
  color: #000;
  font-family: monospace;
  background: #f8f8f8;
  padding: 2px 8px;
  border-radius: 3px;
}

.woocommerce-customer-details {
  max-width: 1200px;
  margin: 30px auto;
}
@media (width <= 768px) {
  .woocommerce-customer-details {
    margin: 20px auto;
  }
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2e2e2e;
}
@media (width <= 768px) {
  .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
  }
}
.woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media (width <= 768px) {
  .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.woocommerce-customer-details .woocommerce-column {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (width <= 768px) {
  .woocommerce-customer-details .woocommerce-column {
    padding: 20px 15px;
  }
}
.woocommerce-customer-details .woocommerce-column address {
  font-style: normal;
  line-height: 1.8;
  color: #666;
}
.woocommerce-customer-details .woocommerce-column address p {
  margin: 5px 0;
}
.woocommerce-customer-details .woocommerce-column address strong {
  color: #000;
  display: block;
  margin-bottom: 5px;
}

p.order-again {
  display: none;
}

.single-product .uk-width-1-2\@m:first-child {
  position: relative;
}
.single-product .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2e2e2e;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 20;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: pulse-badge 2s ease-in-out infinite;
}
@media (width <= 639px) {
  .single-product .onsale {
    padding: 6px 12px;
    font-size: 12px;
    top: 15px;
    left: 15px;
  }
}
@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.single-product .woocommerce-product-gallery {
  position: relative;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 959px) {
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 400px;
  }
}
@media (width <= 639px) {
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 350px;
  }
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 1;
  max-width: 100px;
  cursor: pointer;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: #000;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li.flex-active-slide img {
  border-color: #000;
}
.single-product .star-rating {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1;
  width: 6em;
  height: 1em;
  overflow: hidden;
  color: #2e2e2e;
}
.single-product .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #eee;
  letter-spacing: 0.1em;
}
.single-product .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.single-product .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #2e2e2e;
  letter-spacing: 0.1em;
}
.single-product .woocommerce-product-rating {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.single-product .woocommerce-product-rating .star-rating {
  margin-right: 0.5rem;
}
.single-product .woocommerce-product-rating .woocommerce-review-link {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
}
.single-product .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #000;
}
.single-product .woocommerce-tabs {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.single-product .woocommerce-tabs .tabs {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}
.single-product .woocommerce-tabs .tabs li {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.single-product .woocommerce-tabs .tabs li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #666;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  top: 2px;
}
.single-product .woocommerce-tabs .tabs li a:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.single-product .woocommerce-tabs .tabs li.active a {
  color: #000;
  border-bottom-color: #000;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 0;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  line-height: 1.8;
  color: #666;
  margin-bottom: 1rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table {
  border: 1px solid #eee;
  border-collapse: collapse;
  width: 100%;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table tr {
  border-bottom: 1px solid #eee;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table tr:last-child {
  border-bottom: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 1rem;
  text-align: left;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table th {
  background: #f8f8f8;
  color: #000;
  font-weight: 600;
  width: 30%;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel table td {
  color: #666;
}
.single-product #reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-product #reviews .commentlist .comment {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.single-product #reviews .commentlist .comment:last-child {
  border-bottom: none;
}
.single-product #reviews .commentlist .comment .comment-text {
  background: #f8f8f8;
  padding: 1.5rem;
  border-radius: 8px;
}
.single-product #reviews .commentlist .comment .comment-text .meta {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-product #reviews .commentlist .comment .comment-text .meta strong {
  color: #000;
  font-size: 1.1rem;
}
.single-product #reviews .commentlist .comment .comment-text .meta time {
  color: #666;
  font-size: 0.9rem;
}
.single-product #reviews .commentlist .comment .comment-text .star-rating {
  margin-bottom: 0.5rem;
}
.single-product #reviews .commentlist .comment .comment-text .description p {
  margin: 0;
  line-height: 1.6;
  color: #666;
}
.single-product #reviews .comment-reply-title {
  color: #000;
  margin: 2rem 0 1rem;
}
.single-product #reviews .comment-form .comment-form-rating {
  margin-bottom: 1rem;
}
.single-product #reviews .comment-form .comment-form-rating label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 600;
}
.single-product #reviews .comment-form .comment-form-rating .stars {
  display: inline-block;
  margin-left: 0.5rem;
}
.single-product #reviews .comment-form .comment-form-rating .stars a {
  position: relative;
  display: inline-block;
  width: 1.5em;
  text-indent: -999em;
  overflow: hidden;
  text-decoration: none;
}
.single-product #reviews .comment-form .comment-form-rating .stars a::before {
  display: block;
  position: absolute;
  width: 1.5em;
  font-family: FontAwesome;
  content: "\f005";
  color: #eee;
  text-indent: 0;
  transition: color 0.3s ease;
}
.single-product #reviews .comment-form .comment-form-rating .stars a:hover::before, .single-product #reviews .comment-form .comment-form-rating .stars a.active::before {
  color: #2e2e2e;
}
.single-product #reviews .comment-form .comment-form-rating .stars:hover a::before {
  color: #2e2e2e;
}
.single-product #reviews .comment-form .comment-form-rating .stars.selected a.active::before {
  color: #2e2e2e;
}
.single-product #reviews .comment-form .comment-form-rating .stars a:hover ~ a::before {
  color: #eee;
}
.single-product #reviews .comment-form p {
  margin-bottom: 1rem;
}
.single-product #reviews .comment-form p label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 600;
}
.single-product #reviews .comment-form p input[type=text],
.single-product #reviews .comment-form p input[type=email],
.single-product #reviews .comment-form p textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 1rem;
}
.single-product #reviews .comment-form p input[type=text]:focus,
.single-product #reviews .comment-form p input[type=email]:focus,
.single-product #reviews .comment-form p textarea:focus {
  outline: none;
  border-color: #000;
}
.single-product #reviews .comment-form p textarea {
  min-height: 150px;
  resize: vertical;
}
.single-product #reviews .comment-form .form-submit input[type=submit] {
  background: #000;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.single-product #reviews .comment-form .form-submit input[type=submit]:hover {
  background: hsl(0, 0%, -10%);
}

.woocommerce-form.woocommerce-form-login.login {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #000;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0.7em;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

.woocommerce form .show-password-input.display-password::before,
.woocommerce-page form .show-password-input.display-password::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0.5em;
  padding-right: 0.5em;
  display: block;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.login-register-modal .uk-modal-dialog {
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.login-register-modal .uk-modal-body {
  padding: 2rem;
}
@media (width <= 480px) {
  .login-register-modal .uk-modal-body {
    padding: 1.5rem;
  }
}
.login-register-modal .uk-subnav-pill {
  justify-content: center;
  margin-bottom: 2rem;
  margin-left: 0;
}
.login-register-modal .uk-subnav-pill > * > a {
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  background: #eee;
  color: #666;
}
.login-register-modal .uk-subnav-pill > * > a:hover {
  background: #000;
  color: #fff;
}
.login-register-modal .uk-subnav-pill .uk-active > a {
  background: #000;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.login-register-modal #red-login-form .uk-form-label,
.login-register-modal #red-registration-form .uk-form-label,
.login-register-modal .register-form .uk-form-label {
  font-weight: 600;
  color: #404040;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.login-register-modal #red-login-form .uk-input,
.login-register-modal #red-login-form .uk-select,
.login-register-modal #red-login-form .uk-textarea,
.login-register-modal #red-registration-form .uk-input,
.login-register-modal #red-registration-form .uk-select,
.login-register-modal #red-registration-form .uk-textarea,
.login-register-modal .register-form .uk-input,
.login-register-modal .register-form .uk-select,
.login-register-modal .register-form .uk-textarea {
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.login-register-modal #red-login-form .uk-input:focus,
.login-register-modal #red-login-form .uk-select:focus,
.login-register-modal #red-login-form .uk-textarea:focus,
.login-register-modal #red-registration-form .uk-input:focus,
.login-register-modal #red-registration-form .uk-select:focus,
.login-register-modal #red-registration-form .uk-textarea:focus,
.login-register-modal .register-form .uk-input:focus,
.login-register-modal .register-form .uk-select:focus,
.login-register-modal .register-form .uk-textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}
.login-register-modal #red-login-form .uk-input::placeholder,
.login-register-modal #red-login-form .uk-select::placeholder,
.login-register-modal #red-login-form .uk-textarea::placeholder,
.login-register-modal #red-registration-form .uk-input::placeholder,
.login-register-modal #red-registration-form .uk-select::placeholder,
.login-register-modal #red-registration-form .uk-textarea::placeholder,
.login-register-modal .register-form .uk-input::placeholder,
.login-register-modal .register-form .uk-select::placeholder,
.login-register-modal .register-form .uk-textarea::placeholder {
  color: #666;
  opacity: 0.7;
}
.login-register-modal #red-login-form .uk-checkbox,
.login-register-modal #red-registration-form .uk-checkbox,
.login-register-modal .register-form .uk-checkbox {
  accent-color: #000;
  margin-right: 0.5rem;
}
.login-register-modal #red-login-form .uk-button-primary,
.login-register-modal #red-login-form .sn-login-submit-btn,
.login-register-modal #red-login-form .sn-register-submit-btn,
.login-register-modal #red-login-form input[type=submit],
.login-register-modal #red-login-form button[type=submit],
.login-register-modal #red-registration-form .uk-button-primary,
.login-register-modal #red-registration-form .sn-login-submit-btn,
.login-register-modal #red-registration-form .sn-register-submit-btn,
.login-register-modal #red-registration-form input[type=submit],
.login-register-modal #red-registration-form button[type=submit],
.login-register-modal .register-form .uk-button-primary,
.login-register-modal .register-form .sn-login-submit-btn,
.login-register-modal .register-form .sn-register-submit-btn,
.login-register-modal .register-form input[type=submit],
.login-register-modal .register-form button[type=submit] {
  background: linear-gradient(135deg, #000 0%, hsl(0, 0%, -10%) 100%);
  color: #fff;
  font-weight: 600;
  padding: 5px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.login-register-modal #red-login-form .uk-button-primary:hover,
.login-register-modal #red-login-form .sn-login-submit-btn:hover,
.login-register-modal #red-login-form .sn-register-submit-btn:hover,
.login-register-modal #red-login-form input[type=submit]:hover,
.login-register-modal #red-login-form button[type=submit]:hover,
.login-register-modal #red-registration-form .uk-button-primary:hover,
.login-register-modal #red-registration-form .sn-login-submit-btn:hover,
.login-register-modal #red-registration-form .sn-register-submit-btn:hover,
.login-register-modal #red-registration-form input[type=submit]:hover,
.login-register-modal #red-registration-form button[type=submit]:hover,
.login-register-modal .register-form .uk-button-primary:hover,
.login-register-modal .register-form .sn-login-submit-btn:hover,
.login-register-modal .register-form .sn-register-submit-btn:hover,
.login-register-modal .register-form input[type=submit]:hover,
.login-register-modal .register-form button[type=submit]:hover {
  background: #fff;
  color: #000;
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.login-register-modal #red-login-form .uk-button-primary:active,
.login-register-modal #red-login-form .sn-login-submit-btn:active,
.login-register-modal #red-login-form .sn-register-submit-btn:active,
.login-register-modal #red-login-form input[type=submit]:active,
.login-register-modal #red-login-form button[type=submit]:active,
.login-register-modal #red-registration-form .uk-button-primary:active,
.login-register-modal #red-registration-form .sn-login-submit-btn:active,
.login-register-modal #red-registration-form .sn-register-submit-btn:active,
.login-register-modal #red-registration-form input[type=submit]:active,
.login-register-modal #red-registration-form button[type=submit]:active,
.login-register-modal .register-form .uk-button-primary:active,
.login-register-modal .register-form .sn-login-submit-btn:active,
.login-register-modal .register-form .sn-register-submit-btn:active,
.login-register-modal .register-form input[type=submit]:active,
.login-register-modal .register-form button[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.login-register-modal #red-login-form .uk-button-primary:disabled,
.login-register-modal #red-login-form .sn-login-submit-btn:disabled,
.login-register-modal #red-login-form .sn-register-submit-btn:disabled,
.login-register-modal #red-login-form input[type=submit]:disabled,
.login-register-modal #red-login-form button[type=submit]:disabled,
.login-register-modal #red-registration-form .uk-button-primary:disabled,
.login-register-modal #red-registration-form .sn-login-submit-btn:disabled,
.login-register-modal #red-registration-form .sn-register-submit-btn:disabled,
.login-register-modal #red-registration-form input[type=submit]:disabled,
.login-register-modal #red-registration-form button[type=submit]:disabled,
.login-register-modal .register-form .uk-button-primary:disabled,
.login-register-modal .register-form .sn-login-submit-btn:disabled,
.login-register-modal .register-form .sn-register-submit-btn:disabled,
.login-register-modal .register-form input[type=submit]:disabled,
.login-register-modal .register-form button[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.login-register-modal #red-login-form .uk-button-primary #login-spinner,
.login-register-modal #red-login-form .sn-login-submit-btn #login-spinner,
.login-register-modal #red-login-form .sn-register-submit-btn #login-spinner,
.login-register-modal #red-login-form input[type=submit] #login-spinner,
.login-register-modal #red-login-form button[type=submit] #login-spinner,
.login-register-modal #red-registration-form .uk-button-primary #login-spinner,
.login-register-modal #red-registration-form .sn-login-submit-btn #login-spinner,
.login-register-modal #red-registration-form .sn-register-submit-btn #login-spinner,
.login-register-modal #red-registration-form input[type=submit] #login-spinner,
.login-register-modal #red-registration-form button[type=submit] #login-spinner,
.login-register-modal .register-form .uk-button-primary #login-spinner,
.login-register-modal .register-form .sn-login-submit-btn #login-spinner,
.login-register-modal .register-form .sn-register-submit-btn #login-spinner,
.login-register-modal .register-form input[type=submit] #login-spinner,
.login-register-modal .register-form button[type=submit] #login-spinner {
  margin-right: 0.5rem;
}
.login-register-modal #red-login-form a,
.login-register-modal #red-registration-form a,
.login-register-modal .register-form a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.login-register-modal #red-login-form a:hover,
.login-register-modal #red-registration-form a:hover,
.login-register-modal .register-form a:hover {
  color: hsl(0, 0%, -15%);
  text-decoration: underline;
}
.login-register-modal #red-login-form .uk-alert-danger,
.login-register-modal #red-login-form .uk-text-danger,
.login-register-modal #red-registration-form .uk-alert-danger,
.login-register-modal #red-registration-form .uk-text-danger,
.login-register-modal .register-form .uk-alert-danger,
.login-register-modal .register-form .uk-text-danger {
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
.login-register-modal #red-login-form .uk-alert-danger,
.login-register-modal #red-registration-form .uk-alert-danger,
.login-register-modal .register-form .uk-alert-danger {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.2);
  border-radius: 6px;
  padding: 0.75rem;
}
.login-register-modal #red-registration-form .uk-grid-small {
  margin-left: -8px;
  margin-top: -8px;
}
.login-register-modal #red-registration-form .uk-grid-small > * {
  padding-left: 8px;
  padding-top: 8px;
}
@media (width <= 640px) {
  .login-register-modal #red-registration-form .uk-grid-small .uk-width-1-2\@s {
    width: 100% !important;
  }
}
.login-register-modal #red-registration-form .uk-margin {
  margin-bottom: 1.25rem;
}
.login-register-modal #red-registration-form #register-btn,
.login-register-modal #red-registration-form .sn-register-submit-btn {
  background: linear-gradient(135deg, #000 0%, #2e2e2e 20%, #000 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
.login-register-modal #red-registration-form #register-btn:hover,
.login-register-modal #red-registration-form .sn-register-submit-btn:hover {
  background: #fff;
  color: #000;
  border-color: #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.login-register-modal #red-registration-form #register-spinner {
  margin-right: 0.5rem;
  color: #fff;
}
.login-register-modal #red-registration-form #registration-messages {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  color: #dc3545;
  font-weight: 500;
}
.login-register-modal #red-registration-form #registration-messages.uk-hidden {
  display: none !important;
}
.login-register-modal #red-registration-form .uk-text-danger {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.login-register-modal .register-form .register-submit {
  background: linear-gradient(135deg, #2e2e2e 0%, rgb(20.5, 20.5, 20.5) 100%);
  border-color: #2e2e2e;
}
.login-register-modal .register-form .register-submit:hover {
  color: #2e2e2e;
  border-color: #2e2e2e;
}
.login-register-modal .register-form .terms-checkbox {
  margin: 1rem 0;
}
.login-register-modal .register-form .terms-checkbox label {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #666;
}
.login-register-modal .uk-spinner {
  color: #fff;
}
@media (width <= 480px) {
  .login-register-modal .uk-modal-dialog {
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }
  .login-register-modal .uk-subnav-pill > * > a {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
  .login-register-modal #red-login-form .uk-button-primary,
  .login-register-modal #red-login-form .sn-login-submit-btn,
  .login-register-modal #red-login-form .sn-register-submit-btn,
  .login-register-modal #red-login-form input[type=submit],
  .login-register-modal #red-login-form button[type=submit],
  .login-register-modal #red-registration-form .uk-button-primary,
  .login-register-modal #red-registration-form .sn-login-submit-btn,
  .login-register-modal #red-registration-form .sn-register-submit-btn,
  .login-register-modal #red-registration-form input[type=submit],
  .login-register-modal #red-registration-form button[type=submit],
  .login-register-modal .register-form .uk-button-primary,
  .login-register-modal .register-form .sn-login-submit-btn,
  .login-register-modal .register-form .sn-register-submit-btn,
  .login-register-modal .register-form input[type=submit],
  .login-register-modal .register-form button[type=submit] {
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }
}

.login-register-modal .register-form input[type=text],
.login-register-modal .register-form input[type=email],
.login-register-modal .register-form input[type=password],
.login-register-modal .register-form input[type=tel],
.login-register-modal .register-form select,
.login-register-modal .register-form textarea,
.login-register-modal .registration-form input[type=text],
.login-register-modal .registration-form input[type=email],
.login-register-modal .registration-form input[type=password],
.login-register-modal .registration-form input[type=tel],
.login-register-modal .registration-form select,
.login-register-modal .registration-form textarea,
.login-register-modal .wp-registration-form input[type=text],
.login-register-modal .wp-registration-form input[type=email],
.login-register-modal .wp-registration-form input[type=password],
.login-register-modal .wp-registration-form input[type=tel],
.login-register-modal .wp-registration-form select,
.login-register-modal .wp-registration-form textarea,
.login-register-modal form[id*=register] input[type=text],
.login-register-modal form[id*=register] input[type=email],
.login-register-modal form[id*=register] input[type=password],
.login-register-modal form[id*=register] input[type=tel],
.login-register-modal form[id*=register] select,
.login-register-modal form[id*=register] textarea,
.login-register-modal form[class*=register] input[type=text],
.login-register-modal form[class*=register] input[type=email],
.login-register-modal form[class*=register] input[type=password],
.login-register-modal form[class*=register] input[type=tel],
.login-register-modal form[class*=register] select,
.login-register-modal form[class*=register] textarea {
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.login-register-modal .register-form input[type=text]:focus,
.login-register-modal .register-form input[type=email]:focus,
.login-register-modal .register-form input[type=password]:focus,
.login-register-modal .register-form input[type=tel]:focus,
.login-register-modal .register-form select:focus,
.login-register-modal .register-form textarea:focus,
.login-register-modal .registration-form input[type=text]:focus,
.login-register-modal .registration-form input[type=email]:focus,
.login-register-modal .registration-form input[type=password]:focus,
.login-register-modal .registration-form input[type=tel]:focus,
.login-register-modal .registration-form select:focus,
.login-register-modal .registration-form textarea:focus,
.login-register-modal .wp-registration-form input[type=text]:focus,
.login-register-modal .wp-registration-form input[type=email]:focus,
.login-register-modal .wp-registration-form input[type=password]:focus,
.login-register-modal .wp-registration-form input[type=tel]:focus,
.login-register-modal .wp-registration-form select:focus,
.login-register-modal .wp-registration-form textarea:focus,
.login-register-modal form[id*=register] input[type=text]:focus,
.login-register-modal form[id*=register] input[type=email]:focus,
.login-register-modal form[id*=register] input[type=password]:focus,
.login-register-modal form[id*=register] input[type=tel]:focus,
.login-register-modal form[id*=register] select:focus,
.login-register-modal form[id*=register] textarea:focus,
.login-register-modal form[class*=register] input[type=text]:focus,
.login-register-modal form[class*=register] input[type=email]:focus,
.login-register-modal form[class*=register] input[type=password]:focus,
.login-register-modal form[class*=register] input[type=tel]:focus,
.login-register-modal form[class*=register] select:focus,
.login-register-modal form[class*=register] textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}
.login-register-modal .register-form input[type=submit],
.login-register-modal .register-form button[type=submit],
.login-register-modal .register-form .submit-button,
.login-register-modal .register-form .register-button,
.login-register-modal .registration-form input[type=submit],
.login-register-modal .registration-form button[type=submit],
.login-register-modal .registration-form .submit-button,
.login-register-modal .registration-form .register-button,
.login-register-modal .wp-registration-form input[type=submit],
.login-register-modal .wp-registration-form button[type=submit],
.login-register-modal .wp-registration-form .submit-button,
.login-register-modal .wp-registration-form .register-button,
.login-register-modal form[id*=register] input[type=submit],
.login-register-modal form[id*=register] button[type=submit],
.login-register-modal form[id*=register] .submit-button,
.login-register-modal form[id*=register] .register-button,
.login-register-modal form[class*=register] input[type=submit],
.login-register-modal form[class*=register] button[type=submit],
.login-register-modal form[class*=register] .submit-button,
.login-register-modal form[class*=register] .register-button {
  background: linear-gradient(135deg, #000 0%, hsl(0, 0%, -10%) 100%);
  border: 2px solid #000;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.login-register-modal .register-form input[type=submit]:hover,
.login-register-modal .register-form button[type=submit]:hover,
.login-register-modal .register-form .submit-button:hover,
.login-register-modal .register-form .register-button:hover,
.login-register-modal .registration-form input[type=submit]:hover,
.login-register-modal .registration-form button[type=submit]:hover,
.login-register-modal .registration-form .submit-button:hover,
.login-register-modal .registration-form .register-button:hover,
.login-register-modal .wp-registration-form input[type=submit]:hover,
.login-register-modal .wp-registration-form button[type=submit]:hover,
.login-register-modal .wp-registration-form .submit-button:hover,
.login-register-modal .wp-registration-form .register-button:hover,
.login-register-modal form[id*=register] input[type=submit]:hover,
.login-register-modal form[id*=register] button[type=submit]:hover,
.login-register-modal form[id*=register] .submit-button:hover,
.login-register-modal form[id*=register] .register-button:hover,
.login-register-modal form[class*=register] input[type=submit]:hover,
.login-register-modal form[class*=register] button[type=submit]:hover,
.login-register-modal form[class*=register] .submit-button:hover,
.login-register-modal form[class*=register] .register-button:hover {
  background: #fff;
  color: #000;
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.login-register-modal .register-form label,
.login-register-modal .registration-form label,
.login-register-modal .wp-registration-form label,
.login-register-modal form[id*=register] label,
.login-register-modal form[class*=register] label {
  font-weight: 600;
  color: #404040;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: block;
}
.login-register-modal .register-form .field-group,
.login-register-modal .register-form .form-group,
.login-register-modal .register-form .input-group,
.login-register-modal .registration-form .field-group,
.login-register-modal .registration-form .form-group,
.login-register-modal .registration-form .input-group,
.login-register-modal .wp-registration-form .field-group,
.login-register-modal .wp-registration-form .form-group,
.login-register-modal .wp-registration-form .input-group,
.login-register-modal form[id*=register] .field-group,
.login-register-modal form[id*=register] .form-group,
.login-register-modal form[id*=register] .input-group,
.login-register-modal form[class*=register] .field-group,
.login-register-modal form[class*=register] .form-group,
.login-register-modal form[class*=register] .input-group {
  margin-bottom: 1rem;
}

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
