/** Shopify CDN: Minification failed

Line 443:8 Expected identifier but found whitespace
Line 443:10 Unexpected "{"
Line 443:20 Expected ":"
Line 443:62 Expected ":"
Line 553:8 Expected identifier but found whitespace
Line 553:10 Unexpected "{"
Line 553:20 Expected ":"
Line 553:62 Expected ":"

**/
/*=====================================
  body hidden css
======================================*/
body.hidden {
  overflow-y: hidden;
  padding-right: 17px;
}
@media (max-width: 1199px) {
  body.hidden {
    padding-right: 0px;
  }
}
/*=====================================
  container css
======================================*/
.container {
  max-width: 1380px;
  padding: 0 15px;
}
@media(max-width: 1499px){
  .container {
    max-width: 1320px;
  }
}
@media(max-width: 1399px){
  .container {
    max-width: 1140px;
  }
}
@media(max-width: 1199px){
  .container {
    max-width: 960px;
    padding: 0 12px;
  }
}
@media(max-width: 991px){
  .container {
    max-width: 720px;
  }
}
@media(max-width: 767px){
  .container {
    max-width: 100%;
  }
}

/*=====================================
  container-fluid css
======================================*/
.container-fluid {
  padding: 0px 80px;
}
html.box-layout .container-fluid {
  padding: 0px 30px;
}
@media (max-width: 1499px) {
  .container-fluid {
    padding: 0px 40px;
  }
  html.box-layout .container-fluid {
    padding: 0px 30px;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0px 12px;
  }
  html.box-layout .container-fluid {
    padding: 0px 12px;
  }
}

/*=====================================
  toggler css
======================================*/
.navbar-toggler {
  display: flex;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
}

/*=====================================
  'a' tag css
======================================*/
a {
  display: inline-block;
  color: var(--font-color-header);
  text-decoration: none;
}
a:hover {
  color: var(--font-color-primary);
}
a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:focus {
  outline: none;
}

/*=====================================
  'span' tag css
======================================*/
span {
  display: inline-block;
}

