@charset "UTF-8";
/*!
Theme Name: NM Theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Plugins
# Helpers
# Bootstrap
# Base
# Main
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before, q::after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Light.woff2") format("woff2"), url("assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("assets/fonts/Gabarito-Bold.woff2") format("woff2"), url("assets/fonts/Gabarito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fonticons";
  src: url("assets/icons/fonticons.woff2") format("woff2"), url("assets/icons/fonticons.woff") format("woff"), url("assets/icons/fonticons.ttf") format("truetype");
}
.btn-filters:before, .woocommerce-ordering:before, .checkbox .checkbox__checkmark:before, .font-truck-icon:before, .font-trash:before, .font-search:before, .font-profil:before, .font-filter:before, .font-delivery1:before, .font-delivery:before, .font-credit_score:before, .font-close:before, .font-checkmarks:before, .font-check1:before, .font-check1-1:before, .font-check:before, .font-cart:before, .font-cart-white:before, .font-arrow-right:before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.font-arrow-right:before {
  content: "\e001";
}

.font-cart-white:before {
  content: "\e002";
}

.font-cart:before {
  content: "\e003";
}

.font-check:before {
  content: "\e004";
}

.font-check1-1:before {
  content: "\e005";
}

.font-check1:before {
  content: "\e006";
}

.font-checkmarks:before {
  content: "\e007";
}

.font-close:before {
  content: "\e008";
}

.font-credit_score:before {
  content: "\e009";
}

.font-delivery:before {
  content: "\e00a";
}

.font-delivery1:before {
  content: "\e00b";
}

.font-filter:before {
  content: "\e00c";
}

.font-profil:before {
  content: "\e00d";
}

.font-search:before {
  content: "\e00e";
}

.font-trash:before {
  content: "\e00f";
}

.font-truck-icon:before {
  content: "\e010";
}

/*--------------------------------------------------------------
## Main Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breakpoint Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins — enqueued via wp_enqueue_style() in functions.php
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
Media Query
Example:

@include mq($sm) 			 		Will render: @media screen and (max-width: 575px)
@include mq(991px) 			 	 	Will render: @media screen and (max-width: 991px)
@include mq($sm + 1, min) 	 		Will render: @media screen and (min-width: 576px)
@include mq(992px, min) 			Will render: @media screen and (min-width: 992px)
@include mq(400, min, height) 	 	Will render: @media screen and (min-height: 400px)
@include mq(992px) {				Will render: @media screen and (max-width: 992px) and (min-width: 767px)
	@include mq(767px, min) {

	}
}
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.clear::after {
  content: "";
  display: table;
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.grecaptcha-badge {
  display: none !important;
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}
/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Roboto";
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

select {
  padding: 5px;
}

pre {
  background: #ededed;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-size: 12px;
  margin-bottom: 30px;
}

.section-title {
  font-family: "Gabarito";
  color: #292929;
  line-height: 1.45;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.25rem + (1.875 - 1.25) * (100vw - 20rem) / (120 - 20), 1.875rem);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 5px;
  }
}

p {
  color: #292929;
}

h3 strong {
  color: #292929;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Gabarito";
  color: #292929;
  line-height: 1.45;
  font-weight: 700;
}
.entry-content h1 {
  font-size: clamp(2.5rem, 2.5rem + (4.375 - 2.5) * (100vw - 20rem) / (120 - 20), 4.375rem);
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2rem);
  line-height: 1;
}
.entry-content h1 span {
  font-size: clamp(1.25rem, 1.25rem + (2.5 - 1.25) * (100vw - 20rem) / (120 - 20), 2.5rem);
  display: block;
}
.entry-content h2 {
  font-size: clamp(1.5rem, 1.5rem + (1.875 - 1.5) * (100vw - 20rem) / (120 - 20), 1.875rem);
  margin-bottom: 20px;
  line-height: 1.2;
}
.entry-content h3 {
  font-size: clamp(1rem, 1rem + (1.75 - 1) * (100vw - 20rem) / (120 - 20), 1.75rem);
  margin-bottom: 10px;
}
.entry-content h4 {
  font-size: clamp(1rem, 1rem + (1.5 - 1) * (100vw - 20rem) / (120 - 20), 1.5rem);
}
.entry-content p {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
  font-family: "Roboto";
  color: #000;
  line-height: 1.77;
  margin-bottom: clamp(1rem, 1.125rem + 0.625vw, 1.5rem);
}
.entry-content blockquote {
  border-left: 2px solid #000;
  padding-left: 27px;
  position: relative;
  margin-bottom: clamp(1rem, 1.125rem + 0.625vw, 1.5rem);
}
.entry-content blockquote::before {
  content: "“";
  font-family: "Gabarito";
  font-size: 150px;
  line-height: 0.6;
  color: #000;
  position: absolute;
  left: 10px;
  top: 0;
}
.entry-content blockquote p {
  font-family: "Roboto";
  color: #000;
  font-style: italic;
  font-size: clamp(1rem, 1rem + (1.375 - 1) * (100vw - 20rem) / (120 - 20), 1.375rem);
  line-height: 1.63;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding-left: 15px;
  }
}
.entry-content ul {
  margin-bottom: 25px;
}
.entry-content ul li {
  position: relative;
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
  color: #000;
  font-family: "Roboto";
  padding-left: 15px !important;
}
.entry-content ul li::before {
  content: "";
  background-color: #000;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 6px;
  padding-left: 2px;
}
.entry-content ul li:last-of-type,
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}
.entry-content ol {
  margin-left: 17px;
  margin-bottom: 25px;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content ol li::before {
  display: none;
}
.entry-content a {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
  transition: 350ms ease;
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 1324px) {
  .entry-content a:hover {
    color: #000;
    text-decoration: underline;
  }
}

.single-crna-metalurgija .entry-content h2 {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
}

body {
  position: relative;
}
@media screen and (max-width: 767px) {
  body .menu-open {
    overflow: hidden;
  }
}

html {
  box-sizing: border-box;
}

.woocommerce-pagination:empty {
  display: none;
}

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

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 1324px) {
  .container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container--sm {
  max-width: 861px;
}

.section__wrap {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .section__wrap {
    display: block;
  }
}

.woocommerce-pagination {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.woocommerce-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 14px;
}
.woocommerce-pagination .page-numbers.current {
  background-color: #f04e23;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .woocommerce-pagination {
    padding: 30px 0 0;
  }
}

/*--------------------------------------------------------------
## CPT Crna Metalurgija Single
--------------------------------------------------------------*/
.single-crna-metalurgija .contact__locations h3 {
  text-transform: uppercase;
}

.cpt-single {
  padding: 30px 0;
  background-color: #f8f8f8;
}
.cpt-single__breadcrumb {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  flex-wrap: wrap;
}
.cpt-single__breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media only screen and (min-width: 1324px) {
  .cpt-single__breadcrumb a:hover {
    color: #f04e23;
  }
}
.cpt-single__breadcrumb span:not(:last-child) {
  color: #999;
}
.cpt-single__inner {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .cpt-single__inner {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cpt-single__inner {
    flex-direction: column;
  }
}
.cpt-single__left {
  flex: 1 1 60%;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .cpt-single__left {
    max-width: 100%;
  }
}
.cpt-single__right {
  flex: 1 1 38%;
  max-width: 38%;
}
.cpt-single__right .contact__locations .location__item {
  max-width: 60%;
  flex: 60%;
}
@media screen and (max-width: 767px) {
  .cpt-single__right {
    max-width: 100%;
  }
  .cpt-single__right .contact__locations .location__item {
    max-width: 100%;
    flex: 100%;
  }
}
.cpt-single__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cpt-single__title {
    font-size: 24px;
  }
}
.cpt-single__desc {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.cpt-single__desc.entry-content ul li {
  line-height: 1.2;
}
.cpt-single__desc.entry-content ul li::before {
  top: 7px;
}
.cpt-single__desc.entry-content p {
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cpt-single__desc {
    margin-bottom: 15px;
  }
  .cpt-single__desc.entry-content ul li::before {
    top: 4px;
  }
}
.cpt-single__main-wrap {
  margin-bottom: 15px;
}
.cpt-single__main-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  cursor: pointer;
}
.cpt-single__gallery {
  display: flex;
  grid-gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.cpt-single__thumb {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease, opacity 0.2s ease;
  cursor: pointer;
  opacity: 0.6;
}
@media only screen and (min-width: 1324px) {
  .cpt-single__thumb:hover {
    transform: scale(1.05);
    opacity: 1;
  }
}
.cpt-single__thumb.is-active {
  opacity: 1;
  outline: 2px solid #f04e23;
}
.cpt-single__btn-wrap {
  margin-bottom: 25px;
}
.cpt-single__btn {
  display: inline-block;
  background-color: #f04e23;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1324px) {
  .cpt-single__btn:hover {
    background-color: #c8330e;
  }
}
.cpt-single__table {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .cpt-single {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
## Accordion Component
--------------------------------------------------------------*/
.cpt-accordion {
  display: flex;
  flex-direction: column;
  grid-gap: 0;
  overflow: hidden;
  border-radius: 10px;
}
.cpt-accordion__item {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.cpt-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
}
@media only screen and (min-width: 1324px) {
  .cpt-accordion__header:hover {
    background-color: #f9f9f9;
  }
}
.cpt-accordion__header[aria-expanded=true] {
  background-color: #f5f5f5;
}
.cpt-accordion__header[aria-expanded=true] .cpt-accordion__icon {
  transform: rotate(180deg);
}
.cpt-accordion__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cpt-accordion__title {
    font-size: 16px;
  }
}
.cpt-accordion__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #666;
  transition: transform 0.3s ease;
}
.cpt-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.cpt-accordion__content[aria-hidden=false] {
  max-height: 2000px;
}
.cpt-accordion__content-inner {
  padding: 25px 20px;
  background-color: #fafafa;
  border-top: 1px solid #e0e0e0;
}
.cpt-accordion__table-wrap {
  margin-bottom: 20px;
  overflow-x: auto;
}
.cpt-accordion__table-img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.cpt-accordion__pdf-link {
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  color: #f04e23;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}
.cpt-accordion__pdf-link svg {
  flex-shrink: 0;
}
@media only screen and (min-width: 1324px) {
  .cpt-accordion__pdf-link:hover {
    color: #c8330e;
    text-decoration: underline;
  }
}
.cpt-accordion__text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
.cpt-accordion__text h3, .cpt-accordion__text h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.cpt-accordion__text h3:first-child, .cpt-accordion__text h4:first-child {
  margin-top: 0;
}
.cpt-accordion__text p {
  margin-bottom: 15px;
}
.cpt-accordion__text p:last-child {
  margin-bottom: 0;
}
.cpt-accordion__text ul, .cpt-accordion__text ol {
  margin: 15px 0;
  padding-left: 20px;
}
.cpt-accordion__text ul li, .cpt-accordion__text ol li {
  margin-bottom: 2px;
  position: relative;
}
.cpt-accordion__text ul li::marker, .cpt-accordion__text ol li::marker {
  color: #f04e23;
}
.cpt-accordion__text ul {
  list-style: none;
  padding-left: 0;
}
.cpt-accordion__text ul li {
  padding-left: 20px;
}
.cpt-accordion__text ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #f04e23;
  font-weight: 700;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.single-post-sec {
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .single-post-sec {
    padding: 60px 0;
  }
}

.post-article__title {
  margin-bottom: 40px;
  line-height: 1.2;
}

.single-post__content p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .single-post__content p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
## Products Filtration (Search & Filter)
--------------------------------------------------------------*/
.products__filtration {
  background-color: #fff;
  position: relative;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.products__filtration.sf-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.search-filter-component-range-slider__range-text {
  display: none !important;
  justify-content: space-between !important;
}

.search-filter-base {
  margin-bottom: 20px;
}
.search-filter-base:last-child {
  margin-bottom: 0;
}

.search-filter-query__spinner {
  --search-filter-scale-icon-size: 40px !important;
  justify-content: center !important;
  align-items: center !important;
}
.search-filter-query__spinner > div > svg {
  width: 40px !important;
  height: 40px !important;
}

.search-filter-field__input {
  padding: 0;
  background-color: transparent;
}

.search-filter-field {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 10px !important;
}

.search-filter-component-range-slider__range-text-min,
.search-filter-component-range-slider__range-text-max {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 80px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #3e3e3e;
}

.search-filter-component-range-slider__range-input-progress {
  --range-color: #f15a29;
}

.search-filter-label {
  color: #3e3e3e !important;
  font-weight: 600;
}

.search-filter-input-checkbox__label {
  color: #3e3e3e;
}

.search-filter-input-checkbox,
.search-filter-input-radio {
  --search-filter-input-inactive-icon-color: #ddd;
  --search-filter-input-active-icon-color: #f04e23;
}

.nm-brand-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.nm-brand-item {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  padding: 6px 0;
  cursor: pointer;
}

.nm-brand-icon {
  flex-shrink: 0;
}

.nm-brand-name {
  font-size: 15px;
  color: #3e3e3e;
}

.search-filter-input-checkbox__control > svg,
.search-filter-input-radio__control > svg {
  border-radius: 4px;
}

.search-filter-input-radio--is-active > .search-filter-input-radio__container > .search-filter-input-radio__control > svg,
.search-filter-input-checkbox--is-active > .search-filter-input-checkbox__container > .search-filter-input-checkbox__control > svg {
  fill: #f04e23 !important;
}

/* Sakrij tekst u spanu i zameni */
span.search-filter-input-radio__label:empty {
  display: none;
}

div[data-option-value=on-sale] span.search-filter-input-radio__label {
  color: transparent;
  position: relative;
}
div[data-option-value=on-sale] span.search-filter-input-radio__label::after {
  content: "Akcija";
  position: absolute;
  left: 10px;
  color: #3c434a;
}

.search-filter-input-text {
  border-color: #9e9e9e !important;
}
.search-filter-input-text input::-moz-placeholder {
  color: #9e9e9e !important;
}
.search-filter-input-text input::placeholder {
  color: #9e9e9e !important;
}

#search-filter-label-2 {
  font-size: 18px !important;
  color: #3e3e3e !important;
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #f04e23;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
  z-index: 99;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #cf3912;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn,
input[type=submit] {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
  font-family: "Roboto";
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  transition: 350ms ease;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
}
@media only screen and (min-width: 1324px) {
  .btn:hover,
  input[type=submit]:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .btn,
  input[type=submit] {
    min-width: 110px;
  }
}

.btn--orange {
  background-color: #f04e23;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .btn--orange:hover {
    border: 1px solid #f04e23;
    color: #f04e23;
    background-color: transparent;
  }
}

.btn-arrow {
  color: #f04e23;
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: 350ms ease;
}
.btn-arrow::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  transition: 350ms ease;
  font-size: 8px;
}
@media only screen and (min-width: 1324px) {
  .btn-arrow:hover {
    opacity: 0.7;
  }
  .btn-arrow:hover::after {
    margin-left: 20px;
  }
}

.btn-arrow--white {
  color: #fff;
}

.single_add_to_cart_button {
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
  font-family: "Roboto";
  padding: 12px 25px;
  font-weight: 600;
  min-width: 225px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  background-color: #f04e23;
  color: #fff;
  transition: 350ms ease;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
}
.single_add_to_cart_button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("assets/images/cart-white.svg") no-repeat center/contain;
  flex-shrink: 0;
}
@media only screen and (min-width: 1324px) {
  .single_add_to_cart_button:hover {
    background-color: transparent;
    color: #f04e23;
    border: 1px solid #f04e23;
  }
  .single_add_to_cart_button:hover::before {
    background-image: url("assets/images/cart-orange.svg");
  }
}
@media screen and (max-width: 1024px) {
  .single_add_to_cart_button {
    min-width: 167px;
  }
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
label {
  font-size: 0.875rem;
  font-family: "Roboto";
  display: block;
  position: relative;
}
label span {
  display: block;
}
label .required {
  color: #000;
  display: inline-block;
}

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%;
  border: 1px solid #000;
  margin-top: 2px;
  transition: 350ms ease;
  padding: 10px 8px;
  background-color: #fff;
  font-size: 16px !important;
}
input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=range]:focus,
input[type=range]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=color]:focus,
input[type=color]:active,
textarea:focus,
textarea:active {
  border: 1px solid #000;
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=url]:invalid,
input[type=password]:invalid,
input[type=search]:invalid,
input[type=number]:invalid,
input[type=tel]:invalid,
input[type=range]:invalid,
input[type=date]:invalid,
input[type=month]:invalid,
input[type=week]:invalid,
input[type=time]:invalid,
input[type=datetime]:invalid,
input[type=datetime-local]:invalid,
input[type=color]:invalid,
textarea:invalid {
  border: 1px solid #dc3232;
  background-color: #fff;
}

