/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  width: auto;
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

#header {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

#header .container,
#header .container-v1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

#header .row {
  min-height: 58px !important; }

#header .logo img {
  max-height: 44px !important;
  width: auto !important; }

#header .menu .nav-link,
#header .menu ul li .nav-link {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  line-height: 1.2 !important; }

#header .currencies-login .cart-login-search ul li a {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

#header .logo img {
  width: 115px !important;
  max-height: none !important; }

/* Header menu hover color */
#header .menu ul li a:hover,
#header .menu ul li .nav-link:hover,
#header .menu ul li:hover > a,
#header .menu ul li:hover > .nav-link {
  color: #0b7fc3 !important; }

/* Mega menu left side hover */
#header .dropdown-menu.shop a:hover,
#header .dropdown-menu.shop .menu_lv2:hover,
#header .dropdown-menu.shop .menu_lv3:hover {
  color: #0b7fc3 !important; }

/* Mega menu right side product hover */
#header .mega-bestseller-card:hover,
#header .mega-bestseller-card:hover h4,
#header .mega-bestseller-card:hover p {
  color: #0b7fc3 !important; }

/* Orange underline/label hover remove or blue */
#header .menu ul li a:before,
#header .menu ul li a:after,
#header .dropdown-menu.shop a:before,
#header .dropdown-menu.shop a:after {
  border-color: #0b7fc3 !important;
  background-color: #0b7fc3 !important; }

.random_product, .visitor {
  margin-top: 20px;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  display: none; }

.size-guide,
.ask-question {
  display: none !important; }

.list-size li,
.list_color li {
  display: inline-block !important;
  margin: 0 10px 10px 0 !important; }

.list-size li a,
.list_color li a {
  display: inline-block !important;
  min-width: 100px !important;
  padding: 12px 18px !important;
  text-align: center !important;
  white-space: nowrap !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  height: auto !important;
  width: auto !important;
  line-height: normal !important; }

/* STYLE + FRAME filters ko normal text list banane ke liye */
#flt_style ul,
#flt_frame ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px; }

#flt_style li,
#flt_frame li {
  width: 100% !important;
  margin: 0 !important; }

#flt_style label,
#flt_frame label,
#flt_style a,
#flt_frame a {
  display: block !important;
  border: none !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  white-space: normal !important;
  text-align: left !important; }

/* STYLE aur FRAME ko text list bana do */
#flt_style label,
#flt_frame label,
#flt_style a,
#flt_frame a {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  font-size: 15px !important;
  color: #111 !important;
  white-space: normal !important;
  text-transform: none !important; }

/* Hover par text black hi rahe */
#flt_frame label:hover,
#flt_frame a:hover,
#flt_style label:hover,
#flt_style a:hover {
  color: #111 !important;
  background: transparent !important; }

/* Ek ke niche ek */
#flt_style ul,
#flt_frame ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px; }

.list_style li,
.list_frame li {
  display: block;
  margin-bottom: 12px; }

.list_style a,
.list_frame a {
  background: none !important;
  border: none !important;
  color: #111 !important;
  font-size: 15px;
  padding: 0 !important; }