/*=====================================
  'button' tag css
======================================*/
button {
  padding: 0;
  display: inline-block;  
  background: 0 0;
  font-family: var(--font-stack-body);
  border: none;
  line-height: normal;
}
button,
button:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
button,
button:focus {
  outline: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/*=====================================
  'ul', 'li' tag css
======================================*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*=====================================
  tooltip css
=====================================*/
.tooltip, .invalid-tooltip, .tooltip-inner, .valid-tooltip {
  text-transform:uppercase;
  font-size:13px;
  border-radius: 0;
}

/*=====================================
  box-layout css
=====================================*/
html.box-layout {
  margin: auto;
  height: auto;
  background-color: var(--box-body-bgcolor);
}
html.box-layout .bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html.box-layout body {
  max-width: 1350px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1399px) {
  html.box-layout body {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  html.box-layout body {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  html.box-layout body {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  html.box-layout {
    background-image: unset;
    background-color: unset;
  }
  html.box-layout body {
    max-width: 100%;
    box-shadow: none;
  }
}

/*=====================================
  banner hover css
======================================*/
.banner-hover {
  display: block;
  position: relative;
}
.banner-hover img {
  width: 100%;
  border-radius: 0;
}
.banner-hover:hover img {
  -webkit-filter: brightness(0.5);
  -o-filter: brightness(0.5);
  filter: brightness(0.5);
}
.banner-hover img,
.banner-hover:hover img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* product quantity css */
.product-quantity .cart-plus-minus {
  display: flex;
  position: relative;
  border: var(--sti-border);
  border-radius: var(--sti-border-radius);
}
.product-quantity .cart-plus-minus .qtybutton {
  font-size: 18px;
  position: absolute;
  height: 35px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
}
.product-quantity .cart-plus-minus .dec.qtybutton{
  left: 0;
  border-right: var(--sti-border);
}
.product-quantity .cart-plus-minus .inc.qtybutton{
  right: 0;
  border-left: var(--sti-border);
}
.product-quantity .cart-plus-minus input {
  height: 35px;
  width: 100px;
  text-align: center;
  border: none;
}
.product-quantity .cart-plus-minus.disabled{
  opacity: .65;
  pointer-events: none;
}

/*timer css*/
.timer-section ul.contdown_row{
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
}
.timer-section ul.contdown_row li{
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  border-radius: var(--sti-border-radius);
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.timer-section ul.contdown_row li:last-child{
  border-right: none;
}
.timer-section ul.contdown_row li span{
  display: block;
  line-height: 1;
}
.timer-section ul.contdown_row li span.countdown_timer{
  color: var(--font-color-header);
  font-size: 18px;
  font-weight: var(--sti-font-weight);
}
.timer-section ul.contdown_row li span.countdown_title{
  color: var(--font-color-primary);
  font-size: 12px;
  margin-top: 5px;
  font-weight: var(--sti-font-weight);
  text-transform: uppercase;
}
@media (max-width: 767px){
  .timer-section ul.contdown_row li{
    padding: 8px 20px;
    width: 25%;
    text-align: center;
  }
}
/* scrollbar css */
.scroll-bar,
.search-results,
.mini-cart ul.cart-item-loop,
.shop-sidebar ul.scrollbar,
.productmodal .modal-dialog .modal-body .quick-view-content{
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.scroll-bar::-webkit-scrollbar{
  height: 2px;
}
.search-results::-webkit-scrollbar,
.mini-cart ul.cart-item-loop::-webkit-scrollbar,
.shop-sidebar ul.scrollbar::-webkit-scrollbar,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar{
  width: 4px;
}
.search-results::-webkit-scrollbar-track,
.scroll-bar::-webkit-scrollbar-track,
.mini-cart ul.cart-item-loop::-webkit-scrollbar-track,
.shop-sidebar ul.scrollbar::-webkit-scrollbar-track,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar-track{
  background-color: #eee;
}
.search-results::-webkit-scrollbar-thumb,
.scroll-bar::-webkit-scrollbar-thumb,
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb,
.shop-sidebar ul.scrollbar::-webkit-scrollbar-thumb,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar-thumb{
  background-color: #c1c1c1;
}
.search-results::-webkit-scrollbar-thumb:hover,
.scroll-bar::-webkit-scrollbar-thumb:hover,
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb:hover,
.shop-sidebar ul.scrollbar::-webkit-scrollbar-thumb:hover,
.productmodal .modal-dialog .modal-body .quick-view-content::-webkit-scrollbar-thumb:hover{
  background-color: var(--font-color-primary);
}

/*=====================================
shopify challenge css
======================================*/
.shopify-challenge__container p.shopify-challenge__message {
  font-size: 18px;
}
.shopify-challenge__container .g-recaptcha {
  margin: 30px 0 !important;
}
.shopify-challenge__container .shopify-challenge__button {
  color: var(--font-color-primary);
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
  border: none;
}
.shopify-challenge__container .shopify-challenge__button:focus{
  border: none;
}

/* ---------------------------
  Header: compact + perfectly centered logo
  Paste at bottom of skin-theme.css
  --------------------------- */

/* Make header compact (adjust values if you want taller/shorter) */
.header-area {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  min-height: auto !important;
}

/* Keep header-inner positioned for absolute centering */
.header-main {
  position: relative; /* required for centered absolute logo */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Give left and right blocks flexible space so logo can center */
.header-main .main-menu-wrap,
.header-main .right-block {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

/* Ensure menu stays left and right-block stays right */
.header-main .main-menu-wrap { justify-content: flex-start; }
.header-main .right-block { justify-content: flex-end; }

/* Center logo absolutely in header to avoid visual shift */
.header-main .logo-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50; /* keep above other header elements */
  display: block;
  pointer-events: auto;
}

/* Ensure logo image respects max-width setting and scales */
.header-main .logo-wrap a.theme-header-logo,
.header-main .logo-wrap a.theme-header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* If you added a shop-specific logo width setting (logo_header_max_width),
   keep it applied but don't let it create misalignment */
a.theme-header-logo img {
  width: {{ settings.logo_header_max_width | default: 170 }}px;
  max-width: 100%;
}

/* Mobile tweaks: stack / simplify */
@media (max-width: 991px) {
  .header-main {
    display: flex;
    align-items: center;
  }
  .header-main .main-menu-wrap {
    /* keep menu hidden / collapsed on mobile as per your existing mobile menu */
    flex: 0 1 auto;
  }
  .header-main .right-block { flex: 0 1 auto; }
  /* Keep logo centered but smaller on mobile */
  .header-main .logo-wrap {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  a.theme-header-logo img {
    width: min({{ settings.logo_header_max_width | default: 170 }}px, 120px);
  }
}

/* Optional: if any sticky script sets large padding or margin, force it neutral */
.header-kaj,
.header-area.is-sticky,
.header-area.is-sticky .header-main {
  margin: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Safety: prevent unintended hover transform on the logo on shop pages
   (removes scale/animation if applied by other css) */
.template-collection .logo-wrap a.theme-header-logo img,
.template-product .logo-wrap a.theme-header-logo img,
.template-page.shop .logo-wrap a.theme-header-logo img {
  transform: none !important;
  transition: none !important;
}

/* Remove down arrows next to menu items */
.menu-link.parant i.ri-arrow-down-s-line {
  display: none !important;
}

/* Optional: prevent layout shift when arrow is removed */
.menu-link.parant .sp-link-title {
  margin-right: 0 !important;
}

/* ---------------------------
  Header: compact + perfectly centered logo
  Paste at bottom of skin-theme.css
  --------------------------- */

/* Make header compact (adjust values if you want taller/shorter) */
.header-area {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  min-height: auto !important;
}

/* Keep header-inner positioned for absolute centering */
.header-main {
  position: relative; /* required for centered absolute logo */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Give left and right blocks flexible space so logo can center */
.header-main .main-menu-wrap,
.header-main .right-block {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

/* Ensure menu stays left and right-block stays right */
.header-main .main-menu-wrap { justify-content: flex-start; }
.header-main .right-block { justify-content: flex-end; }

/* Center logo absolutely in header to avoid visual shift */
.header-main .logo-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50; /* keep above other header elements */
  display: block;
  pointer-events: auto;
}

/* Ensure logo image respects max-width setting and scales */
.header-main .logo-wrap a.theme-header-logo,
.header-main .logo-wrap a.theme-header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* If you added a shop-specific logo width setting (logo_header_max_width),
   keep it applied but don't let it create misalignment */
a.theme-header-logo img {
  width: {{ settings.logo_header_max_width | default: 170 }}px;
  max-width: 100%;
}

/* Mobile tweaks: stack / simplify */
@media (max-width: 991px) {
  .header-main {
    display: flex;
    align-items: center;
  }
  .header-main .main-menu-wrap {
    /* keep menu hidden / collapsed on mobile as per your existing mobile menu */
    flex: 0 1 auto;
  }
  .header-main .right-block { flex: 0 1 auto; }
  /* Keep logo centered but smaller on mobile */
  .header-main .logo-wrap {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  a.theme-header-logo img {
    width: min({{ settings.logo_header_max_width | default: 170 }}px, 120px);
  }
}

/* Optional: if any sticky script sets large padding or margin, force it neutral */
.header-kaj,
.header-area.is-sticky,
.header-area.is-sticky .header-main {
  margin: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Safety: prevent unintended hover transform on the logo on shop pages
   (removes scale/animation if applied by other css) */
.template-collection .logo-wrap a.theme-header-logo img,
.template-product .logo-wrap a.theme-header-logo img,
.template-page.shop .logo-wrap a.theme-header-logo img {
  transform: none !important;
  transition: none !important;
}

/* Remove down arrows next to menu items */
.menu-link.parant i.ri-arrow-down-s-line {
  display: none !important;
}

/* Optional: prevent layout shift when arrow is removed */
.menu-link.parant .sp-link-title {
  margin-right: 0 !important;
}

/* Remove dropdown hover box for About Us & Shop when empty */
.menu-link.parant:hover .dropdown-submenu,
.menu-link.parant:focus .dropdown-submenu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Also prevent the link area from triggering dropdown hover */
.menu-link.parant > a.link-title::after {
  display: none !important;
}


/* --- Fix mobile header layout & remove extra padding --- */
@media (max-width: 768px) {
  .header-kaj {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }

  .header-area {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 60px; /* maintain balanced height */
  }

  /* Center logo perfectly */
  .header-main .logo-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 4;
  }

  /* Logo size for mobile */
  .header-main .logo-wrap img {
    max-width: 100px !important;
    height: auto;
  }

  /* Keep icons and menu aligned horizontally */
  .header-element.main-menu-wrap,
  .header-element.right-block {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Prevent header overlap */
  .mobile-menu {
    z-index: 1000 !important;
  }

  /* Restore slider heading visibility */
  .slideshow__text,
  .slideshow__heading {
    position: relative;
    z-index: 2 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* --- Shop page header spacing fix (desktop + mobile) --- */
.template-page-shop .header-kaj,
.template-collection .header-kaj {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* --- Fix: Move hamburger (three-line) icon back to the left on mobile --- */
@media (max-width: 991px) {
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Make sure the side-wrap toggle sits on the left */
  .header-main .side-wrap.toggle-wrap {
    order: -1; /* Moves it to the far left */
    margin-right: auto;
  }

  /* Ensure the logo remains centered */
  .header-main .logo-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
  }

  /* Keep cart/login/etc. on the right */
  .header-main .right-block {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* Optional: tighten spacing around the icon */
  .side-wrap.toggle-wrap button.navbar-toggle {
    padding: 6px;
    background: none;
    border: none;
  }
}
/* ===== Hide hamburger toggle on desktop, show only on mobile ===== */
@media (min-width: 992px) {
  .side-wrap.toggle-wrap,
  .navbar-toggle,
  button.navbar-toggle {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .side-wrap,
  .side-wrap.toggle-wrap {
    list-style: none !important;
  }
  .side-wrap.toggle-wrap::marker {
    content: none !important;
  }
}

/* ---------- Mobile Slider Text Overlay Fix (No Image Repetition) ---------- */
@media (max-width: 991px) {
  /* Keep each slide isolated */
  .slide-image {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    width: 100% !important;
    height: auto !important;
    background: none !important;
  }

  /* Ensure only one image shows at a time */
  .slide-image img {
    display: none !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* Show only the mobile version */
  .slide-image img.mobile-img {
    display: block !important;
  }

  /* Text overlay positioning */
  .slide-image .slider-info-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    text-align: center !important;
    z-index: 5 !important;
    padding: 0 10px !important;
  }

  /* Optional dark overlay for readability */
  .slide-image::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.25) !important;
    z-index: 3 !important;
  }

  /* Text styling */
  .slider-text-info h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    color: #fff !important;
  }

  .slider-text-info p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #f2f2f2 !important;
  }

  .slider-info-content,
  .slider-text-info {
    z-index: 6 !important;
  }
}