select {
  font-size: 16px !important;
}

textarea {
  height: 46px;
  resize: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  font-family: "Roboto";
  display: block;
  position: absolute;
  left: 9px;
  top: 170%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  color: #000;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
}

.wpcf7-spinner {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 3px solid #fff;
  border-left: 3px solid #000;
  animation: load 1.1s infinite linear;
  background-color: transparent;
  opacity: 1;
  margin: 0;
  will-change: transform;
}
.wpcf7-spinner::before {
  content: none;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## CF7 Plugin Form
--------------------------------------------------------------*/
.cf7-holder {
  position: relative;
}
.cf7-holder > * {
  position: relative;
  z-index: 0;
}
.cf7-holder .wpcf7 {
  opacity: 1;
  transition: 350ms ease;
}
.cf7-holder.form-is-sent .wpcf7 {
  opacity: 0;
}
.cf7-holder .wpcf7-mail-sent-ok {
  display: none !important;
}

.cf7-holder__popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 350ms ease;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  backface-visibility: hidden;
  will-change: transform;
}
.cf7-holder__popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/*--------------------------------------------------------------
## Cover Image
--------------------------------------------------------------*/
.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1001);
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
.media-wrap {
  position: relative;
  overflow: hidden;
}
.media-wrap::before {
  content: "";
  display: block;
  width: 100%;
}

.media-wrap--square::before {
  padding-top: 100%;
}

.media-wrap--400x280::before {
  padding-top: 70%;
}

.media-item {
  display: block;
}

/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
.svg-icon {
  display: inline-flex;
  line-height: 1;
}
.svg-icon svg {
  width: 1em;
}

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

img {
  max-width: 100%;
  display: block;
  height: initial;
}

/*--------------------------------------------------------------
## Hamburger menu
--------------------------------------------------------------*/
.hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 19px;
  position: relative;
}
.hamburger::after, .hamburger::before,
.hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .hamburger::after, .hamburger::before,
  .hamburger span {
    height: 2px;
  }
}
.hamburger::after, .hamburger::before {
  content: "";
  transition: 350ms width 350ms ease;
}
.hamburger::after {
  top: 0;
  left: 0;
}
@media screen and (max-width: 406px) {
  .hamburger::after {
    top: 1px;
  }
}
.hamburger::before {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .hamburger::before {
    bottom: 1px;
  }
}
.hamburger span {
  top: 50%;
  margin-top: -1.5px;
  transition: transform 350ms ease;
}
.hamburger span::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform 350ms ease;
}
@media screen and (max-width: 575px) {
  .hamburger span::before {
    height: 2px;
  }
}
.hamburger.is-active::after, .hamburger.is-active::before {
  transition: 350ms ease;
  width: 0;
}
.hamburger.is-active::after {
  left: 0;
}
.hamburger.is-active::before {
  right: 0;
}
.hamburger.is-active span {
  transform: rotate(45deg);
  transition: 350ms transform 350ms ease;
}
.hamburger.is-active span::before {
  transform: rotate(-90deg);
  transition: 350ms transform 350ms ease;
}
@media screen and (max-width: 575px) {
  .hamburger {
    width: 20px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header — Single-bar layout
--------------------------------------------------------------*/
.site-header {
  position: sticky;
  z-index: 999;
  width: 100%;
  top: 0;
  transition: 350ms ease;
  background-color: #0d1037;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 8px 0;
  }
}

/* ── Desktop: grid — logo | nav | search | actions ── */
.site-header__container {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-template-areas: "logo nav search actions";
  align-items: center;
  grid-gap: 12px;
}
@media screen and (max-width: 767px) {
  .site-header__container {
    display: flex;
    align-items: center;
    grid-gap: 0;
  }
  .site-header.menu-open .site-header__container {
    padding-bottom: 20px;
  }
}

/* ── Logo ── */
.logo {
  grid-area: logo;
  flex-shrink: 0;
}
.logo img {
  max-height: 50px;
  display: block;
}
.logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .logo {
    order: 2;
  }
  .logo img {
    max-height: 42px;
  }
  .site-header.menu-open .logo {
    order: 99;
    margin-left: auto;
  }
}

/* ── Search (desktop only) ── */
.search-box {
  grid-area: search;
  position: relative;
  display: flex;
}
.search-box .site-header-search-input {
  font-size: 16px;
  padding: 8px 40px 7px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0;
  width: 100%;
}
.search-box .site-header-search-input:focus, .search-box .site-header-search-input:active {
  border-color: transparent;
  outline: none;
}
.search-box button {
  background-color: transparent;
  box-shadow: unset;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .search-box {
    display: none;
  }
}

/* ── Mobile search icon ── */
.search-toggle {
  display: none;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}
.search-toggle img {
  width: 30px;
  height: 30px;
  display: block;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    margin-left: auto;
  }
  .site-header.menu-open .search-toggle {
    display: none;
  }
}

/* ── Mobile search expanded inline ── */
@media screen and (max-width: 767px) {
  .site-header.search-open .logo {
    display: none;
  }
  .site-header.search-open .search-toggle {
    display: none;
  }
  .site-header.search-open .search-box {
    display: flex;
    order: 2;
    flex: 1;
    min-width: 0;
  }
}

/*--------------------------------------------------------------
## Live Search Dropdown
--------------------------------------------------------------*/
.live-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  max-height: 420px;
  overflow-y: auto;
}
.live-search-dropdown.is-open {
  display: block;
}

.live-search-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  color: #3e3e3e;
  transition: background-color 0.15s ease;
  grid-gap: 12px;
}
.live-search-item:hover {
  background-color: #f4f4f4;
}
.live-search-item__img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
  background: #f4f4f4;
}
.live-search-item__info {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
  min-width: 0;
}
.live-search-item__title {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-search-item__price {
  font-size: 13px;
  color: #f04e23;
  font-weight: 600;
}

.live-search-all {
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #305897;
  text-decoration: none;
  border-top: 1px solid #dcdcdc;
}
.live-search-all:hover {
  background-color: #f4f4f4;
  color: #0d1037;
}

.live-search-loading,
.live-search-empty {
  padding: 16px;
  text-align: center;
  font-size: 14px;
  color: #3e3e3e;
}

/* ── Nav section ── */
.site-header__nav {
  grid-area: nav;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-header__nav {
    order: 1;
  }
}

/* ── Right actions (profile + cart) ── */
.main-menu__right {
  grid-area: actions;
  display: flex;
  align-items: center;
  grid-gap: 6px;
}
@media screen and (max-width: 767px) {
  .main-menu__right {
    order: 4;
    grid-gap: 2px;
  }
  .site-header.menu-open .main-menu__right {
    display: none;
  }
}
@media screen and (max-width: 406px) {
  .main-menu__right {
    grid-gap: 0;
  }
}

.profile {
  position: relative;
  padding-left: 8px;
}
.profile a {
  color: #fff;
}
.profile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 20px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 0 0 0 7px;
  }
  .profile::before {
    content: none;
  }
}

.font-profil {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.font-profil::before {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .font-profil span {
    display: none;
  }
}

.site-header__actions-link {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: none;
  position: relative;
}
.site-header__actions-link span {
  display: inline-flex;
}
.site-header__actions-link span::before {
  font-size: 31px;
}

.site-header__actions-link-sup {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -1px;
  background-color: #f04e23;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  white-space: nowrap;
  pointer-events: none;
  transition: transform 0.15s ease;
}
.site-header__actions-link-sup.is-bounce {
  animation: cart-bounce 0.5s ease;
}
@media screen and (max-width: 767px) {
  .site-header__actions-link-sup {
    right: 0;
    top: -4px;
  }
}

@keyframes cart-bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.6);
  }
  50% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* ── Main menu links (Akcije, Crna Metalurgija) ── */
.main-menu-list {
  display: flex;
  grid-gap: 20px;
}
.main-menu-list li a {
  color: #fff;
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .main-menu-list li a:hover {
    color: #f04e23;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-list {
    display: none;
    grid-gap: 10px;
  }
  .main-menu-list li a {
    font-size: 14px;
  }
  .site-header.menu-open .main-menu-list {
    display: flex;
  }
}

/* ── Old topbar classes (kept for compat, no longer used) ── */
.topbar {
  display: none;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

.main-navigation__toggle {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 20px;
  border: none;
  background-color: transparent;
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .main-navigation__toggle {
    display: none;
  }
}

.main-navigation__toggle-stripe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: transform 350ms ease;
  will-change: transform;
  transform-origin: left;
}
.main-navigation__toggle-stripe:nth-child(1) {
  top: 0;
}
.main-navigation__toggle-stripe:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation__toggle-stripe:nth-child(3) {
  top: 100%;
  margin-top: -3px;
}
.is-active .main-navigation__toggle-stripe:nth-child(1) {
  transform: rotate(45deg);
}
.is-active .main-navigation__toggle-stripe:nth-child(2) {
  display: none;
}
.is-active .main-navigation__toggle-stripe:nth-child(3) {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .main-navigation__menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: transform 350ms ease, opacity 350ms 350ms ease, visibility 350ms 350ms ease;
    transform: translateX(100%);
    will-change: transform;
    padding: 80px 20px 0;
  }
  .main-navigation__menu-wrap.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 350ms ease, opacity 350ms ease, visibility 350ms ease;
  }
}

.main-navigation__menu {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-navigation__menu {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

.main-navigation__menu li {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .main-navigation__menu li {
    padding: 0 25px;
    margin-bottom: 0;
  }
}

.main-navigation__menu a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.18;
  text-transform: capitalize;
  color: #fff;
  transition: color 350ms ease;
  position: relative;
  display: inline-block;
}

.main-navigation__menu li.current-menu-item a::after {
  transform: scaleX(1);
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
    grid-gap: 6px;
  }
}

.site-footer__copyright {
  font-family: "Roboto";
  font-size: 0.875rem;
  line-height: 1.35;
  color: #fff;
}

.site-footer__right {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.site-footer__right p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}

.prefooter {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prefooter {
    height: 100%;
    padding: 60px 0;
  }
}

.prefooter__wrap {
  text-align: center;
}
.prefooter__wrap span {
  font-size: clamp(1rem, 1rem + (1.375 - 1) * (100vw - 20rem) / (120 - 20), 1.375rem);
  color: #fff;
  line-height: 1;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.prefooter__wrap h2 {
  color: #fff;
  font-size: clamp(1.375rem, 1.375rem + (1.875 - 1.375) * (100vw - 20rem) / (120 - 20), 1.875rem);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gabarito";
  line-height: 1.1;
}

.prefooter__wrap-img img {
  margin: 0 auto 10px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 550px;
  margin: 20px auto 0;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  grid-gap: 5px;
}
.newsletter-form input {
  flex: 1;
  border: none;
  padding: 12px 20px;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 10px;
  outline: none;
}
.newsletter-form button {
  background-color: #f04e23;
  color: #fff;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.3s ease;
}
.newsletter-form button .arrow {
  margin-left: 8px;
  font-size: 16px;
}
.newsletter-form button:hover {
  background-color: #f04e23;
}

.footer {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__container {
    display: block;
  }
}

.footer-left__wrap {
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-left__wrap {
    justify-content: center;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}

.footer-left,
.footer-right {
  flex: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .footer-left,
  .footer-right {
    flex: 100%;
    max-width: 100%;
  }
}

.footer-left__text {
  position: relative;
  padding-left: 30px;
  font-size: clamp(1.125rem, 1.125rem + (1.875 - 1.125) * (100vw - 20rem) / (120 - 20), 1.875rem);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Gabarito";
  text-transform: uppercase;
}
.footer-left__text span {
  display: block;
  color: #fff;
}
.footer-left__text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-left__text {
    padding-left: 20px;
  }
}

.footer-right {
  display: flex;
  justify-content: space-between;
}
.footer-right ul li {
  padding-bottom: 15px;
}
.footer-right ul li a {
  color: #fff;
  transition: 350ms ease;
  font-weight: 600;
}
@media only screen and (min-width: 1324px) {
  .footer-right ul li a:hover {
    color: #f04e23;
  }
}
@media screen and (max-width: 767px) {
  .footer-right {
    display: block;
    text-align: center;
  }
}

.footer-bottom-bank {
  padding: 40px 0;
  background-color: #fff;
}

.footer-bottom-bank__wrap {
  display: flex;
  justify-content: center;
  grid-gap: 11px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom__item a img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-bottom__item {
    flex: 30%;
    max-width: 30%;
  }
  .footer-bottom__item img {
    margin: 0 auto;
  }
  .footer-bottom__item a img {
    width: auto;
    margin: 0 auto;
  }
}

.s-404__title {
  margin-bottom: 40px;
}
.s-404__title span {
  font-size: 300px;
  line-height: 1;
  color: #000;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.s-404__title-1 {
  transform: rotate(-7deg);
  animation: 5s float ease-in-out infinite alternate-reverse 0.5s;
}
.s-404__title-2 {
  transform: translateY(10%);
  animation: 5s float-2 ease-in-out infinite alternate-reverse 0.5s;
}
.s-404__title-3 {
  transform: rotate(10deg);
  animation: 5s float-3 ease-in-out infinite alternate-reverse 0.5s;
}

.s-404__text {
  font-size: 40px;
  color: #000;
  margin-bottom: 40px;
}

.s-404__btn {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto";
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: 350ms ease;
  border: 1px solid #000;
}
@media only screen and (min-width: 1324px) {
  .s-404__btn:hover {
    background-color: #fff;
    color: #000;
  }
}

@keyframes float {
  0% {
    transform: rotate(-1deg) translate(0, 0);
  }
  100% {
    transform: rotate(-7deg) translate(10%, 10%);
  }
}
@keyframes float-2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes float-3 {
  0% {
    transform: rotate(-4deg) translateY(0);
  }
  100% {
    transform: rotate(10deg) translateY(-10%);
  }
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.cart-page {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .cart-page {
    padding: 10px 0;
  }
}

.cart__wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cart__wrapper {
    display: block;
  }
}

.cart__products {
  flex: 65%;
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  .cart__products {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.cart__items {
  border: 1px solid #eee;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cart__items {
    border: 0;
  }
}

.cart__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #454443;
}
.cart__title .cart__count {
  font-weight: normal;
  color: #888;
  font-size: 16px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .cart__title {
    margin-bottom: 10px;
  }
}

.cart__item {
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
  justify-content: space-between;
}
.cart__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  height: 1px;
  background-color: #eee;
}
.cart__item:last-of-type::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart__item {
    display: block;
    padding: 9px 4px 20px;
  }
}