.list_style a:hover,
.list_frame a:hover {
  color: #111 !important; }

.filter-color ul li {
  display: block !important;
  width: 100%;
  margin-bottom: 12px; }

.filter-color ul li a {
  background: none !important;
  border: none !important;
  color: #111 !important;
  padding: 0 !important;
  display: block;
  text-align: left; }

.filter-color ul li a:hover {
  color: #111 !important;
  background: none !important; }

.filter-color ul li input {
  display: none; }

.product-benefits {
  margin: 20px 0 !important;
  padding: 20px !important;
  border: 1px solid #d9e7ff !important;
  border-radius: 15px !important;
  background: #fff !important;
  width: 100% !important;
  box-sizing: border-box !important; }

.product-benefits h3 {
  text-align: center !important;
  color: #2563eb !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 20px !important;
  line-height: 1.2 !important; }

.product-benefits .benefits-grid {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 10px !important; }

.product-benefits .benefit-item {
  flex: 1 !important;
  text-align: center !important; }

.product-benefits .benefit-icon {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 10px !important;
  border-radius: 50% !important;
  background: #eef4ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important; }

.product-benefits .benefit-item span {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #222 !important; }

.product-benefits .safe-checkout {
  margin-top: 18px !important;
  padding-top: 15px !important;
  border-top: 1px solid #eee !important;
  text-align: center !important;
  color: #2563eb !important;
  font-size: 16px !important;
  font-weight: 600 !important; }

@media (max-width: 767px) {
  .product-benefits {
    padding: 15px !important; }

  .product-benefits h3 {
    font-size: 20px !important; }

  .product-benefits .benefits-grid {
    flex-wrap: wrap !important; }

  .product-benefits .benefit-item {
    width: 48% !important;
    flex: none !important;
    margin-bottom: 15px !important; }

  .product-benefits .benefit-icon {
    width: 50px !important;
    height: 50px !important;
    font-size: 22px !important; }

  .product-benefits .benefit-item span {
    font-size: 12px !important; } }
.product-benefits .benefit-icon {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 10px !important;
  border-radius: 50% !important;
  background: #eef4ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #2563eb !important;
  /* BLUE ICON */
  font-size: 26px !important; }

.trust-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: -35px 0 35px; }

.trust-box {
  border: 1px solid #d9e7ff;
  background: #fff;
  padding: 25px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  transition: .35s; }

.trust-box .icon {
  font-size: 34px;
  color: #2563eb;
  margin-bottom: 12px; }

.trust-box h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
  margin: 0; }

.trust-box p {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -80px;
  opacity: 0;
  transition: .35s;
  font-size: 13px;
  color: #666; }

.trust-box:hover {
  border-color: #2563eb; }

.trust-box:hover p {
  bottom: 15px;
  opacity: 1; }

.trust-box:hover h4 {
  transform: translateY(-8px); }

@media (max-width: 768px) {
  .trust-boxes {
    grid-template-columns: repeat(2, 1fr); } }
.trust-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 950px;
  margin: -35px auto 25px; }

.trust-box {
  border: 1px solid #d9e7ff;
  background: #fff;
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
  min-height: 150px;
  transition: all .3s ease; }

.trust-box:hover {
  border-color: #2563eb;
  box-shadow: 0 5px 20px rgba(37, 99, 235, 0.08); }

.trust-box .icon {
  font-size: 26px;
  color: #2563eb;
  margin-bottom: 10px; }

.trust-box h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 12px;
  line-height: 1.5; }

.trust-box p {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin: 0; }

@media (max-width: 768px) {
  .trust-boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: -10px auto 20px; }

  .trust-box {
    min-height: 160px;
    padding: 15px 10px; }

  .trust-box .icon {
    font-size: 22px; }

  .trust-box h4 {
    font-size: 11px; }

  .trust-box p {
    font-size: 11px; } }
.trust-box {
  border: 1px solid #d9e7ff;
  background: #fff;
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
  min-height: 170px;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }

.trust-box p {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
  opacity: 0;
  max-height: 0;
  transition: all .3s ease; }

.trust-box:hover p {
  opacity: 1;
  max-height: 210px; }

.trust-box h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  margin: 0;
  line-height: 1.5; }

.trust-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 950px;
  margin: -15px auto 25px; }

.trust-box {
  position: relative;
  border: 1px solid #d9e7ff;
  background: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all .3s ease; }

.trust-box .icon,
.trust-box h4 {
  transition: .3s ease; }

.trust-box .icon {
  font-size: 26px;
  color: #2563eb;
  margin-bottom: 10px; }

.trust-box h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  line-height: 1.5;
  margin: 0; }

.trust-box p {
  position: absolute;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  transition: .3s ease; }