.cart__item-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cart__item-wrap {
    margin-bottom: 28px;
  }
}

.cart__image {
  width: 85px;
  margin-right: 20px;
}
.cart__image img {
  width: 100%;
  height: auto;
  display: block;
}

.cart__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}

.cart__name {
  flex: 2;
  font-weight: 500;
  transition: 350ms ease;
  cursor: pointer;
  max-width: 378px;
  color: #454443;
}
@media only screen and (min-width: 1324px) {
  .cart__name:hover {
    text-decoration: underline;
  }
}

.cart__quantity {
  flex: 1;
}
.cart__quantity .quantity {
  display: flex;
  align-items: center;
}
.cart__quantity .quantity input.qty {
  width: 50px;
  text-align: center;
}

.cart__price {
  flex: 1;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.cart__price span {
  color: #454443;
}

.cart__summary {
  border: 1px solid #eee;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  background: #fafafa;
  border-radius: 10px;
}
.cart__summary form {
  margin-bottom: 20px;
}
.cart__summary form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.cart__totals .cart__line,
.cart__totals .cart__total,
.cart__totals .cart__discount {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 500;
  align-items: center;
}
.cart__totals .cart__line strong,
.cart__totals .cart__total strong,
.cart__totals .cart__discount strong {
  color: #454443;
  font-weight: 500;
}
.cart__totals .cart__total strong {
  font-weight: bold;
}
.cart__totals .cart__delivery-wrap {
  background-color: #ecf7dd;
  border-radius: 4px;
  padding: 10px;
}
.cart__totals .cart__delivery {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.cart__totals .cart__delivery .font-truck-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.cart__totals .cart__delivery small {
  display: block;
  color: #666;
}
.cart__totals .cart__delivery-pill {
  display: inline-block;
  background: #e8500a;
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px 0;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
}
.cart__totals .cart__delivery-pill .woocommerce-Price-amount {
  color: #fff;
}
.cart__totals .cart__delivery-free {
  color: #2c3b17;
}
.cart__totals .cart__delivery-link {
  font-weight: 600;
  color: #305897;
  text-decoration: none;
}
@media only screen and (min-width: 1324px) {
  .cart__totals .cart__delivery-link:hover {
    text-decoration: underline;
  }
}
.cart__totals .btn--primary {
  display: block;
  text-align: center;
  background: #f04e23;
  color: #fff;
  padding: 12px 20px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

.cart__total span,
.cart__total strong {
  font-size: 20px;
  color: #454443;
}
.cart__total .woocommerce-Price-amount {
  font-size: 23px;
}

.cart__line span,
.cart__line strong {
  font-size: 16px;
  color: #454443;
}
.cart__line .woocommerce-Price-amount {
  font-size: 20px;
}

.cart__wrapp {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  flex: 30%;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .cart__wrapp {
    flex: 100%;
    max-width: 100%;
    grid-gap: 5px;
  }
}

.cart__coupon {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.cart__coupon input[type=text] {
  flex: 1;
  border: none;
  padding: 0.8rem 1rem;
  font-size: 14px;
  outline: none;
}
.cart__coupon button[name=apply_coupon] {
  background-color: transparent;
  border: 1px solid #f04e23;
  color: #f04e23;
  padding: 0 1.5rem;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: 350ms ease;
  white-space: nowrap;
}
.cart__coupon button[name=apply_coupon]:hover {
  background-color: #eb4510;
  color: #fff;
}

.cart__remove {
  display: inline-block;
  vertical-align: middle;
}
.cart__remove img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.cart__remove img:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cart__remove {
    position: absolute;
    right: 13px;
  }
}

.add-to-cart-buttons {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
@media screen and (max-width: 976px) {
  .add-to-cart-buttons {
    align-items: normal;
  }
}
@media screen and (max-width: 1024px) {
  .add-to-cart-buttons {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .add-to-cart-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 340px) {
  .add-to-cart-buttons {
    grid-gap: 10px;
  }
}

.cart__tax {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #454443;
  font-size: 15px;
}

.woocommerce-cart .wc-empty-cart-message {
  margin-bottom: 30px;
}
.woocommerce-cart .wc-empty-cart-message .cart-empty {
  justify-content: center !important;
  font-size: clamp(0.875rem, 0.875rem + (1.625 - 0.875) * (100vw - 20rem) / (120 - 20), 1.625rem);
  padding: 20px 10px;
  text-align: center;
}
.woocommerce-cart .wc-empty-cart-message .cart-empty::before {
  content: "";
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}

.single-product {
  background-color: #f8f8f8;
}

.product-oos-badge {
  display: inline-block;
  background-color: #0d1037;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.single-product__wrap {
  padding: 14px 0 40px;
}
@media screen and (max-width: 767px) {
  .single-product__wrap {
    padding: 14px 0 0;
  }
}

.single-product-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .single-product-inner {
    grid-gap: 9px;
  }
}
@media screen and (max-width: 976px) {
  .single-product-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .single-product-inner {
    margin-bottom: 0;
  }
}

.single-product-gallery {
  flex: 48%;
  max-width: 48%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.single-product-gallery .product-gallery {
  position: sticky;
  top: 120px;
  margin-bottom: 20px;
}
.single-product-gallery .product-gallery .product-gallery-main {
  max-width: 600px;
  max-height: 600px;
  margin-bottom: 10px;
}
.single-product-gallery .product-gallery .product-gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 10px;
}
.single-product-gallery .product-gallery .product-gallery-main .zoom-overlay {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 200%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  border-radius: 10px;
  z-index: 2;
  cursor: crosshair;
}
.single-product-gallery .product-gallery .product-gallery-main .swiper-button-next,
.single-product-gallery .product-gallery .product-gallery-main .swiper-button-prev {
  color: #292929;
}
.single-product-gallery .product-gallery .product-gallery-thumbs .swiper-slide {
  width: 100px !important;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.single-product-gallery .product-gallery .product-gallery-thumbs .swiper-slide img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-product-gallery .product-gallery .product-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #292929;
}
@media screen and (max-width: 976px) {
  .single-product-gallery {
    flex: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
  }
  .single-product-gallery .product-gallery-main {
    max-width: 100% !important;
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-product-gallery {
    flex: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    align-self: auto;
  }
  .single-product-gallery .product-gallery-main {
    margin-bottom: 5px !important;
  }
  .single-product-gallery .product-gallery {
    margin-bottom: 10px;
  }
  .single-product-gallery .product-gallery .swiper-slide img {
    max-height: 300px;
    background-color: #fff;
  }
  .single-product-gallery .product-gallery .product-gallery-thumbs .swiper-slide {
    width: 50px !important;
  }
  .single-product-gallery .product-gallery .product-gallery-thumbs .swiper-slide img {
    width: 50px !important;
    height: 50px !important;
  }
}

.onsale {
  background-color: #f04e23;
  position: absolute;
  padding: 5px;
  color: #fff;
}

.single-product-summary {
  flex: 48%;
  max-width: 48%;
}
.single-product-summary form {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 30px;
}
.single-product-summary .product-actions {
  margin: 20px 0;
}
.single-product-summary .product-actions p {
  color: #f00;
}
@media screen and (max-width: 1324px) {
  .single-product-summary form {
    display: block;
  }
}
@media screen and (max-width: 976px) {
  .single-product-summary {
    flex: 100%;
    max-width: 100%;
  }
}

.single-product-tabs {
  margin-top: 60px;
}

.product_title {
  font-size: clamp(1.5rem, 1.5rem + (2 - 1.5) * (100vw - 20rem) / (120 - 20), 2rem);
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.2;
  color: #292929;
  font-family: "Roboto" !important;
}

.price-with-discount {
  position: relative;
}

.price {
  font-size: clamp(1.5625rem, 1.5625rem + (2.1875 - 1.5625) * (100vw - 20rem) / (120 - 20), 2.1875rem);
  font-weight: bold;
}
.price del {
  font-size: 14px;
}
.price ins {
  font-size: clamp(1.5625rem, 1.5625rem + (2.1875 - 1.5625) * (100vw - 20rem) / (120 - 20), 2.1875rem);
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  background-color: transparent;
  color: #292929;
}

.woocommerce-product-details__short-description {
  background-color: #fff;
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
}

.single-product-content {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.single-product-content h3 {
  font-weight: bold;
}
.single-product-content ul {
  list-style: disc;
  padding-left: 20px;
}
.single-product-content ul li {
  margin-bottom: 5px;
  list-style: disc;
}

.product-sku {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}

.glightbox-container .gslide-image img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}

/* Mobile specific */
@media (max-width: 768px) {
  .glightbox-container .gslide-image img {
    max-height: 90vh;
    max-width: 95vw;
  }
  .glightbox-container .gslide-inner-content {
    padding: 0;
  }
  .glightbox-container .gslide-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# Woocommerce fields
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Woocommerce Qty counter
--------------------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
.quantity__field::-webkit-outer-spin-button,
.quantity__field::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity__field[type=number],
.quantity input.qty[type=number] {
  -moz-appearance: textfield;
}

.quantity {
  box-sizing: content-box;
  display: flex;
  position: relative;
  width: 117px;
  border: 1px solid #e7e4e4;
  border-radius: 10px;
  overflow: hidden;
}
.quantity input[type=number],
.quantity input.qty {
  border: 0;
  flex: 1 1 auto;
  width: 47px;
  min-width: 47px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .quantity {
    max-height: 30px;
  }
  .quantity input[type=number],
  .quantity input.qty {
    border: 1px solid #0d1037;
  }
}
@media screen and (max-width: 1324px) {
  .quantity {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .quantity {
    margin-bottom: 0;
  }
}

/* ✅ custom input + Woo default input */
.quantity__field.qty.text,
.quantity input.qty,
.quantity input[type=number].qty {
  margin: 0;
  padding: 12px 0;
  text-align: center;
  color: #000;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .quantity__field.qty.text,
  .quantity input.qty,
  .quantity input[type=number].qty {
    font-size: 13px;
  }
}

.quantity__minus,
.quantity__plus {
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  min-width: 35px;
  opacity: 0.8;
  padding: 0;
  background-color: #f8f8f8;
  color: #000;
}
@media only screen and (min-width: 1324px) {
  .quantity__minus:hover,
  .quantity__plus:hover {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 767px) {
  .quantity__minus,
  .quantity__plus {
    font-weight: 400;
  }
}

.quantity__minus {
  border-radius: 4px 0 0 4px;
}

.quantity__plus {
  border-radius: 0 4px 4px 0;
}

/*--------------------------------------------------------------
# Woocommerce checkout page
--------------------------------------------------------------*/
.woocommerce-checkout .site-main {
  background-color: #f4f4f4;
}

.checkout__main {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .checkout__main {
    padding: 20px 0 40px;
  }
}

.checkout__form-container {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .checkout__form-container {
    display: block;
  }
}

.checkout__form-wrap {
  max-width: 60%;
  flex: 0 0 60%;
  background-color: #fff;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .checkout__form-wrap {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding: 20px 9px;
  }
}

.checkout__order-details {
  max-width: 38%;
  flex: 0 0 38%;
}
.checkout__order-details bdi {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .checkout__order-details {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.checkout__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3e3e3e;
}

.checkout__summary-inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px 20px 0;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .checkout__summary-inner {
    padding: 20px 10px 0;
  }
}

.checkout__billing {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .checkout__billing {
    margin-bottom: 0;
  }
}

.checkout__billing-fields {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
}
.checkout__billing-fields .form-row-first,
.checkout__billing-fields .form-row-last,
.checkout__billing-fields .form-row-wide {
  max-width: 100%;
  flex: 0 0 100%;
}
.checkout__billing-fields #billing_country_field {
  display: none;
}
.checkout__billing-fields label {
  padding-bottom: 0;
  display: block;
  color: #454443;
}
@media screen and (max-width: 767px) {
  .checkout__billing-fields .form-row {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 575px) {
  .checkout__billing-fields {
    display: block;
  }
}

abbr[title] {
  text-decoration: none;
}

.checkout__order-review-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f8f8f8;
  margin: 0;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .checkout__order-review-item {
    grid-gap: 12px;
  }
}

.checkout__product-thumbnail {
  width: 30px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .checkout__product-thumbnail {
    width: 40px;
  }
}

.checkout__product-name {
  flex: 1;
  color: #3e3e3e;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .checkout__product-name {
    line-height: 1.2;
  }
}

.checkout__product-total {
  width: 92px;
  font-weight: bold;
  text-align: right;
  color: #3e3e3e;
  display: flex;
  justify-content: flex-end;
}

.checkout__totals {
  margin-bottom: 20px;
}

.checkout__totals-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px;
  color: #000;
  border-bottom: 1px solid #f8f8f8;
  border-radius: 8px;
}
.checkout__totals-item.shipping {
  background-color: #ecf7dd;
}
.checkout__totals-item .shipping-label {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.checkout__totals-item:last-of-type {
  border-bottom: none;
  margin-bottom: 15px;
}
.checkout__totals-item span {
  font-size: 15px;
  color: #3e3e3e;
}

.checkout__order-total {
  padding: 10px 5px;
}
.checkout__order-total span {
  font-size: 18px;
  font-weight: bold;
}

.woocommerce-terms-and-conditions {
  display: none !important;
}

.checkout__payment-methods,
.checkout__terms,
.checkout__privacy {
  margin-bottom: 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .checkout__payment-methods,
  .checkout__terms,
  .checkout__privacy {
    padding: 10px;
  }
}

.checkout__payment-methods {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}

.payment_method_cod {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
  color: #000;
}

.checkout__privacy a {
  color: #f04e23;
  text-decoration: underline;
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .checkout__privacy a:hover {
    color: #000;
  }
}

.checkout__payment-method-text {
  font-weight: bold;
}

.checkout__place-order {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .checkout__place-order {
    margin-bottom: 0;
  }
}

.checkout__order-checkout-btn button {
  width: 100%;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .checkout__order-review {
    margin-bottom: 20px;
  }
}

.checkout__verify {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}

.checkout__verify-form {
  max-width: 400px;
  margin: 0 auto;
}

.checkout__verify-notice {
  margin-bottom: 25px;
  font-size: 16px;
}

.woocommerce-shipping-calculator {
  display: none !important;
}

.checkbox {
  color: #bcbcbc;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 7px;
  padding-bottom: 0;
  padding-left: 26px;
  position: relative;
  transition: 0.35s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .checkbox {
    margin-bottom: 0;
  }
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox .checkbox__checkmark {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px;
}
.checkbox .checkbox__checkmark:before {
  content: "\e007";
}

.checkbox input:checked ~ .checkbox__checkmark {
  background-color: #f04e23;
  border-color: #f04e23;
}

.checkbox input:checked ~ .checkbox__checkmark::before {
  display: block;
}

.checkbox .checkbox__checkmark::before {
  color: #fff;
  display: none;
  font-size: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.checkout_coupon p {
  color: #000;
  line-height: 1.2;
  margin-bottom: 18px;
}

.checkout__buyer-type {
  display: flex;
  grid-gap: 20px;
  margin-bottom: 10px;
  padding: 20px 20px 0;
  align-items: center;
}
.checkout__buyer-type label {
  font-size: 16px;
  color: #3e3e3e;
}
.checkout__buyer-type input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.checkout__buyer-type input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #f04e23;
  border-radius: 50%;
}

.buyer-radio-group {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

/*--------------------------------------------------------------
# Payment Method Box sa ikonicama
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Payment Method Box sa ikonicama
--------------------------------------------------------------*/
.payment-method-box {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  background-color: #f8f8f8;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 350ms ease;
}
.payment-method-box.active {
  border-color: #f04e23;
}
.payment-method-box input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.payment-method-box input[type=radio]:checked {
  border-color: #f04e23;
}
.payment-method-box input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #f04e23;
  border-radius: 50%;
}
.payment-method-box label {
  flex: 1;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  cursor: pointer;
}
.payment-method-box .method-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
}
.payment-method-box .method-icon svg {
  width: 24px;
  height: 24px;
}
.payment-method-box .method-label-wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
}
.payment-method-box .method-title {
  font-size: 15px;
  color: #3e3e3e;
  font-weight: 600;
  line-height: 1.3;
}
.payment-method-box .method-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #888;
}
@media screen and (max-width: 767px) {
  .payment-method-box {
    padding: 10px 12px;
    grid-gap: 10px;
  }
  .payment-method-box .method-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .payment-method-box .method-icon svg {
    width: 22px;
    height: 22px;
  }
  .payment-method-box .method-title {
    font-size: 14px;
  }
  .payment-method-box .method-description {
    font-size: 11px;
  }
}

.payment-option {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: border 0.2s ease;
}

.payment-option input[type=radio] {
  margin-right: 14px;
  margin-top: 6px;
}

.payment-option label {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
}

.payment-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.payment-desc {
  font-size: 0.9em;
  color: #555;
}

.woocommerce form .form-row .input-text {
  border: 1px solid rgba(69, 68, 67, 0.3);
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #a3a3a3;
}

.checkbox__text {
  color: #a3a3a3;
  font-size: 14px;
}
.checkbox__text a {
  color: #f04e23;
  font-size: 14px;
}

.woocommerce-checkout #payment {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.optional {
  display: none;
}

#company-fields {
  width: 100%;
}

#billing_company_field,
#billing_pib {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #billing_pib {
    margin-bottom: 0;
  }
}