.trust-box:hover .icon,
.trust-box:hover h4 {
  opacity: 0;
  visibility: hidden; }

.trust-box:hover p {
  opacity: 1;
  visibility: visible; }

.content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.trust-box:hover .content {
  opacity: 0; }

.breadcrumb_collection2 .bg-breadcrumb .bread-crumb i, .breadcrumb_collection2 .bg-breadcrumb .bread-crumb strong {
  color: #fff;
  display: none; }

.breadcrumb_collection2 .bg-breadcrumb .bread-crumb a {
  color: #fff;
  display: none; }

.page_aboutus_v1 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.page_aboutus_v1 .container,
.page_aboutus_v1 .row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.page_aboutus_v1 .about-content,
.page_aboutus_v1 .content-about,
.page_aboutus_v1 .box-about {
  display: none !important; }

.page_aboutus_v1 {
  min-height: auto !important;
  height: auto !important; }

/* STYLE FILTER FIX */
.filter-color .list_color li {
  display: block !important;
  margin-bottom: 14px !important; }

.filter-color .list_color li a {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
  padding: 0 !important; }

.filter-color .list_color li a::before,
.filter-color .list_color li a::after {
  display: none !important;
  content: none !important; }

.filter-color .list_color li span {
  font-size: 18px;
  color: #111; }

.filter-color .list_color input[type="checkbox"] {
  display: inline-block !important;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle; }

.filter-color .cat-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px; }