.woocommerce .form-row label .required {
  color: #f04e23;
  font-weight: normal;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Checkout sekcije - novi layout
--------------------------------------------------------------*/
.checkout__section {
  padding-bottom: 20px;
}
.checkout__section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .checkout__section {
    margin-bottom: 0;
  }
}

.checkout__section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #454443;
}

.checkout__fields-row {
  display: flex;
  grid-gap: 15px;
  margin-bottom: 0;
}
.checkout__fields-row .form-row {
  flex: 1;
  margin-bottom: 15px;
}
.checkout__fields-row .form-row label {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
  display: block;
}
.checkout__fields-row .form-row .input-text,
.checkout__fields-row .form-row input[type=text],
.checkout__fields-row .form-row input[type=email],
.checkout__fields-row .form-row input[type=tel],
.checkout__fields-row .form-row textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(69, 68, 67, 0.3);
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.checkout__fields-row .form-row .input-text:focus,
.checkout__fields-row .form-row input[type=text]:focus,
.checkout__fields-row .form-row input[type=email]:focus,
.checkout__fields-row .form-row input[type=tel]:focus,
.checkout__fields-row .form-row textarea:focus {
  border-color: #f04e23;
  outline: none;
}
.checkout__fields-row .form-row textarea {
  min-height: 80px;
  resize: vertical;
}
.checkout__fields-row .form-row-wide {
  flex: 1 1 100%;
}
.checkout__fields-row .form-row-first,
.checkout__fields-row .form-row-last {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .checkout__fields-row {
    flex-direction: column;
    grid-gap: 0;
  }
}

.checkout__fields-row--three .form-row,
.checkout__fields-row--three .form-row-first,
.checkout__fields-row--three .form-row-last,
.checkout__fields-row--three .form-row-third {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .checkout__fields-row--three {
    flex-direction: column;
  }
}

.form-row-third {
  flex: 1;
}
.form-row-third label {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
  display: block;
}
.form-row-third .woocommerce-input-wrapper {
  display: block;
}
.form-row-third input[type=text] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(69, 68, 67, 0.3);
  border-radius: 4px;
  font-size: 14px;
}

#billing_country_display_field input[readonly] {
  background-color: #f8f8f8;
  color: #666;
  cursor: not-allowed;
}

.checkout__newsletter {
  margin-top: 5px;
}
.checkout__newsletter .form-row {
  margin-bottom: 0;
}
.checkout__newsletter #newsletter_optin_field {
  margin-bottom: 0;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox,
.checkout__newsletter label.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  padding-left: 0;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  position: relative;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox .custom-checkbox,
.checkout__newsletter label.checkbox .custom-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  transition: 350ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox .custom-checkbox::after,
.checkout__newsletter label.checkbox .custom-checkbox::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-top: -2px;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox .custom-checkbox.checked,
.checkout__newsletter label.checkbox .custom-checkbox.checked {
  background-color: #000;
  border-color: #fff;
  border: 0;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox .custom-checkbox.checked::after,
.checkout__newsletter label.checkbox .custom-checkbox.checked::after {
  opacity: 1;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox input[type=checkbox],
.checkout__newsletter label.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox .checkbox__checkmark,
.checkout__newsletter label.checkbox .checkbox__checkmark {
  display: none !important;
}
.checkout__newsletter .woocommerce-form__label-for-checkbox span:not(.custom-checkbox),
.checkout__newsletter label.checkbox span:not(.custom-checkbox) {
  color: #666;
  font-size: 14px;
}

.checkout__customer_details .woocommerce-billing-fields__field-wrapper,
.checkout__customer_details .woocommerce-additional-fields__field-wrapper {
  display: none;
}

.checkout__section--company {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
}
.checkout__section--company .checkout__section-title {
  margin-top: 0;
}

#company-fields-section {
  display: none;
}

/*--------------------------------------------------------------
# Woocommerce global elements
--------------------------------------------------------------*/
.woocommerce-form-coupon-toggle {
  background-color: #fff;
  color: #000;
}

.showcoupon {
  background-color: transparent;
  border: 1px solid #000;
  padding: 8px 14px;
  border-radius: 46px;
  color: #000;
  transition: 350ms ease;
  font-weight: 400 !important;
}
@media only screen and (min-width: 1324px) {
  .showcoupon:hover {
    background-color: #000;
    color: #fff;
  }
}

.notices {
  margin-bottom: 15px;
}
.notices .woocommerce-error {
  display: flex;
  width: 100%;
  background-color: rgba(240, 78, 35, 0.3);
  padding: 11px 25px;
  border-radius: 4px;
  flex-wrap: wrap;
  grid-gap: 0 10px;
  outline: none;
}
.notices .woocommerce-message,
.notices .woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding: 11px 25px;
  border-radius: 4px;
  outline: none;
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
}
.notices .woocommerce-message .button,
.notices .woocommerce-info .button {
  order: 1;
  flex-shrink: 0;
  margin-left: 15px;
}
@media only screen and (min-width: 1324px) {
  .notices .woocommerce-message .button:hover,
  .notices .woocommerce-info .button:hover {
    color: #fff;
  }
}
.notices .woocommerce-message a,
.notices .woocommerce-info a {
  font-weight: 600;
  color: #fff;
  background-color: #0d1037;
  padding: 10px 20px;
  border-radius: 4px;
}
.notices .woocommerce-message {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .notices .woocommerce-message,
  .notices .woocommerce-info {
    flex-direction: column;
    text-align: center;
  }
  .notices .woocommerce-message .button,
  .notices .woocommerce-info .button {
    margin-left: 0;
    margin-top: 10px;
  }
}

.notices--revert .woocommerce-message {
  flex-direction: row-reverse;
}

.woocommerce-privacy-policy-text {
  margin-top: 20px;
}
.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #000;
}

.checkbox__text {
  font-size: 14px;
  color: #000;
}
.checkbox__text a {
  color: #f04e23;
}

/* 
 * Custom AJAX spinner on WooCommerce checkout 
 * The class used to load the overlay is .blockUI .blockOverlay
 * The class used to load the spinner is .woocommerce .loader:before
 *
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
  border-radius: 50%;
  border-top: 4px solid #000;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  background-image: none;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  margin-bottom: 17px;
}
.woocommerce-breadcrumb a {
  color: #000;
  opacity: 0.7;
}
@media only screen and (min-width: 1324px) {
  .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-breadcrumb {
    margin-bottom: 9px;
  }
}

.woocommerce-result-count {
  font-size: 14px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-result-count {
    display: none;
  }
}

.woocommerce-ordering:before {
  content: "";
}
.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering::before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
  font-size: 12px;
}
.woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  color: #000;
  padding: 10px 30px 10px 10px;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.woocommerce-ordering select:focus {
  border-color: #000;
}
.woocommerce-ordering select option {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .woocommerce-ordering {
    width: 100%;
  }
  .woocommerce-ordering::before {
    right: 10px;
    font-size: 10px;
  }
  .woocommerce-ordering select {
    padding: 10px 25px 10px 10px;
    font-size: 13px;
  }
}

bdi {
  display: flex;
  align-items: center;
}

.woocommerce-order-overview__total bdi {
  justify-content: center;
}

.product-breadcrumb {
  margin-bottom: 20px;
}

.single-product .notices .woocommerce-message a {
  color: #fff;
}

.product_meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.product_meta .posted_in,
.product_meta .tagged_as {
  font-size: 13px;
}
.product_meta .posted_in a,
.product_meta .tagged_as a {
  transition: 350ms ease;
  font-weight: 600;
  color: #292929;
  text-transform: uppercase;
}
@media only screen and (min-width: 1324px) {
  .product_meta .posted_in a:hover,
  .product_meta .tagged_as a:hover {
    text-decoration: underline;
  }
}
.product_meta .posted_in:first-of-type,
.product_meta .tagged_as:first-of-type {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_meta {
    margin-bottom: 13px;
  }
}

.tagged_as a {
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .tagged_as a:hover {
    text-decoration: underline;
  }
}

.woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}
.woocommerce-product-details__short-description ul {
  list-style: disc;
  padding-left: 20px;
}
.woocommerce-product-details__short-description ul li {
  margin-bottom: 5px;
  list-style: disc;
}

#nm-toast-area {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #nm-toast-area {
    right: 8px;
    left: 8px;
    top: 8px;
  }
}

.nm-toast {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  background: #1e293b;
  color: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-8px);
  opacity: 0;
  animation: nm-toast-in 0.25s ease forwards;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .nm-toast {
    padding: 10px 14px;
    min-width: 0;
    width: 100%;
  }
}

.nm-toast__top {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.nm-toast__product {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.nm-toast__product-img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  background: #fff;
  flex-shrink: 0;
}

.nm-toast__product-info {
  min-width: 0;
}

.nm-toast__product-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.nm-toast__product-price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
  color: #f04e23;
}

.nm-btn--cart {
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: 350ms ease;
  text-decoration: none;
}
.nm-btn--cart:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.nm-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #22c55e;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .nm-toast__icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.nm-toast__msg {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nm-toast__msg {
    font-size: 12px;
  }
}

.nm-toast__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.nm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: 350ms ease;
  text-decoration: none;
}
.nm-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .nm-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.nm-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-left: auto;
  font-size: 0;
}
.nm-btn--ghost::before {
  content: "✕";
  font-size: 14px;
  color: #fff;
}
.nm-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .nm-btn--ghost {
    width: 32px;
    height: 32px;
  }
  .nm-btn--ghost::before {
    font-size: 12px;
  }
}

@keyframes nm-toast-in {
  to {
    transform: none;
    opacity: 1;
  }
}
.nm-toast--out {
  animation: nm-toast-out 0.25s ease forwards;
}

@keyframes nm-toast-out {
  to {
    transform: translateY(-8px);
    opacity: 0;
  }
}
/* (opciono) sakrij default Woo poruku na single product stranici */
.single-product .woocommerce-notices-wrapper {
  display: none;
}

.nm-notice-bar .woocommerce-message {
  background-color: #eee;
}
.nm-notice-bar .restore-item {
  color: #fff !important;
}

.nm-cart-empty {
  text-align: center;
  padding: 50px 0;
}

.nm-cart-empty__title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1324px) {
  .nm-cart-empty__cta:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }
}

.stock.in-stock {
  display: none;
}

.woocommerce-account #customer_login,
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password {
  margin: 50px auto;
  max-width: 650px;
  border-radius: 20px;
  border: 1px solid #dadada;
  padding: 20px;
}

/* Reset Password form — sakrij WC default strength meter */
.reset-password-form .woocommerce-password-strength,
.reset-password-form .woocommerce-password-hint,
.reset-password-form .show-password-input {
  display: none !important;
}

.reset-password-form__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.reset-password-form__desc {
  color: #666;
  margin-bottom: 24px;
}
.reset-password-form__field {
  margin-bottom: 16px;
}
.reset-password-form__field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}
.reset-password-form__input-wrap {
  position: relative;
}
.reset-password-form__input-wrap input {
  width: 100%;
  padding: 12px 44px 12px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}
.reset-password-form__input-wrap input:focus {
  border-color: #0d1037;
  outline: none;
}
.reset-password-form__toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 4px;
}
.reset-password-form__toggle:hover {
  color: #3e3e3e;
}
.reset-password-form__rules {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.reset-password-form__rules li {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  padding: 4px 0;
  font-size: 13px;
  color: #999;
}
.reset-password-form__rules li .rule-icon {
  width: 16px;
  font-size: 14px;
  text-align: center;
}
.reset-password-form__rules li.is-valid {
  color: #4caf50;
}
.reset-password-form__rules li.is-valid .rule-icon {
  color: #4caf50;
}
.reset-password-form__rules li.is-invalid {
  color: #999;
}
.reset-password-form__actions {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  margin-top: 24px;
}
.reset-password-form__cancel {
  padding: 12px 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #3e3e3e;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: 350ms ease;
}
.reset-password-form__cancel:hover {
  background: #f4f4f4;
}
.reset-password-form__submit {
  padding: 12px 24px;
  background: #f04e23;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 350ms ease;
}
.reset-password-form__submit:hover {
  background: #cf3912;
}

.form-row .woocommerce-button,
.form-row .woocommerce-Button {
  background-color: #305897;
  color: #fff;
  margin: 10px 0;
  padding: 10px 25px;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .form-row .woocommerce-button:hover,
  .form-row .woocommerce-Button:hover {
    background-color: #111f35;
  }
}

/* --- Toggle login/register (kolone) --------------------------- */
/* default: prikaži login kolonu, sakrij celu register kolonu (naslov + formu) */
#customer_login .u-column2,
#customer_login .col-2 {
  display: none !important;
}

/* kada je aktivan register: prikaži register kolonu, sakrij login kolonu */
#customer_login.is-register .u-column2,
#customer_login.is-register .col-2 {
  display: block !important;
}

#customer_login.is-register .u-column1,
#customer_login.is-register .col-1 {
  display: none !important;
}

/* fallback ako tema nema kolone nego samo .login/.register blokove */
#customer_login .register {
  display: none;
}

#customer_login.is-register .login {
  display: none;
}

#customer_login.is-register .register {
  display: block;
}

.auth-toggle-note {
  margin-top: 10px;
  color: #667085;
  font-size: 14px;
}