.breadcrumb_collection .bread-crumb strong {
  color: #212529 !important; }

.breadcrumb_collection .title-page h2 {
  color: #212529 !important; }

.breadcrumb_collection .bread-crumb strong {
  color: #212529 !important; }

.breadcrumb_collection .bread-crumb a {
  color: #212529 !important; }

.breadcrumb_collection .bread-crumb a i {
  color: #212529 !important; }

@media (max-width: 767px) {
  /* MAIN FOOTER WRAPPER */
  .footer_v1 .top-footer {
    padding: 40px 0 20px !important; }

  /* FIX GRID BREAK ISSUE */
  .footer_v1 .top-footer .row {
    display: flex !important;
    flex-wrap: wrap !important; }

  .footer_v1 .top-footer [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    text-align: left !important; }

  /* LOGO FIX */
  .footer_v1 .logo-top {
    text-align: left !important;
    margin-bottom: 15px !important; }

  .footer_v1 .logo-top img {
    max-width: 160px !important;
    height: auto !important; }

  /* TEXT FIX */
  .footer_v1 .content_footer {
    text-align: left !important;
    margin-bottom: 15px !important; }

  /* SOCIAL ICONS */
  .footer_v1 .list-icon ul {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 0 !important; }

  /* FOOTER HEADINGS */
  .footer_v1 .title_footer h4 {
    text-align: left !important;
    margin-bottom: 10px !important; }

  /* LINKS */
  .footer_v1 .info_footer ul li {
    margin-bottom: 8px !important; }

  .footer_v1 .info_footer ul li a {
    display: inline-block !important; }

  /* COPYRIGHT SECTION */
  .footer_v1 .copyright .row {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important; }

  .footer_v1 .copyright .text-copyright {
    text-align: center !important; }

  /* PAYMENT ICONS */
  .payment-icons {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important; }

  .payment-icons img {
    max-height: 26px !important;
    margin: 0 !important; }

  /* REMOVE BORDER ALIGN ISSUE */
  .footer_v1 .info_footer .title_border:after {
    left: 0 !important;
    right: auto !important;
    transform: none !important; } }
@media (max-width: 576px) {
  .trust-boxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px; }

  .trust-box {
    text-align: center;
    padding: 15px; }

  .trust-box .icon {
    font-size: 22px;
    margin-bottom: 6px; }

  .trust-box h4 {
    font-size: 16px;
    margin-bottom: 5px; }

  .trust-box p {
    font-size: 13px;
    line-height: 1.4; } }
@media (max-width: 576px) {
  .trust-boxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 16px;
    /* 👈 left-right space */ }

  .trust-box {
    width: 100%;
    max-width: 340px;
    /* 👈 box thoda chota */
    margin: 0 auto;
    /* 👈 center align */
    padding: 16px 14px;
    border-radius: 10px; }

  .trust-box .icon {
    font-size: 22px;
    margin-bottom: 6px; }

  .trust-box h4 {
    font-size: 15px;
    margin-bottom: 6px; }

  .trust-box p {
    font-size: 13px;
    line-height: 1.4; } }
@media (max-width: 768px) {
  .newsletter-popup,
  .popup-newsletter,
  .klaviyo-popup,
  #newsletter-popup,
  .mfp-wrap {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important; } }
.quick-view,
.icon-quickview,
.engoj_btn_quickview {
  display: none !important; }

.shopify-policy__container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 40px 20px !important; }

.shopify-policy__body {
  max-width: 100% !important;
  width: 100% !important; }

.shopify-policy__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px; }

.shopify-policy__content {
  font-size: 15px;
  line-height: 1.7; }

.warranty-policy-container {
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.vat-policy-container {
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.vat-policy-page {
  padding: 60px 0; }

.vat-policy-page h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px; }

.ai-filter-sidebar- {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  position: relative !important; }

.ciloe-size-guide .content_size_guide .layout_size_guide.active {
  height: auto !important;
  max-height: 80vh;
  overflow-y: auto; }

.breadcrumb_collection3 .bg-breadcrumb .bread-crumb i, .breadcrumb_collection3 .bg-breadcrumb .bread-crumb strong {
  color: #fff;
  display: none; }

.breadcrumb_collection3 .bg-breadcrumb .bread-crumb a {
  color: #fff;
  display: none; }

.ai-add-to-cart-btn-ad2ldduxtbefznmhrtaigenblock8b740a39eyuhh {
  width: 100%;
  padding: 12px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: none; }

/* Checkbox + Label ko same line me align karo */
.ai-filter-label-ad2ldduxtbefznmhrtaigenblock8b740a39eyuhh {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  line-height: 1.4;
  margin-bottom: 0;
  vertical-align: middle; }

/* Checkbox aur label ke parent ko bhi align karo */
.ai-filter-item-ad2ldduxtbefznmhrtaigenblock8b740a39eyuhh {
  display: flex;
  align-items: center;
  gap: 8px; }

/* Checkbox */
.ai-filter-item-ad2ldduxtbefznmhrtaigenblock8b740a39eyuhh input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0; }

/* Hide wishlist icon */
.ai-wishlist-btn-ad2ldduxtbefznmhrtaigenblock8b740a39eyuhh {
  display: none !important; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 20px; }

.related-item img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 8px; }

/* Product description list text black */
.tab-content ul li {
  color: #000 !important; }

/* Agar paragraph bhi black chahiye */
.tab-content p {
  color: #000 !important; }

/* Strong/Bold text bhi black */
.tab-content strong,
.tab-content b {
  color: #000 !important; }

.prod_extended .content-page-detail .detail-info .btn-action .shop-button, .product_sidebar .content-page-detail .detail-info .btn-action .shop-button {
  width: calc(100% - 90px);
  font-family: Jost;
  transition: all .3s ease;
  padding: 0 39px;
  height: 55px;
  font-size: 14px;
  background: #3789e1;
  letter-spacing: .2em;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  transition: .3s;
  text-align: center;
  margin: 1px; }

/* Quantity + Add to Cart + Buy Now */
.detail-attr.qty-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%; }

/* Quantity Box */
.detail-attr.qty-cart > div:first-child {
  flex: 0 0 80px; }

/* Both Buttons */
.detail-attr.qty-cart .shop-button {
  flex: 1;
  width: auto !important;
  min-width: 0;
  height: 55px;
  padding: 0 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box; }

/* Buy Now Button */
.buy-now-btn {
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer; }

.buy-now-btn:hover {
  background: #222; }

/* Mobile */
@media (max-width: 767px) {
  .detail-attr.qty-cart {
    gap: 8px; }

  .detail-attr.qty-cart > div:first-child {
    flex: 0 0 60px; }

  .detail-attr.qty-cart .shop-button {
    flex: 1;
    width: auto !important;
    padding: 0 8px !important;
    font-size: 13px;
    height: 50px;
    white-space: nowrap;
    letter-spacing: 0; } }
/* ======================================
   Disable Product Hover Image
   ====================================== */
.product-item .product-thumb {
  position: relative;
  overflow: hidden; }

.product-item .product-thumb .second-image {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
  transition: none !important; }

.product-item:hover .product-thumb .second-image {
  opacity: 0 !important;
  visibility: hidden !important; }

.product-item .product-thumb img {
  transform: none !important;
  transition: all .3s ease; }

.product-item:hover .product-thumb img {
  transform: none !important; }

/* ===========================
   Mobile Add to Cart & Buy Now
=========================== */
@media (max-width: 767px) {
  .detail-attr.qty-cart {
    display: flex !important;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap; }

  .detail-attr.qty-cart input[type="number"] {
    width: 55px;
    min-width: 55px;
    height: 48px;
    text-align: center;
    padding: 0;
    font-size: 15px; }

  .detail-attr.qty-cart .engoj-btn-addtocart,
  .detail-attr.qty-cart .buy-now-btn {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }

  .detail-attr.qty-cart .engoj-btn-addtocart {
    background: #d4004f;
    color: #fff; }

  .detail-attr.qty-cart .buy-now-btn {
    background: #000;
    color: #fff; } }
@media (max-width: 767px) {
  .detail-attr.qty-cart .engoj-btn-addtocart,
  .detail-attr.qty-cart .buy-now-btn {
    font-size: 13px !important;
    letter-spacing: 0;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis; } }
@media (max-width: 767px) {
  .footer_v1 .top-footer .row {
    margin-bottom: 0 !important; }

  .footer_v1 .top-footer .col-lg-3:last-child,
  .footer_v1 .top-footer .col-md-4:last-child {
    margin-bottom: 0 !important; } }
div[class*="ai-sort-by-"] {
  display: none !important; }

/* Desktop */
.trust-boxes {
  display: flex;
  gap: 20px; }

.trust-box {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: .3s ease; }

/* Mobile Fix */
@media (max-width: 767px) {
  .trust-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px; }

  .trust-box {
    height: auto !important;
    min-height: 170px;
    padding: 20px; }

  .trust-box p {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    margin-top: 12px;
    max-height: none !important;
    overflow: visible !important;
    display: block !important; }

  .trust-box:hover p {
    opacity: 1 !important;
    transform: none !important; }

  .trust-box h4 {
    margin: 10px 0; } }
/* Mobile only */
@media (max-width: 767px) {
  .trust-boxes {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important; }

  .trust-box {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    min-height: auto !important;
    padding: 20px !important;
    box-sizing: border-box; }

  .trust-box h4 {
    font-size: 18px;
    margin: 12px 0 8px; }

  .trust-box p {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 10px;
    line-height: 1.6; }

  .trust-box .icon {
    font-size: 28px;
    margin-bottom: 10px; } }
/* Mobile Only */
@media (max-width: 767px) {
  .trust-box {
    height: auto !important;
    min-height: unset !important; }

  .trust-box h4 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: block !important; }

  .trust-box p {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    display: block !important;
    margin-top: 10px;
    max-height: none !important;
    overflow: visible !important; }

  /* Hover effect disable only on mobile */
  .trust-box:hover h4,
  .trust-box:hover p {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important; } }
@media (max-width: 767px) {
  .trust-box:nth-child(3) .icon i {
    color: #2F80ED !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 32px !important; } }