.auth-toggle-note a {
  color: var(--acc-brand, #305897);
  text-decoration: underline;
}
@media only screen and (min-width: 1324px) {
  .auth-toggle-note a:hover {
    opacity: 0.8;
  }
}

.woocommerce-LostPassword.lost_password {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
}
.woocommerce-LostPassword.lost_password a {
  color: #305897;
  text-decoration: underline;
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .woocommerce-LostPassword.lost_password a:hover {
    opacity: 0.8;
  }
}

.product-shortdesc {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.product-shortdesc p {
  margin-bottom: 10px;
  display: block;
}
.product-shortdesc ul {
  margin: 15px 0;
}
.product-shortdesc ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .product-shortdesc {
    padding: 10px;
  }
}

.product-shortdesc__content ul {
  position: relative;
  padding-left: 4px;
}
.product-shortdesc__content ul li {
  position: relative;
  align-items: center;
  padding-left: 12px;
  font-size: 14px;
}
.product-shortdesc__content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}

.product-shortdesc__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.vat-info {
  font-size: 12px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .vat-info {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Login Form - Input Icons
--------------------------------------------------------------*/
/* Wrapper za input sa ikonom */
.form-row--with-icon .input-wrapper {
  position: relative;
  display: block;
}
.form-row--with-icon {
  /* Ikona unutar inputa */
}
.form-row--with-icon .input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  z-index: 1;
}
.form-row--with-icon .input-text {
  padding-left: 45px !important;
}
.form-row--with-icon {
  /* Focus state - ikona menja boju */
}
.form-row--with-icon .input-wrapper:focus-within .input-icon {
  color: #f04e23;
}

/* Sakrij browser password reveal ikonicu (Edge/Chrome) */
input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
  display: none !important;
}
input[type=password]::-webkit-credentials-auto-fill-button {
  display: none !important;
}

/* Fix: kad se password polje prebaci na type=text, tekst mora biti vidljiv */
.form-row--with-icon .input-text,
.input-wrapper .input-text {
  color: #000 !important;
  -webkit-text-security: none !important;
}

/* Remember me row */
.form-row--rememberme {
  margin-bottom: 15px;
}

/* Remember me checkbox layout */
.woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
  grid-gap: 10px;
  cursor: pointer;
}
.woocommerce-form-login__rememberme input[type=checkbox] {
  margin: 0 !important;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
}
.woocommerce-form-login__rememberme span {
  font-size: 14px;
  color: #000;
}

/* Password eye toggle */
button.password-toggle,
button.password-toggle:hover,
button.password-toggle:focus,
button.password-toggle:focus-visible,
button.password-toggle:active {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
  padding: 4px !important;
  margin: 0 !important;
  color: #999;
  display: flex;
  align-items: center;
  z-index: 2;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
  border-radius: 0 !important;
  line-height: 1;
}

button.password-toggle:hover {
  color: #333;
}

/* Sakrij WooCommerce default show/hide password dugme */
.show-password-input {
  display: none !important;
}

/* Submit button row */
.form-row--submit {
  margin-top: 10px;
}

.checkout-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}
.checkout-loader.is-active {
  display: flex;
}

.checkout-loader__spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #f04e23;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.woocommerce-lost-password .woocommerce {
  padding: 50px 0;
}
.woocommerce-lost-password .woocommerce-message {
  background-color: #eee;
  display: flex;
  justify-content: center;
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.products-tiles__container > .products-header {
  flex: 0 0 100%;
  padding: 0 10px;
}

.products-count {
  font-size: 15px;
  color: #333;
}

.sort-select {
  padding: 8px 36px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Cpath fill=%22%23333%22 d=%22M6 8L1 3h10z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

.sort-select:focus {
  outline: none;
  border-color: #f47b00;
}

.tax-product_tag .product-tile__wrap {
  max-width: 20% !important;
  flex: auto !important;
}
.tax-product_tag .products-main {
  flex: 100%;
  max-width: 100%;
}

.thankyou-wrapper {
  padding: 40px 0;
}
.thankyou-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}

.thankyou-info {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.thankyou-info p {
  font-size: 14px;
  margin: 4px 0;
  color: #292929;
  font-weight: 600;
}
.thankyou-info p strong {
  font-weight: 600;
  color: #292929;
}

.thankyou-columns {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.thankyou-columns h3 {
  font-size: 16px;
  margin: 20px 0 10px;
  font-weight: 600;
  padding-bottom: 5px;
}
.thankyou-columns p {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  width: 100%;
}
.thankyou-columns p strong {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.thankyou-columns p:nth-of-type(4) {
  border-bottom: 0;
  background-color: #0d1037;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 976px) {
  .thankyou-columns {
    flex-direction: column;
  }
}

.thankyou-left {
  flex: 50%;
  max-width: 50%;
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 976px) {
  .thankyou-left {
    flex: 100%;
    max-width: 100%;
  }
}

.thankyou-right {
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 976px) {
  .thankyou-right {
    flex: 100%;
    max-width: 100%;
  }
}

.thankyou-products {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #fff;
}
.thankyou-products thead th {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.thankyou-products thead th:first-of-type {
  text-align: left;
}
.thankyou-products tbody td {
  padding: 12px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.thankyou-products tbody td span bdi {
  justify-content: center;
  font-weight: 700;
}
.thankyou-products tbody td img {
  width: 40px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.thankyou-products tbody td:first-child {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.thankyou-products__total {
  background-color: #0d1037;
  color: #fff;
  padding: 10px !important;
}

.thankyou-btn {
  text-align: center;
  margin-top: 30px;
}

/* ===========================
   My Account – global vars
   =========================== */
:root {
  --acc-gap: 30px;
  --acc-radius: 8px;
  --acc-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  --acc-bg: #fff;
  --acc-text: #2d2d2d;
  --acc-text-muted: #666;
  --acc-brand: #305897; /* SIM plava */
  --acc-brand-weak: #e7f0fb;
  --acc-border: #eee;
}

/* Layout wrapper */
.account-wrapper {
  display: flex;
  grid-gap: var(--acc-gap);
  padding: 32px 0;
}

.account-sidebar {
  flex: 0 0 260px;
  min-width: 240px;
}

.account-content {
  flex: 1;
  background: var(--acc-bg);
  border-radius: var(--acc-radius);
  padding: 32px 32px 24px;
  box-shadow: var(--acc-shadow);
}
.account-content p {
  margin-bottom: 10px;
}
.account-content a {
  font-weight: 600;
  color: #f04e23;
  text-decoration: none;
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .account-content a:hover {
    text-decoration: underline;
  }
}

/* Woo info u contentu */
.account-content .woocommerce-info {
  padding: 11px 10px;
}

.account-content .woocommerce-info a {
  color: #fff;
}

/* Header u contentu */
.account-header {
  margin-bottom: 6px;
}

.account-title {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  color: var(--acc-text);
}

.account-subtitle {
  margin: 0 0 16px;
  color: var(--acc-text-muted);
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  margin-top: 20px;
}

/* ===========================
   Navigacija (sidebar)
   =========================== */
.account-nav {
  background: var(--acc-bg);
  border-radius: var(--acc-radius);
  box-shadow: var(--acc-shadow);
  overflow: hidden;
}

.account-nav ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.account-nav li {
  margin: 4px 0;
}

.account-nav a {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--acc-text);
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.account-nav a:hover {
  background: var(--acc-brand-weak);
}

.account-nav .icon svg {
  display: block;
}

.account-nav .text {
  font-weight: 500;
}

/* Woo dodaje .is-active na <li> */
.account-nav li.is-active a {
  background: var(--acc-brand);
  color: #fff;
}

.account-nav li.is-active .icon svg path {
  fill: #fff;
}

/* ===========================
   Sadržaj (tables, lists)
   =========================== */
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  overflow: hidden;
  background: #fff;
}

.woocommerce-MyAccount-content thead th {
  background: #f9fafb;
  color: #333;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid var(--acc-border);
  padding: 12px 14px;
}

.woocommerce-MyAccount-content td,
.woocommerce-MyAccount-content th {
  padding: 12px 14px;
}

.woocommerce-MyAccount-content tbody tr {
  border-bottom: 1px solid var(--acc-border);
}

.woocommerce-MyAccount-content tbody tr:last-child {
  border-bottom: 0;
}

.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content .button {
  display: inline-block;
  border-radius: 6px;
  padding: 9px 14px;
  background: var(--acc-brand);
  color: #fff;
  text-decoration: none;
  border: 0;
  transition: filter 0.15s;
}

.woocommerce-MyAccount-content a.button:hover,
.woocommerce-MyAccount-content .button:hover {
  filter: brightness(0.95);
}

/* Empty states */
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  background: #f6faf7;
  border-left: 4px solid #4caf50;
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 6px;
}

.woocommerce-MyAccount-content .woocommerce-error {
  background: #fff5f5;
  border-left: 4px solid #f44336;
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 6px;
}

/* ===========================
   Forme (edit account / adrese / login)
   =========================== */
.woocommerce-MyAccount-content form fieldset {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.woocommerce-MyAccount-content form .form-row {
  margin: 0 0 14px;
}

.woocommerce-MyAccount-content label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.woocommerce-MyAccount-content input[type=text],
.woocommerce-MyAccount-content input[type=email],
.woocommerce-MyAccount-content input[type=password],
.woocommerce-MyAccount-content input[type=tel],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--acc-border);
  border-radius: 6px;
  background: #fff;
  color: var(--acc-text);
  transition: border-color 0.15s, box-shadow 0.15s;
  font-variant-numeric: tabular-nums;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
  outline: none;
  border-color: #f04e23;
  box-shadow: 0 0 0 3px rgba(240, 78, 35, 0.12);
}

/* Buttons */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button[type=submit] {
  background: #f04e23;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 11px 20px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.15s;
}
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button[type=submit]:hover {
  background: #d63f16;
  transform: translateY(-1px);
}
.woocommerce-MyAccount-content .button:active,
.woocommerce-MyAccount-content button[type=submit]:active {
  transform: translateY(0);
}

.woocommerce-MyAccount-content .button.alt {
  background: var(--acc-brand);
}

.woocommerce-MyAccount-content .button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ===========================
   Address cards (list & edit)
   =========================== */
.woocommerce-Address,
.woocommerce-address-fields__field-wrapper {
  background: #fff;
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  padding: 20px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.woocommerce-Address:hover {
  border-color: #d5dce8;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Naslov + "Uredi" link */
.woocommerce-Address-title.title a {
  color: #f04e23;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.woocommerce-Address-title.title a:hover {
  text-decoration: underline;
  color: #cf3912;
}

/* === Adrese – lep grid === */
.woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
}

/* Polja koja treba preko cele širine */
.woocommerce-address-fields__field-wrapper .form-row-wide {
  grid-column: 1/-1;
}

/* Woo klasična prva/poslednja u pola */
.woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-last {
  margin: 0;
}

/* Select – custom strelica */
.woocommerce-MyAccount-content select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

/* Submit red – poravnaj desno i razvuci preko 2 kolone */
.woocommerce-address-fields__field-wrapper + p {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.woocommerce-address-fields__field-wrapper + p .button {
  min-width: 180px;
}

/* Required/Optional lepše */
.woocommerce-MyAccount-content .required {
  color: #e53935;
  margin-left: 2px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .optional {
  color: var(--acc-text-muted);
  font-style: italic;
  margin-left: 6px;
  font-weight: 500;
}

/* ===========================
   Customer type switcher + company polja (EDIT ADDRESS)
   =========================== */
/* Inicijalno sakrij polja za pravno lice — JS ih prikazuje */
/* ===========================
   Customer type switcher + company polja (EDIT ADDRESS)
   =========================== */
/* Inicijalno sakrij polja za pravno lice — JS ih prikazuje */
.company-only {
  /* Hover/focus efekti kao na checkoutu */
}
.company-only input[type=text],
.company-only input[type=tel],
.company-only input[type=email] {
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.company-only input[type=text]:hover,
.company-only input[type=tel]:hover,
.company-only input[type=email]:hover {
  border-color: #e5e7eb;
}
.company-only input[type=text]:focus,
.company-only input[type=tel]:focus,
.company-only input[type=email]:focus {
  outline: none;
  border-color: #f04e23;
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.12);
}
.company-only {
  /* Woo zvezdica na labelu kada JS doda .required */
}
.company-only label.required::after {
  content: " *";
  color: #f04e23;
  margin-left: 2px;
  font-weight: 600;
}

/* Stilizacija switchera (Fizičko / Pravno) */
#billing_customer_type_field {
  margin-bottom: 12px;
  /* Sakrij glavni label "Tip kupca" */
}
#billing_customer_type_field > label {
  display: none;
}
#billing_customer_type_field .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
  grid-row-gap: 10px;
  /* Radio: custom kružići */
}
#billing_customer_type_field .woocommerce-input-wrapper input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  /* razmak od kružića do TEKSTA njegove labele */
  margin: 0 6px 0 0;
}
#billing_customer_type_field .woocommerce-input-wrapper input[type=radio]:hover {
  border-color: #bbb;
}
#billing_customer_type_field .woocommerce-input-wrapper input[type=radio]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.18);
}
#billing_customer_type_field .woocommerce-input-wrapper input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #f04e23;
  border-radius: 50%;
}
#billing_customer_type_field .woocommerce-input-wrapper {
  /* Tekst uz radio dugme */
}
#billing_customer_type_field .woocommerce-input-wrapper label {
  display: inline-flex;
  align-items: center;
  margin: 0 22px 0 0;
  font-size: 16px;
  color: #3e3e3e;
  cursor: pointer;
  /* Ukloni potencijalnu zvezdicu pored Fizičko/Pravno */
}
#billing_customer_type_field .woocommerce-input-wrapper label .required {
  display: none;
}
#billing_customer_type_field .woocommerce-input-wrapper label:last-of-type {
  margin-right: 0;
}

/* ===========================
   Orders (Narudžbine)
   =========================== */
.woocommerce-orders-table {
  width: 100%;
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.woocommerce-orders-table thead th {
  background: #f7f9fc;
  color: #20262e;
  font-weight: 600;
  padding: 14px 16px;
  border-bottom: 1px solid var(--acc-border);
  white-space: nowrap;
}

.woocommerce-orders-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--acc-border);
  vertical-align: middle;
}

.woocommerce-orders-table tbody tr {
  transition: background 0.15s;
}
.woocommerce-orders-table tbody tr:hover {
  background: #f7f9fc;
}

.woocommerce-orders-table tr:last-child td {
  border-bottom: 0;
}

.woocommerce-orders-table__cell-order-number a {
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-orders-table__cell-order-date {
  color: #555;
  white-space: nowrap;
}

/* Status badge-evi u boji */
.woocommerce-orders-table__cell-order-status {
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
}

.woocommerce-orders-table__cell-order-total {
  font-weight: 600;
  white-space: nowrap;
}

/* Akcije */
.woocommerce-orders-table__cell-order-actions {
  white-space: nowrap;
}

.woocommerce-orders-table__cell-order-actions .button {
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  padding: 8px 14px;
  border-radius: 6px;
  background: var(--acc-brand);
  color: #fff;
  border: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: background 0.2s, transform 0.15s;
}

.woocommerce-orders-table__cell-order-actions .button:hover {
  background: #254475;
  transform: translateY(-1px);
}

.woocommerce-orders-table__cell-order-actions .button + .button {
  margin-left: 6px;
}

.woocommerce-orders-table__cell-order-actions .button:nth-child(2) {
  background: #eef3fb;
  color: var(--acc-brand);
}

/* Pagination */
.woocommerce-pagination {
  margin-top: 16px;
  display: flex;
  grid-gap: 8px;
  flex-wrap: wrap;
}

.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--acc-border);
  text-decoration: none;
  color: #333;
}

.woocommerce-pagination .page-numbers.current {
  background: var(--acc-brand);
  color: #fff;
  border-color: var(--acc-brand);
}

/* ===========================
   Detalji naloga (Edit account)
   =========================== */
.woocommerce-EditAccountForm .woocommerce-form-row.form-row-first,
.woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
  width: calc(50% - 8px);
  float: left;
}

.woocommerce-EditAccountForm .woocommerce-form-row.form-row-first {
  margin-right: 16px;
}

.woocommerce-EditAccountForm::after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce-EditAccountForm .description,
.woocommerce-EditAccountForm .woocommerce-password-hint {
  font-style: italic;
  color: var(--acc-text-muted);
  margin-top: 6px;
}

.woocommerce-EditAccountForm fieldset {
  margin: 24px 0;
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  background: #f9fafb;
  padding: 20px;
}

.woocommerce-EditAccountForm fieldset legend {
  padding: 0 10px;
  font-weight: 700;
  font-size: 15px;
  color: #0d1037;
}

.woocommerce-EditAccountForm .required {
  color: #e53935;
  font-weight: 700;
  margin-left: 2px;
}

.woocommerce-EditAccountForm input[type=password] {
  background: #f7fbff;
  border-color: #d7e3f6;
}

.woocommerce-EditAccountForm input[type=password]:focus {
  background: #fff;
  border-color: var(--acc-brand);
}

.woocommerce-password-strength {
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.woocommerce-password-strength.short {
  background: #fff5f5;
  color: #b00020;
}

.woocommerce-password-strength.bad {
  background: #fff3cd;
  color: #7a5a00;
}

.woocommerce-password-strength.good {
  background: #e3f2fd;
  color: #0b5ed7;
}

.woocommerce-password-strength.strong {
  background: #e8f5e9;
  color: #1b5e20;
}

.woocommerce-EditAccountForm .clear + p .button,
.woocommerce-EditAccountForm button[type=submit] {
  min-width: 180px;
}

@media (max-width: 640px) {
  .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first,
  .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-EditAccountForm button[type=submit] {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-message {
  border-left-color: #2e7d32;
}

#account_display_name_description {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

.woocommerce-form-row {
  margin-top: 10px;
}

/* ===========================
   Pregled porudžbine (View Order)
   =========================== */
.woocommerce-MyAccount-content .order-info {
  background: #f7f9fc;
  border: 1px solid var(--acc-border);
  padding: 12px 14px;
  border-radius: 8px;
  margin: 6px 0 18px;
  color: #2b3545;
}

.woocommerce-MyAccount-content .order-info mark {
  background: transparent;
  color: inherit;
  padding: 0;
  font-weight: 700;
}

.woocommerce-MyAccount-content .order-info .order-number {
  background: #eef3fb;
  color: #1e3a6d;
  padding: 3px 8px;
  border-radius: 6px;
}

.woocommerce-MyAccount-content .order-info .order-date {
  background: #fff;
  border: 1px dashed #dfe6f2;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600;
}

.woocommerce-MyAccount-content .order-info .order-status {
  background: #e8f5e9;
  color: #1b5e20;
  padding: 3px 10px;
  border-radius: 999px;
}

.woocommerce-order-details__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.woocommerce-table--order-details {
  width: 100%;
  border: 1px solid var(--acc-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}

.woocommerce-table--order-details a {
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.woocommerce-table--order-details a:hover {
  opacity: 0.65;
}

.woocommerce-table--order-details th {
  background: #f7f9fc;
  font-weight: 600;
  padding: 12px 14px;
  border-bottom: 1px solid var(--acc-border);
  text-align: left;
}

.woocommerce-table--order-details td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--acc-border);
}

.woocommerce-table--order-details .woocommerce-table__product-name {
  font-weight: 500;
}

.woocommerce-table--order-details .woocommerce-table__product-total {
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
}

.woocommerce-table__product-table.product-total {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-table--order-details tfoot th {
  text-align: left;
  font-weight: 600;
  color: #333;
  background: #fcfdff;
}

.woocommerce-table--order-details tfoot td {
  text-align: right;
  font-weight: 600;
}

.woocommerce-table--order-details tfoot tr.order-total td {
  background: #eef3fb;
  color: #0a1f44;
  font-size: 18px;
}

.woocommerce-customer-details {
  margin-top: 22px;
}

.woocommerce-columns--addresses {
  display: flex;
  grid-gap: 20px;
}

.woocommerce-columns--addresses .woocommerce-column {
  flex: 1;
  background: #fff;
  border: 1px solid var(--acc-border);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}

.woocommerce-column__title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content .order-again .button,
.woocommerce-MyAccount-content .order-actions .button {
  padding: 9px 14px;
  border-radius: 8px;
  font-weight: 600;
}

/* Responsive za view-order */
@media (max-width: 820px) {
  .woocommerce-columns--addresses {
    flex-direction: column;
  }
  .woocommerce-table--order-details {
    display: block;
  }
  .woocommerce-table--order-details thead {
    display: none;
  }
  .woocommerce-table--order-details tbody {
    display: grid;
    grid-gap: 12px;
  }
  .woocommerce-table--order-details tr {
    display: grid;
    grid-gap: 8px;
    padding: 12px;
    border: 1px solid var(--acc-border);
    border-radius: 10px;
    background: #fff;
  }
  .woocommerce-table--order-details td {
    border: 0;
    padding: 6px 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-table--order-details td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #2d2d2d;
    margin-right: 12px;
  }
}
/* ===========================
   Utility / spacing
   =========================== */
.woocommerce-MyAccount-content .actions,
.woocommerce-MyAccount-content .wc-actions {
  display: flex;
  grid-gap: 8px;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-content .note {
  color: var(--acc-text-muted);
  font-size: 0.95rem;
}

/* ===========================
   Responsive (global)
   =========================== */
@media (max-width: 1199px) {
  .account-sidebar {
    flex-basis: 240px;
  }
}
@media (max-width: 991px) {
  .account-wrapper {
    flex-direction: column;
  }
  .account-sidebar {
    flex: auto;
    min-width: 0;
  }
  .account-content {
    padding: 20px;
  }
  .account-nav ul {
    padding: 8px;
  }
  .account-nav a {
    padding: 10px;
  }
  .woocommerce-MyAccount-content table {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 640px) {
  /* Adrese – 1 kolona na mobilu */
  .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
  .woocommerce-address-fields__field-wrapper + p .button {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .account-title {
    font-size: 22px;
  }
  .account-subtitle {
    font-size: 0.95rem;
  }
  .account-nav a {
    grid-gap: 10px;
  }
}
/* ========== Eye icon za prikaz/sakrivanje lozinke ========== */
.password-input {
  position: relative;
  display: block;
}

.password-input input[type=password],
.password-input input[type=text] {
  padding-right: 42px;
}

.password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.8;
}

.password-input .show-password-input::before {
  content: none !important;
}

.password-input .show-password-input::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  color: var(--acc-brand);
  transition: opacity 0.15s, color 0.15s;
}

.password-input .show-password-input:hover {
  opacity: 1;
}

.password-input .show-password-input.display-password {
  color: #1f2a44;
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## basic-block
--------------------------------------------------------------*/
.banner {
  padding: 30px 0 60px;
  position: relative;
  background-color: #e9e9e9;
}
.banner .swiper-banner {
  position: relative;
  border-radius: 10px;
}
.banner .swiper-slides-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .banner .swiper-slide {
    height: 340px;
  }
}
.banner .swiper-controls {
  display: flex;
  align-items: center;
  margin-top: 25px;
  grid-gap: 20px;
}
.banner .swiper-pagination {
  position: relative;
  bottom: auto !important;
  display: flex;
  grid-gap: 10px;
  flex: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  max-width: 100%;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  opacity: 1;
  margin: 0 !important;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #3e3e3e;
  border-radius: 2px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: progress-fill 5s linear forwards;
}
@keyframes progress-fill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.banner .swiper-nav__container {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-shrink: 0;
  margin-top: 20px;
}
.banner .swiper-nav {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  flex-shrink: 0;
}
.banner .swiper-fraction {
  font-size: 14px;
  color: #333;
  min-width: 35px;
  text-align: center;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  position: static;
  width: 22px;
  height: 22px;
  padding: 15px;
  border-radius: 50%;
  margin: 0;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  font-size: 10px;
  color: #333;
  font-weight: 700;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 20px 0 40px;
  }
  .banner .swiper-controls {
    flex-wrap: wrap;
    grid-gap: 15px;
  }
  .banner .swiper-pagination {
    order: 1;
    width: 100%;
  }
  .banner .swiper-nav {
    order: 2;
    margin-left: auto;
  }
}

.banner__title {
  font-size: clamp(1.5625rem, 1.5625rem + (2.5 - 1.5625) * (100vw - 20rem) / (120 - 20), 2.5rem);
  color: #3e3e3e;
  opacity: 0.3;
  margin-bottom: 20px;
  font-family: "Gabarito";
  font-weight: 700;
  text-align: center;
}

.banner__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 10px;
}
.banner__image::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, transparent 70%);
}
.banner__image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .banner__image img {
    min-height: 300px;
  }
}

.banner__content {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 280px;
}
.banner__content h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: clamp(1.75rem, 1.75rem + (2.25 - 1.75) * (100vw - 20rem) / (120 - 20), 2.25rem);
  line-height: 1.1;
  font-family: "Gabarito";
}
.banner__content p {
  color: #fff;
  font-size: clamp(0.8125rem, 0.8125rem + (0.9375 - 0.8125) * (100vw - 20rem) / (120 - 20), 0.9375rem);
  margin-bottom: 25px;
  line-height: 1.5;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .banner__content {
    left: 20px;
    max-width: 280px;
  }
  .banner__content h2 {
    margin-bottom: 10px;
  }
  .banner__content p {
    margin-bottom: 20px;
  }
}

.megamenu {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
@media screen and (max-width: 767px) {
  .megamenu {
    grid-gap: 7px;
  }
}

.megamenu__arrow-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  margin-left: auto;
  padding: 5px 10px;
}

.megamenu__toggle {
  background-color: #f04e23;
  color: #fff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border: 0;
}
.megamenu__toggle img {
  margin-right: 8px;
  width: 16px;
  display: block;
}
.megamenu__toggle .megamenu__close-icon {
  display: none;
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
  width: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .megamenu__toggle .megamenu__close-icon {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .megamenu__toggle {
    padding: 14px 20px;
  }
  .megamenu__toggle img {
    margin-right: 0;
  }
  .megamenu__toggle span {
    display: none;
  }
  .megamenu__toggle .megamenu__close-icon {
    display: none;
  }
}
@media screen and (max-width: 406px) {
  .megamenu__toggle {
    padding: 10px;
  }
  .megamenu__toggle img {
    margin-right: 0;
  }
}

.megamenu.is-open .megamenu__toggle img {
  display: none;
}
.megamenu.is-open .megamenu__toggle .megamenu__close-icon {
  display: block;
}
@media screen and (max-width: 767px) {
  .megamenu.is-open .megamenu__toggle {
    background-color: transparent;
    padding-left: 0;
    padding-right: 8px;
  }
}

.megamenu__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}
.megamenu__dropdown--visible {
  display: flex;
  max-height: 75vh;
}
@media screen and (max-width: 767px) {
  .megamenu__dropdown {
    flex-direction: column;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 999;
    max-height: unset;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    top: 56px;
    height: calc(100vh - 56px);
    padding-bottom: env(safe-area-inset-bottom);
  }
  @supports (height: 100dvh) {
    .megamenu__dropdown {
      height: calc(100dvh - 56px);
    }
  }
  .megamenu__dropdown--visible {
    background-color: #0d1037;
    padding: 0 9px;
  }
}

.megamenu__left {
  width: 250px;
  min-width: 250px;
  background-color: #f4f4f4;
  overflow-y: auto;
  padding: 10px;
  scrollbar-width: thin;
  scrollbar-color: #0d1037 transparent;
}
.megamenu__left::-webkit-scrollbar {
  width: 4px;
}
.megamenu__left::-webkit-scrollbar-thumb {
  background-color: #0d1037;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .megamenu__left {
    width: 100%;
    min-width: unset;
    transition: transform 0.3s ease;
    max-height: 88vh;
    background-color: #f4f4f4;
    padding: 0 9px 11px;
    border-radius: 10px;
    overflow-x: hidden;
    position: relative;
  }
}

.megamenu__left-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .megamenu__left-list {
    padding-top: 12px;
  }
}

.megamenu__left-item {
  display: flex;
  align-items: center;
  padding: 7px 16px;
  cursor: pointer;
  transition: background 0.2s;
  background-color: #fff;
  margin-bottom: 4px;
  border-radius: 4px;
}
.megamenu__left-item:hover, .megamenu__left-item.active {
  background-color: #f8f8f8;
}
.megamenu__left-item:hover span, .megamenu__left-item.active span {
  color: #f04e23;
}
.megamenu__left-item .megamenu__left-link {
  display: flex;
  align-items: center;
  flex-grow: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.megamenu__left-item .megamenu__left-link img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
}
.megamenu__left-item .megamenu__arrow {
  font-size: clamp(1.5rem, 1.5rem + (1.625 - 1.5) * (100vw - 20rem) / (120 - 20), 1.625rem);
  color: #999;
  flex: 2%;
  max-width: 2%;
}
@media screen and (max-width: 767px) {
  .megamenu__left-item {
    background-color: #fff;
    margin-bottom: 3px;
    border-radius: 10px;
  }
  .megamenu__left-item span,
  .megamenu__left-item .megamenu__left-link {
    text-transform: uppercase;
  }
}

.megamenu__right {
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.megamenu__right.active {
  display: flex;
}
.megamenu__right .megamenu__middle-column {
  width: 280px;
  min-width: 280px;
  border-right: 1px solid #efefef;
  overflow-y: auto;
  padding: 6px 0;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}
.megamenu__right .megamenu__middle-column::-webkit-scrollbar {
  width: 3px;
}
.megamenu__right .megamenu__middle-column::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .megamenu__right .megamenu__middle-column {
    background-color: #f4f4f4;
  }
}
.megamenu__right .megamenu__middle-list,
.megamenu__right .megamenu__third-list {
  display: none;
}
.megamenu__right .megamenu__middle-list.active,
.megamenu__right .megamenu__third-list.active {
  display: block;
}
.megamenu__right .megamenu__third-column {
  width: 0;
  overflow: hidden;
  background-color: #f4f4f4;
  transition: width 0.2s ease;
}
.megamenu__right .megamenu__third-column.active {
  width: 350px;
  overflow-y: auto;
  padding: 6px 0;
}
.megamenu__right .megamenu__third-list li,
.megamenu__right .megamenu__middle-item {
  font-size: 14px;
}
.megamenu__right .megamenu__third-list li a,
.megamenu__right .megamenu__middle-item a {
  color: #000;
  text-decoration: none;
}
.megamenu__right .megamenu__third-list li a:hover,
.megamenu__right .megamenu__middle-item a:hover {
  color: #f04e23;
}
.megamenu__right .megamenu__middle-item {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .megamenu__right .megamenu__middle-item {
    background-color: #fff;
  }
  .megamenu__right .megamenu__middle-item ul li {
    margin-bottom: 2px;
  }
  .megamenu__right .megamenu__middle-item:last-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .megamenu__right {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: 350ms ease;
    z-index: 2;
    background: #0d1037;
    overflow: hidden;
    overflow-y: auto;
  }
  .megamenu__right.active {
    width: 100%;
    transform: translateX(0);
    padding: 0 9px;
  }
  .megamenu__right .megamenu__middle-column {
    width: 100%;
    min-width: unset;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    border-right: none;
    padding: 0 9px 11px;
  }
  .megamenu__right .megamenu__third-column {
    display: none;
  }
}

.megamenu__middle-item {
  padding-right: 15px;
  transition: 350ms ease;
}
.megamenu__middle-item.has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.megamenu__middle-item a {
  padding: 8px 15px;
  display: block;
  font-size: 16px;
  flex: 90%;
  max-width: 90%;
}
.megamenu__middle-item:hover, .megamenu__middle-item.active {
  background-color: #f8f8f8;
}
.megamenu__middle-item:hover a,
.megamenu__middle-item:hover .megamenu__arrow, .megamenu__middle-item.active a,
.megamenu__middle-item.active .megamenu__arrow {
  color: #f04e23;
}
.megamenu__middle-item .megamenu__arrow {
  font-size: clamp(1.25rem, 1.25rem + (1.375 - 1.25) * (100vw - 20rem) / (120 - 20), 1.375rem);
  color: #999;
  flex: 2%;
  max-width: 2%;
}
@media screen and (max-width: 767px) {
  .megamenu__middle-item .megamenu__arrow {
    display: none;
  }
}

.megamenu__third-list li {
  padding: 10px 15px;
  transition: background 0.3s ease;
}
.megamenu__third-list li:hover {
  background-color: #f8f8f8;
}

.megamenu__right-header,
.megamenu__middle-header,
.megamenu__third-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .megamenu__right-header,
  .megamenu__middle-header,
  .megamenu__third-header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

.megamenu__right-back {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  display: none;
  width: 100%;
  padding: 14px 16px;
  text-align: left;
  align-items: center;
  gap: 6px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .megamenu__right-back {
    display: flex;
    margin-bottom: 0;
  }
}
.megamenu__right-back .megamenu__back-icon {
  font-size: 20px;
  font-weight: 400;
  color: #0d1037;
  line-height: 1;
  margin-top: -1px;
}
.megamenu__right-back .megamenu__back-title {
  font-size: 15px;
  font-weight: 600;
  color: #3e3e3e;
  line-height: 1.2;
}

.megamenu__right-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.megamenu__close {
  display: none;
}
@media screen and (max-width: 767px) {
  .megamenu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    color: #0d1037;
    font-size: 18px;
    padding: 14px 16px;
    line-height: 1;
    flex-shrink: 0;
  }
}

.products-tiles {
  padding: 60px 0;
  background-color: #f8f8f8;
}
.products-tiles .vat-info {
  display: none;
}
@media screen and (max-width: 767px) {
  .products-tiles {
    padding: 30px 0 15px;
  }
}

.products-tiles__container {
  display: flex;
  flex: 1;
  align-content: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .home .products-tiles__container > .product-tile__wrap:nth-child(odd):last-child {
    display: none;
  }
}

.product-tile__wrap {
  display: flex;
  padding: 0 10px;
  margin-bottom: 20px;
}
.product-tile__wrap--out-of-stock .product-tile__oos-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #0d1037;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
  line-height: 1;
}
.product-tile__wrap {
  flex: 20%;
  max-width: 20%;
}
@media screen and (max-width: 976px) {
  .product-tile__wrap {
    flex: 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .product-tile__wrap {
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.half-sec__right .product-tile__wrap {
  margin-bottom: 0;
}

.tax-product_brand .product-tile__wrap {
  flex: auto;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .tax-product_brand .product-tile__wrap {
    flex: 50%;
    max-width: 50%;
  }
}

.archive .product-tile__wrap,
.search-results .product-tile__wrap {
  flex: auto;
  max-width: 25%;
}
@media screen and (max-width: 976px) {
  .archive .product-tile__wrap,
  .search-results .product-tile__wrap {
    flex: 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .archive .products-main,
  .search-results .products-main {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
  .archive .product-tile__wrap,
  .search-results .product-tile__wrap {
    flex: 50% !important;
    max-width: 50% !important;
  }
}

.products-main {
  flex: 80%;
  max-width: 80%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .products-main {
    flex: 100%;
    max-width: 100%;
  }
}

.product-tile__wrap--xl {
  flex: 50%;
  max-width: 50%;
}

.summary.entry-summary {
  position: relative;
}

.product-tile__item {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 350ms ease;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.product-tile__item img {
  margin: 0 auto;
  padding-top: 10px;
}
.product-tile__item .added_to_cart + .product-tile__item-cart,
.product-tile__item .product-tile__item-cart.added {
  opacity: 0 !important;
  pointer-events: none;
}
.product-tile__item .added_to_cart.wc-forward {
  display: block;
  text-align: center;
  padding: 8px 10px;
  margin: 0 10px 10px;
  background: #0d1037;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease;
}
.product-tile__item .added_to_cart.wc-forward:hover {
  background: #1a2260;
}
@media only screen and (min-width: 1324px) {
  .product-tile__item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .product-tile__item:hover .product-tile__item-cart {
    opacity: 1;
  }
}

.product-tile__item-inner {
  padding: 12px 10px;
}

.product-tile__item-price {
  font-size: clamp(1rem, 1rem + (1.25 - 1) * (100vw - 20rem) / (120 - 20), 1.25rem);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
  color: #3e3e3e;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  margin-bottom: 10px;
}
.product-tile__item-price .woocommerce-Price-currencySymbol {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.product-tile__item-price-wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
}

.product-tile__price-meta {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.product-tile__old-price {
  text-decoration: line-through;
  letter-spacing: -0.5px;
  color: #3e3e3e;
  font-size: clamp(0.8125rem, 0.8125rem + (0.9375 - 0.8125) * (100vw - 20rem) / (120 - 20), 0.9375rem);
  margin-right: 8px;
}

.product-tile__badge {
  font-size: 12px;
  font-weight: 700;
  background-color: #f04e23;
  color: #fff;
  padding: 4px 6px;
  text-transform: uppercase;
  line-height: 1;
}
.product-tile__badge--highlight {
  background-color: #eee;
  color: #f04e23;
}
@media screen and (max-width: 767px) {
  .product-tile__badge {
    margin-left: 5px;
  }
}

.discount-badge {
  position: absolute;
  top: 0;
  left: 16%;
}
@media screen and (max-width: 1324px) {
  .discount-badge {
    left: 20%;
  }
}
@media screen and (max-width: 976px) {
  .discount-badge {
    left: 11%;
  }
}
@media screen and (max-width: 767px) {
  .discount-badge {
    left: 15%;
  }
}
@media screen and (max-width: 575px) {
  .discount-badge {
    left: 18%;
  }
}
@media screen and (max-width: 500px) {
  .discount-badge {
    left: 23%;
  }
}
@media screen and (max-width: 406px) {
  .discount-badge {
    left: 26%;
  }
}
@media screen and (max-width: 406px) {
  .discount-badge {
    left: 29%;
  }
}

.product-tile__item-name {
  font-size: 14px;
  color: #3e3e3e;
  line-height: 1.2;
  max-width: 160px;
  display: block;
}

.product-tile__item-brand {
  font-size: 12px;
  font-weight: 700;
  color: #3e3e3e;
}
@media only screen and (min-width: 1324px) {
  .product-tile__item-brand:hover {
    text-decoration: underline;
  }
}

.product-tile__item-cart {
  position: absolute !important;
  bottom: 3%;
  right: 4%;
  opacity: 0;
  transition: opacity 350ms ease;
  background-color: transparent !important;
  border: none;
  padding: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url("assets/images/cart-add.svg");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
.product-tile__item-cart::before {
  display: none;
}
@media only screen and (min-width: 1324px) {
  .product-tile__item-cart:hover {
    background-image: url("assets/images/cart-add-hover.svg");
  }
}
@media screen and (max-width: 767px) {
  .product-tile__item-cart {
    display: none;
  }
}

/* ── Skeleton loading ── */
@keyframes skeleton-pulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeleton-pulse {
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  border-radius: 4px;
}

.skeleton-tile {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.skeleton-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.skeleton-body {
  padding: 12px 10px;
}

.skeleton-line {
  height: 14px;
  margin-bottom: 8px;
}
.skeleton-line--price {
  width: 50%;
  height: 20px;
  margin-bottom: 12px;
}
.skeleton-line--name {
  width: 80%;
}
.skeleton-line--short {
  width: 55%;
}
.skeleton-line--brand {
  width: 30%;
  height: 12px;
  margin-bottom: 0;
}

.cards {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .cards {
    padding: 30px 0;
  }
}

.cards-grid {
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 976px) {
  .cards-grid {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .home .cards-grid > :nth-child(odd):last-child {
    display: none;
  }
}

.cards-item {
  border-radius: 10px;
  margin-bottom: 20px;
  flex: 1;
  padding: 0 10px;
  transition: 350ms ease;
  display: flex;
}
@media screen and (max-width: 976px) {
  .cards-item {
    flex: 50%;
    max-width: 50%;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .cards-item {
    margin-bottom: 10px;
  }
}

.archive .cards-grid {
  flex-wrap: wrap;
}
.archive .cards-item {
  flex: 20%;
  max-width: 20%;
}
@media screen and (max-width: 976px) {
  .archive .cards-item {
    flex: 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .archive .cards-item {
    flex: 50%;
    max-width: 50%;
  }
}
.archive .cards-title {
  font-size: 15px;
  text-transform: none;
  color: #292929;
  font-weight: 400;
}

.cards-item__wrap {
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1324px) {
  .cards-item__wrap:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
}

.cards-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
.cards-link img {
  width: 100%;
}

.cards-img {
  width: 100%;
}
.cards-img img {
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cards-img img {
    height: 190px;
  }
}

.cards-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 14px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .cards-content {
    padding: 16px 5px;
  }
}

.cards-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #3e3e3e;
}
@media screen and (max-width: 767px) {
  .cards-title {
    font-size: 13px;
  }
}

.category-header {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .category-header {
    padding: 25px 0;
  }
}

.category-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 40px;
}
@media screen and (max-width: 767px) {
  .category-header__inner {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
  }
}

.tax-product_tag .category-header__inner {
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}

.category-header__left {
  flex-shrink: 0;
}

.category-header__right {
  flex: 1;
  min-width: 0;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .category-header__right {
    max-width: 100%;
  }
}

.category-header__title {
  font-size: clamp(1.5625rem, 1.5625rem + (2.5 - 1.5625) * (100vw - 20rem) / (120 - 20), 2.5rem);
  color: #292929;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.category-header__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.875rem, 0.875rem + (1 - 0.875) * (100vw - 20rem) / (120 - 20), 1rem);
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.category-header__desc p {
  margin: 0 0 10px;
}
.category-header__desc p:last-child {
  margin-bottom: 0;
}

.category-breadcrumb {
  margin-bottom: 10px;
}

.category-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.75rem + (0.8125 - 0.75) * (100vw - 20rem) / (120 - 20), 0.8125rem);
  color: rgba(255, 255, 255, 0.7);
}
.category-breadcrumb__item a {
  color: #3e3e3e;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 14px;
}
.category-breadcrumb__item a:hover {
  color: #f04e23;
}
.category-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
  color: #3e3e3e;
  font-size: 12px;
}
.category-breadcrumb__item--current span {
  color: #3e3e3e;
  font-size: 14px;
}

.categories-list {
  padding: 60px 0 20px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .categories-list {
    padding: 30px 0;
  }
}

.categories-list__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .categories-list__container {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home .categories-list__container > .categories-item__container:nth-child(odd):last-child {
    display: none;
  }
}

.categories-item__container {
  flex: 20%;
  max-width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 976px) {
  .categories-item__container {
    flex: 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .categories-item__container {
    flex: 50%;
    max-width: 50%;
    margin-right: 0;
    padding: 4px 8px;
    margin-bottom: 0;
  }
}

.categories-item__wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: 350ms ease;
  border-radius: 10px;
  height: 70px;
}
@media only screen and (min-width: 1324px) {
  .categories-item__wrap:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .categories-item__wrap {
    height: 50px;
  }
}

.categories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px 8px;
  cursor: pointer;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .categories-item {
    padding: 10px 7px 6px;
  }
}

.categories-item__left span {
  font-size: 14px;
  text-transform: uppercase;
  color: #3e3e3e;
  line-height: 1.18;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .categories-item__left {
    flex: 100%;
    max-width: 100%;
  }
  .categories-item__left span {
    font-size: 14px;
  }
}
@media screen and (max-width: 406px) {
  .categories-item__left span {
    font-size: 12px;
  }
}

.category-layout {
  display: flex;
  grid-gap: 20px;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 1399px) {
  .category-layout {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .category-layout {
    flex-direction: column;
  }
}

.category-products {
  width: 100%;
}

.category-products-header {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}

.categories-item__right img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .categories-item__right {
    flex: 18%;
    max-width: 18%;
    display: flex;
    justify-content: flex-end;
  }
  .categories-item__right img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 406px) {
  .categories-item__right img {
    width: 24px;
    height: 24px;
  }
}

/* --------------------------------------------
   sidebar (desktop) + off-canvas (mobile)
   -------------------------------------------- */
.products-sidebar {
  flex: 20%;
  max-width: 20%;
  position: sticky;
  top: 80px;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .products-sidebar {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    position: static;
  }
}

/* Overlay (skriven default; ne dira desktop) */
.filters-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease;
  z-index: 998;
}

/* Trigger dugme — samo mobilni */
.filters-trigger-wrap {
  display: none;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .filters-trigger-wrap {
    display: block;
  }
}

.btn-filters {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 3px;
  padding: 16px;
  border-radius: 10px;
  background: #e5e5e5;
  font-size: 18px;
  line-height: 1;
  border: 0;
}
.btn-filters:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .btn-filters {
    font-size: 16px;
  }
}

/* --- VAŽNO: header sa naslovom "Filteri" i X sakriven na desktopu --- */
.filters-header,
.filters-close {
  display: none;
}

/* ------------------------------
   Off-canvas samo za ≤ md širine
   ------------------------------ */
@media screen and (max-width: 767px) {
  /* Panel preuzima ulogu off-canvas-a — desktop ostaje netaknut */
  .products-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 88vw;
    height: 100dvh;
    overflow: auto;
    z-index: 999;
    background: #fff;
    transform: translateX(-100%); /* skriveno */
    transition: transform 0.28s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  }
  .products__filtration {
    padding: 20px 16px 28px;
  }
  /* na mobilu PRIKAZUJ naslov + X */
  .filters-header {
    display: flex;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    padding-bottom: 12px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }
  .filters-close {
    display: inline-flex;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: #f3f3f3;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  /* Otvoreno stanje — aktivira ga JS dodavanjem klase na <body> */
  body.is-filters-open {
    overflow: hidden;
  }
  body.is-filters-open .products-sidebar {
    transform: translateX(0);
  }
  body.is-filters-open .filters-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}
.half-sec {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .half-sec {
    padding: 30px 0 15px;
  }
}

.half-sec__container {
  display: flex;
  grid-gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .half-sec__container {
    display: block;
  }
}

.half-sec__left-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.half-sec__left {
  position: relative;
  flex: 50%;
  max-width: 50%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .half-sec__left {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.half-sec__left-content {
  position: absolute;
  left: 2%;
  max-width: 500px;
  padding: 10px;
  bottom: 0;
}
.half-sec__left-content h3 {
  font-size: clamp(1.125rem, 1.125rem + (1.75 - 1.125) * (100vw - 20rem) / (120 - 20), 1.75rem);
  line-height: 1;
  font-family: "Gabarito";
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.half-sec__left-img {
  flex: 1;
  display: flex;
  height: 100%;
}
.half-sec__left-img img {
  border-radius: 10px;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.half-sec__right {
  flex: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .half-sec__right {
    flex: 100%;
    max-width: 100%;
  }
}

.isolated-brands {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.isolated-brands__container {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.7vw;
}
@media screen and (max-width: 767px) {
  .isolated-brands__container {
    grid-gap: 20px;
  }
}

.isolated-brand-item {
  flex: 24%;
  max-width: 24%;
  transition: 350ms ease;
  display: flex;
  align-items: center;
}
.isolated-brand-item img {
  margin: 0 auto;
  transition: 350ms ease;
  border-radius: 10px;
}
@media only screen and (min-width: 1324px) {
  .isolated-brand-item img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .isolated-brand-item {
    flex: 47%;
    max-width: 47%;
    min-height: 103px;
  }
}

.recent-blogs {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recent-blogs {
    padding: 30px 0;
  }
}

.recent-blogs__container {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .recent-blogs__container {
    display: block;
  }
}

.recent-blog__item {
  flex: 33.3%;
  max-width: 33.3%;
  transition: 350ms ease;
}
.recent-blog__item h4 {
  font-size: 22px;
  color: #292929;
  font-weight: 700;
  line-height: 1.18;
  font-family: "Gabarito";
}
.recent-blog__item img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 1324px) {
  .recent-blog__item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .recent-blog__item {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    display: block;
  }
}

.text-banner {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .text-banner {
    padding: 30px 0;
  }
}

.text-banner__container {
  display: flex;
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .text-banner__container {
    display: block;
  }
}

.text-banner__left {
  flex: 40%;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .text-banner__left {
    flex: 100%;
    max-width: 100%;
  }
}

.text-banner__right {
  flex: 60%;
  max-width: 60%;
}
.text-banner__right .entry-content p {
  color: #292929;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text-banner__right {
    flex: 100%;
    max-width: 100%;
  }
}

.text-banner__left-title {
  font-size: clamp(1.5625rem, 1.5625rem + (2.5 - 1.5625) * (100vw - 20rem) / (120 - 20), 2.5rem);
  color: #292929;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .text-banner__left-title {
    margin-bottom: 20px;
  }
}

.category-wysiwyg-block {
  padding: 40px 0;
  background-color: #fff;
}

.all-posts {
  padding: 60px 0 30px;
  background-color: #f8f8f8;
}

.all-posts__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .all-posts__grid {
    display: block;
  }
}

.post-card {
  flex: 33.3%;
  max-width: 33.3%;
  padding: 0 10px;
  transition: 350ms ease;
}
@media only screen and (min-width: 1324px) {
  .post-card:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .post-card {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.post-card__img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.post-card__title {
  font-size: clamp(1rem, 1rem + (1.125 - 1) * (100vw - 20rem) / (120 - 20), 1.125rem);
  font-weight: 600;
  margin: 10px 0 0;
  max-width: 315px;
}

.post-card__date {
  font-size: 14px;
  color: #f4f4f4;
}

.pagination {
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  grid-gap: 5px;
}
@media screen and (max-width: 767px) {
  .pagination {
    justify-content: center;
  }
}

.page-numbers {
  padding: 8px 20px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.page-numbers.current {
  background-color: #174566;
  color: #fff;
}

.brands-archive {
  padding: 60px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .brands-archive {
    padding: 30px 0;
  }
}

.brands-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

.brands-container {
  flex: 25%;
  max-width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .brands-container {
    flex: 50%;
    max-width: 50%;
  }
}

.brands-wrap a {
  max-height: 170px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1324px) {
  .brands-wrap {
    padding: 0 20px;
    max-height: 150px;
    min-height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .brands-wrap {
    max-height: 110px;
    min-height: 110px;
    padding: 0 25px;
  }
}

.contact {
  padding: 60px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}

.contact__top {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__top {
    display: block;
  }
}

.contact__info {
  flex: 1;
  max-width: 50%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contact__info {
    flex: 100%;
    max-width: 100%;
  }
}

.contact__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact__header {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.contact__header .contact__header-left .contact__header-name {
  font-size: 16px;
  font-weight: 700;
  color: #292929;
}
.contact__header .contact__header-left .contact__header-subtitle {
  font-size: 13px;
  color: #174566;
  margin-top: 2px;
}
.contact__header .contact__header-right {
  text-align: right;
}
.contact__header .contact__header-right p {
  font-size: 14px;
  line-height: 1.6;
  color: #292929;
}
.contact__header .contact__header-right p span {
  color: #888;
  font-weight: 400;
}
.contact__header .contact__header-right p strong {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .contact__header {
    flex-direction: column;
    grid-gap: 12px;
  }
  .contact__header .contact__header-right {
    text-align: left;
  }
}

.contact__working-hours {
  padding: 20px 25px;
}
.contact__working-hours .hours {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.contact__working-hours .hours p {
  font-size: 15px;
  line-height: 1.4;
}
.contact__working-hours .contact-details {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}
.contact__working-hours .contact-details p {
  font-size: 15px;
  margin-bottom: 0;
  background-color: #f8f8f8;
  padding: 20px 25px;
  flex: 50%;
  max-width: 50%;
  border-radius: 10px;
}
.contact__working-hours .contact-details a {
  font-weight: 600;
}
@media screen and (max-width: 1324px) {
  .contact__working-hours .contact-details p {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__working-hours {
    padding: 20px 16px;
  }
  .contact__working-hours .contact-details p {
    padding: 8px 9px;
  }
  .contact__working-hours .hours {
    display: block;
    text-align: left;
  }
  .contact__working-hours .hours p {
    margin-bottom: 15px;
  }
}

.contact__map {
  flex: 1;
}
.contact__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact__map {
    margin-bottom: 20px;
  }
}

.contact__form {
  flex: 1;
  max-width: 50%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.contact__form h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact__form form {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact__form form input,
.contact__form form textarea {
  padding: 10px 14px;
  border: 1px solid #f4f4f4;
  font-size: 15px;
  width: 100%;
  resize: none;
  margin-bottom: 17px;
}
.contact__form form textarea {
  min-height: 120px;
}
.contact__form form p input[type=submit] {
  background-color: #f04e23;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 110px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1324px) {
  .contact__form form p input[type=submit]:hover {
    background-color: #d94218;
  }
}
@media screen and (max-width: 1024px) {
  .contact__form {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact__form h3 {
    font-size: 20px;
  }
}

.contact__locations h3 {
  font-size: clamp(1rem, 1rem + (1.125 - 1) * (100vw - 20rem) / (120 - 20), 1.125rem);
  font-weight: 700;
  margin-bottom: 30px;
  color: #292929;
  text-transform: uppercase;
}
.contact__locations .locations__grid {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 31px;
}
.contact__locations .location__item {
  flex: 23%;
  max-width: 23%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact__locations .location__item h4 {
  font-size: clamp(0.875rem, 0.875rem + (1.125 - 0.875) * (100vw - 20rem) / (120 - 20), 1.125rem);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 4px;
  color: #292929;
}
.contact__locations .location__item .location__subtitle {
  color: #174566;
  font-size: 13px;
  margin-bottom: 15px;
}
.contact__locations .location__item .location__details p {
  margin-bottom: 6px;
  line-height: 1.4;
  font-size: 14px;
  color: #292929;
  font-weight: 600;
}
.contact__locations .location__item .location__details p span {
  color: #292929;
  font-weight: 400;
}
.contact__locations .location__item .location__details p a {
  font-weight: 600;
  color: #292929;
}
.contact__locations .location__item .location__hours {
  margin-top: 15px;
  padding: 6px 9px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 10px;
}
.contact__locations .location__item .location__hours p {
  font-size: 13px;
  color: #555;
  margin: 0;
}
.contact__locations .location__item .location__hours p strong {
  color: #333;
}
@media screen and (max-width: 1399px) {
  .contact__locations .locations__grid {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__locations .locations__grid {
    grid-gap: 15px;
  }
  .contact__locations .location__item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact__locations .location__item {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contact__locations .locations__grid {
    display: block;
  }
}

.contact__documents {
  margin-top: 50px;
}
.contact__documents h3 {
  font-size: clamp(1rem, 1rem + (1.125 - 1) * (100vw - 20rem) / (120 - 20), 1.125rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.contact__documents .documents__grid {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.contact__documents .documents__grid .document__item {
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 12px 16px;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #eee;
  text-decoration: none;
  color: #3e3e3e;
  font-weight: 500;
  transition: box-shadow 0.2s ease;
}
.contact__documents .documents__grid .document__item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 8px;
}
.contact__documents .documents__grid .document__item img {
  width: 20px;
  height: 20px;
}

.search-page-inner {
  padding: 70px 0;
}
.search-page-inner .page-header {
  text-align: center;
}
.search-page-inner .page-header h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .search-page-inner {
    padding: 30px 0;
  }
}

.search-page-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.search-results-pagination {
  width: 100%;
  justify-content: center;
}

.product-trust {
  margin: 12px 0 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.product-trust__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 1024px) {
  .product-trust__list {
    grid-gap: 2px;
  }
}
@media screen and (max-width: 767px) {
  .product-trust__list {
    grid-gap: 3px;
  }
}

.product-trust__item {
  display: inline-flex;
  align-items: center;
  grid-gap: 4px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #f6f7f8;
  font-size: 14px;
  line-height: 1.2;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .product-trust__item {
    padding: 2px;
    grid-gap: 3px;
    font-size: 12px;
  }
}
@media screen and (max-width: 406px) {
  .product-trust__item {
    font-size: 10px;
  }
}
@media screen and (max-width: 340px) {
  .product-trust__item {
    grid-gap: 1px;
  }
}

.product-trust__icon::before {
  font-size: 25px;
}
@media screen and (max-width: 340px) {
  .product-trust__icon::before {
    font-size: 19px;
  }
}

.product-delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ecf7dd;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
}
.product-delivery .woocommerce-Price-amount.amount {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product-delivery {
    margin-bottom: 14px;
  }
}

.product-delivery__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 8px;
}

.product-delivery__title {
  color: #2c3b17;
  font-weight: 700;
  line-height: 1;
}

.product-delivery__sub {
  font-size: 13px;
  color: #2c3b17;
}

.product-delivery__right .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #2c3b17;
}

.product-delivery__icon::before {
  font-size: 20px;
  color: #2c3b17;
}

.product-delivery__pill {
  display: inline-block;
  background: #e8500a;
  color: #fff;
  border-radius: 20px;
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
}
.product-delivery__pill .woocommerce-Price-amount {
  color: #fff;
}

.product-delivery__amount--free {
  font-weight: 700;
  color: #2c3b17;
}

.product-delivery__amount--link {
  font-weight: 600;
  color: #305897;
  text-decoration: none;
}
@media only screen and (min-width: 1324px) {
  .product-delivery__amount--link:hover {
    text-decoration: underline;
  }
}

.store-availability {
  margin: 20px 0 0;
}

.store-availability summary {
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #292929;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  list-style: none;
  padding: 20px;
  border-radius: 10px;
}

.store-availability summary::-webkit-details-marker {
  display: none;
}

.store-availability details[open] summary::after {
  transform: rotate(180deg);
}

.store-availability summary::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  transition: transform 0.3s ease;
}

.store-availability .count {
  color: #666;
  font-weight: 400;
}

.store-availability__list {
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .store-availability__list {
    display: block;
  }
}

.store-availability__item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 20px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  flex: 42%;
  max-width: 42%;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .store-availability__item {
    flex: 100%;
    max-width: 100%;
  }
}

.store-availability__left {
  flex: 1;
}

.store-availability__name {
  font-weight: 600;
  font-size: 14px;
  color: #292929;
  margin-bottom: 2px;
}

.store-availability__type {
  font-size: 12px;
  color: #292929;
}

.store-availability__right {
  flex-shrink: 0;
  margin-left: 15px;
}

/* Status dots */
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot--green {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.dot--orange {
  background: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

.dot--red {
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.dot--gray {
  background: #9ca3af;
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.2);
}

/* Loading state */
.store-availability__loading {
  padding: 30px 20px;
  text-align: center;
  color: #888;
}

.store-availability__loading::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-top-color: #666;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 10px;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Empty state */
.store-availability__empty {
  padding: 30px 20px;
  text-align: center;
  color: #888;
}

.store-availability__empty-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

/* Error state */
.store-availability__error {
  padding: 20px;
  text-align: center;
  color: #dc2626;
  background: #fef2f2;
}

/* ── Related Products (slider mode) ───────────────────── */
.related-products .vat-info {
  display: none;
}

.related-products--slider .related-products__swiper {
  overflow: hidden;
  position: relative;
}
.related-products--slider .swiper-slide {
  height: auto;
  display: flex;
}
.related-products--slider .swiper-slide .product-tile__wrap {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.related-products--slider .related-products__nav {
  color: #f04e23;
  width: 36px;
  height: 36px;
}
.related-products--slider .related-products__nav::after {
  font-size: 16px;
  font-weight: 700;
}
.related-products--slider .related-products__nav.swiper-button-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .related-products--slider .related-products__nav {
    display: none;
  }
}

.information-block {
  padding: 20px 0;
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.information-block__container {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .information-block__container {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 16px;
  }
}
.information-block__title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
  white-space: nowrap;
}
.information-block__items {
  display: flex;
  align-items: center;
  grid-gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .information-block__items {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 8px;
  }
}
.information-block__item {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  font-size: 15px;
  color: #666;
}
.information-block__label {
  font-weight: 600;
  color: #333;
}
.information-block__value {
  font-weight: 400;
}

.sticky-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  will-change: transform;
  -webkit-transform: translateY(100%);
}
.sticky-cart.is-visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.sticky-cart__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.sticky-cart__product {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  min-width: 0;
}

.sticky-cart__thumb {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  flex-shrink: 0;
}

.sticky-cart__info {
  min-width: 0;
}

.sticky-cart__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #292929;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}

.sticky-cart__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 4px 8px;
  margin-top: 2px;
}

.sticky-cart__old-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.sticky-cart__badge {
  background: #f04e23;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}

.sticky-cart__price {
  font-size: 22px;
  font-weight: 700;
  color: #292929;
  width: 100%;
}

.sticky-cart__actions {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sticky-cart__actions {
    width: 100%;
  }
}

.sticky-cart__btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  font-family: "Roboto";
}
.sticky-cart__btn--primary {
  background: #f04e23;
  color: #fff;
  border: 2px solid #f04e23;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.sticky-cart__btn--primary::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("assets/images/cart-white.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.sticky-cart__btn--primary:hover {
  background-color: #cf3912;
  border-color: #cf3912;
}

@media screen and (max-width: 767px) {
  .sticky-cart__product {
    display: none;
  }
  .sticky-cart__inner {
    justify-content: center;
    padding: 8px 15px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }
  .sticky-cart__btn {
    padding: 12px 20px;
    font-size: 15px;
    flex: 1;
  }
}
/*# sourceMappingURL=style.css.map */
