@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Serif+Display:ital@0;1&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}
a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.clear {
  clear: both;
}

.ovh {
  overflow: hidden;
}

.error {
  color: red;
}

.success {
  color: green;
}

a:hover {
  text-decoration: none;
}

.headline {
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
}

.headline h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.headline h3 {
  font-size: 18px;
  margin-top: 0;
}

.headline-white {
  color: #fff;
}

.bg-gray {
  background: #f2f3f3 !important;
}

.bg-white {
  background: #ffffff !important;
}

.top {
  width: 100%;
  height: 35px;
  background: #e6e6e6;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.ticker-track {
  top: 45%;
  display: flex;
  position: absolute;
  white-space: nowrap;
}

.ticker-track span {
  color: #000;
  padding-right: 80px;
  font-size: 14px;
}

/* /////////////////////////////////// */

.header {
  width: 100%;
  height: auto;
  background: #fff;
}

.header .inner {
  height: auto;
  display: table;
}

.header .logo {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.header .logo img {
  max-width: 100%;
  height: 40px;
}

.header .search-area {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.header .search-area .form-group {
  position: relative;
  width: 100%;
  display: flex;
  padding-right: 15px;
  gap: 5px;
}
.header .search-area .search-btn {
  position: absolute;
  top: 50%;
  right: 18px;

  transform: translateY(-50%);
}
.header .search-area button {
  background-color: rgb(233, 235, 236);
  color: #818181;
  width: 33px;
  height: 33px;
  padding: 0;
  font-size: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  /* border-radius: 0 4px 4px 0; */
  /* margin-left: -2px; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.header .search-area button svg {
  margin-bottom: 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.header .search-area button:hover {
  background-color: #000;
}

.header .search-area form {
  width: 100%;
  display: flex;

}


.header .search-area input {
  /* width: 100%; */
  height: 40px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 0 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
}

.header .search-area input:focus {
  box-shadow: none !important;
  border: 1px solid #3d3d3d;
}

.header .cartli a{
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.header .cartli .icon-badge {
  position: absolute;
  top: -13px;
  right: -12px;
  width: fit-content;
  background: #000000;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 3px;
  display: flex;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.header .right {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}

.header .right ul {
  float: right;
  margin-bottom: 0;
}

.header .right ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000;
  transition:
  all 0.3s ease-in-out;
  font-size: 17px;

  list-style-type: none;
  float: left;
  margin-left: 15px;
  
}
.header .right ul li svg {
  stroke: #000;
}
.header .right ul li.desktop-notification-wrapper {
    overflow: visible;
    position: relative;
}

.header .right ul li.desktop-notification-wrapper .notification-btn {
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .right ul li.desktop-notification-wrapper .notification-count {
    top: -7px;
    right: -7px;
    z-index: 5;
}
/* .header .right ul li {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
} */
.header .right ul li:hover{
  color: #a0a0a0 !important;
  border-radius: 20%;
}
.header .right ul li:hover svg{
  stroke: #a0a0a0 !important;
}
.header .navbar-form .search-top {
  width: 100%;
}
.header .cartli:hover i{
  color: #a0a0a0 !important;
}

.nav {
  /* background: #0d1452; */
  background: #000;
  padding: 0;
}

.menu-container {
  width: 100%;
  position: relative;
  /* background: #0d1452; */
}
.custom-container{
    width:100%;

    padding-left:24px;
    padding-right:24px;

    margin:0 auto;
}
/* Telefon *//*.product-card .prod-ftd*/
@media(max-width:991px){
    .limited-badge{
        top:auto !important;
        bottom: 5px !important;
        left:50% !important;
        right:auto !important;

        transform:translateX(-50%) !important;

        width:max-content !important;
        white-space:nowrap;
    }
    

    .product-card .prod-ftd{
      height: 25px !important;
      line-height: 25px !important;
      font-size: 15px !important;
      top: 17px !important;
    }
    .product .custom-container{
        width:100%;
        max-width:100%;
        padding-left:5px !important;
        padding-right:5px !important;
        overflow:hidden;
    }

    .product-carousel{
        width:100%;
        max-width:100%;
        overflow:hidden;
    }

    .product-carousel .owl-stage-outer{
        width:100%;
        overflow:visible;
    }

    .product-carousel .owl-stage{
        display:flex;
        align-items:stretch;
    }

    .product-carousel .owl-item{
        padding:0 5px;
        display:flex;
        height:auto !important;
    }

    .product-carousel .product-card{
        width:100%;
        height:100% !important;
        min-height:0 !important;

        display:flex;
        flex-direction:column;
    }

    .product-card-image{
        height:250px !important;
        min-height:0 !important;
        flex:0 0 250px;
    }

    .product-card-image img{
        height:250px !important;
        object-fit:contain;
    }

    .product-card-content{
        padding:12px !important;
        height:auto !important;
        min-height:0 !important;

        display:flex;
        flex-direction:column;
        flex:1;
    }

    .product-card-title{
        font-size:14px !important;
        line-height:1.25;
    }

    .product-card-price{
        margin-top:6px;
        margin-bottom:10px;
    }

    .current-price{
        font-size:18px !important;
    }

    .old-price{
        font-size:13px !important;
    }

    .product-card-btn{
        height:40px !important;
        font-size:14px !important;
        margin-top:auto;
    }

}
/* Laptop */
@media (min-width:1200px){

    .custom-container{
        max-width:1500px;
    }

}

/* Veliki monitor */
@media (min-width:1600px){

    .custom-container{
        max-width:1500px;
    }

}

/* Ultra wide / TV */
@media (min-width:1920px){

    .custom-container{
        max-width:1650px;
    }

}


.category-showcase-section{
    padding:70px 0;
    background:#fff;
}

.custom-container{
    width:min(100% - 40px, 1650px);
    margin-inline:auto;
}

.category-showcase-image{
    width:100%;
    height:560px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius:34px;

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    box-shadow:0 22px 55px rgba(0,0,0,.08);
}

.category-shapes-card{
    height:100%;
    min-height:560px;

    border-radius:34px;

    background:
        radial-gradient(circle at 85% 15%, rgba(212,175,55,.18), transparent 30%),
        linear-gradient(135deg, #fafafa, #f3f0ec);

    padding:55px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    overflow:hidden;
}

.category-mini-title{
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

    color:#9a7a2f;

    margin-bottom:14px;
}

.category-shapes-card h2{
    max-width:520px;

    font-size:42px;
    line-height:1.08;
    font-weight:800;

    color:#111;

    margin-bottom:38px;
}

.category-shapes-grid{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

.category-shape{
    min-width:130px;
    height:130px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:18px;

    border-radius:50%;

    background:#fff;
    color:#111;

    font-size:15px;
    font-weight:700;

    text-decoration:none;

    box-shadow:0 14px 35px rgba(0,0,0,.07);

    transition:.25s ease;
}

.category-shape:hover{
    transform:translateY(-6px) scale(1.03);
    color:#111;
}

.shape-large{
    width:190px;
    border-radius:34px;
}

.shape-pill{
    width:210px;
    height:86px;
    border-radius:999px;
}

.shape-circle{
    width:130px;
    height:130px;
}

.category-shape.dark{
    background:#111;
    color:#fff;
}

.category-shape.gold{
    background:linear-gradient(135deg,#f6e27a,#d4af37,#fff4c7,#c89b2c);
    color:#111;
}

.category-shape.silver{
    background:linear-gradient(
        135deg,
        #f5f7fa 0%,
        #d6dbe1 25%,
        #ffffff 50%,
        #b8c0cc 75%,
        #eef2f7 100%
    ) !important;

    color:#111;
}

.category-shape.light{
    background:#f7f7f7;
}

@media(max-width:991px){

    .category-showcase-image,
    .category-shapes-card{
        min-height:auto;
        height:auto;
    }

    .category-showcase-image{
        height:420px;
    }

    .category-shapes-card{
        padding:35px 24px;
    }

    .category-shapes-card h2{
        font-size:30px;
    }

    .category-shape{
        min-width:120px;
        height:90px;
        border-radius:24px;
        flex:1 1 calc(50% - 16px);
    }

}
/* 
.menu-mobile {
  display: none;
  padding: 20px;
  color: #fff;
}

.menu-mobile:hover {
  color: #fff;
}

.menu-mobile:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
} */

.menu-dropdown-icon:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu>ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  display: flex;
  text-align: center;
  align-items: center;
  /*background: #76767e;*/
  padding: 0;
  margin: 0;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 10px 10px;
  display: block;
  color: #fff;
  font-size: 13px;
}

.menu>ul>li:hover {
  background: #ffffff25;
}

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  top: 100%;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu>ul>li>ul>li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #333;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

.menu>ul>li>ul.normal-sub {
  width: 220px;
  left: auto;
  padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  border: 0;
  padding: 1em 0;
}


.drag-text-wrapper {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    background: #000;
}

.drag-text-wrapper::-webkit-scrollbar {
    display: none;
}
.drag-text {
    display: flex;
    gap: 20px;
    width: max-content;
    white-space: nowrap;
}

.drag-text ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.drag-text>ul>li {
  display: flex;
  text-align: center;
  align-items: center;
  /*background: #76767e;*/
  padding: 0;
  margin: 0;
}

.drag-text>ul>li a {
  text-decoration: none;
  padding: 10px 10px;
  display: block;
  color: #fff;
  font-size: 13px;
}

.drag-text>ul>li:hover {
  background: #ffffff25;
}


/* .mob-navbar{
  position: fixed;
  width: 100%;
  height: 40px;
  background: #ff0000;
  bottom: 0;
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 768px) {
  .mob-navbar{display: flex;}
} */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */


  /* .menu-mobile {
    display: block;
  }

  .menu-dropdown-icon:before {
    display: block;
  }

  .menu>ul {
    display: none;
  }

  .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
  }

  .menu>ul>li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }

  .menu>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  .menu>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
  } */
}

.bx-wrapper {
  position: relative;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}

.bx-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.welcome {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
  text-align: center;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.welcome .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #333;
}

.welcome h2 {
  color: #fff;
  margin-bottom: 25px;
}

.welcome p {
  color: #fff;
}

.welcome p.button {
  color: #fff;
  margin-top: 35px;
}

.welcome p.button a {
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  transition: all 0.4s ease;
  text-decoration: none;
}

.welcome p.button a:hover {
  background: #fff;
  color: #0d1452;
}

.service {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
}

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

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

.service .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #0d1452;
  color: #fff;
  font-size: 38px;
  border-radius: 50%;
}

.product .product-carousel {
  position: relative;
}

.product .owl-controls {
  position: absolute;
  top: -60px;
  right: 0;
  opacity: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
  background: #353535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
  font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
  background: #0d1452;
}
/****************************************/
.product-carousel .owl-stage{
    display:flex;
    align-items:stretch;
}

.product-carousel .owl-item{
    display:flex;
    height:auto !important;
}

.product-card{
    width:100%;
    height:100%;

    display:flex;
    flex-direction:column;
}

.product-card-content{
    display:flex;
    flex-direction:column;
    flex:1;
}

.product-card-btn{
    margin-top:auto;
}
/****************************************/
.product-card{
    width: 100%;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: .25s ease;
    box-shadow: 0px 5px 35px -4px rgba(0,0,0,0.1);
}

.product-card-image{
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: #f7f7f7;
    display: block;
}

.product-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:transform .35s ease;
}

.product-card:hover .product-card-image img{
    transform:scale(1.06);
}
.discount-badge2{
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;

    background: #000000;
    color: #fff;

    padding: 5px 11px;
    border-radius: 0;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: .3px;
}

.discount-badge{

    z-index: 3;

    background: #000000;
    color: #fff;

    padding: 5px 11px;
    border-radius: 0;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: .3px;
}

.product-card-content{
    padding: 14px 4px 4px;
}

.product-card-title{
    display: block;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;

    color: #111;
    text-decoration: none;

    margin-bottom: 10px;
}

.product-card-price{
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 14px;
}

.current-price{
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.old-price{
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

.product-card-btn{
    width: 100%;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000;
    color: #fff !important;

    border-radius: 0;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: .2s ease;
}

.product-card-btn:hover{
    background: #2d2d2d;
}

.product-card .prod-ftd {
    width: 140px;
    height: 40px;
    background-color: #f00;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: "Switzer-Regular";
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: -35px;
    transform: rotate(-45deg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 10;
}

.out-stock-layer {
    position: absolute;
    z-index: 20;
    inset: 0;

  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5f5f5;
    font-weight: 400;
    font-size: 15px;
}

/***************************/


.product .item {
  border: 2px solid #e5e5e5;
  max-width: 250px;
}

.product .text {
  background: #f2f3f3;
  padding: 14px;
  overflow: hidden;
}

.product .text del {
  color: #9d9d9d;
}

.product .text h3 {
  font-weight: 700;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.product .text h3 a {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.product .text h3 a:hover {
  text-decoration: none;
}

.product .text h4 {
  color: #0d1452;
  text-align: center;
  font-size: 18px;
}

.product .text p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.product .text p a {
  /* background: #0d1452; */
  background: #e7a340;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}

.product .out-of-stock {
  width: 100%;
  text-align: center;
}

.product .out-of-stock .inner {
  display: inline-block;
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  text-decoration: line-through;
}

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

.product .text p a:hover {
  background: #333;
}

.product .item .thumb {
  position: relative;
  overflow: hidden;
}

.product .item .thumb .photo {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product .item .thumb .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, 0.6);
}

.product .item:hover .thumb .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-cat {
  padding-top: 14px;
}

.product-cat .item {
  margin-bottom: 30px;
}

.product .item-product-cat {
  border: 0;
}

.product .item-product-cat .inner {
  border: 2px solid #e5e5e5;
}

.product .item-search-result {
  border: 0;
}

.product .item-search-result .inner {
  border: 2px solid #e5e5e5;
}

.product .item-search-result:nth-of-type(4n + 1) {
  clear: both;
}

.product .item-product-cat:nth-of-type(3n + 1) {
  clear: both;
}

.usersetting-navmenus a{
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}
.usersetting-navmenus .usersetting-nav-link.active{
    color: #658C6E;
    border-bottom-color: #658C6E;
}

.usersetting-navmenus .usersetting-nav-link{
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.testimonial-v1 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.testimonial-v1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  opacity: 0.7;
}

.testimonial-v1 .container {
  position: relative;
  z-index: 9999;
}

.testimonial-v1 .heading {
  margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .heading p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .testimonial-carousel {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.testimonial-v1 .content .comment {
  color: #fff;
  padding: 14px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}

.testimonial-v1 .content .comment p {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}

.testimonial-v1 .author {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.testimonial-v1 .photo {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

.testimonial-v1 .photo img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.testimonial-v1 .text {
  display: inline-block;
  vertical-align: top;
}

.testimonial-v1 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.testimonial-v1 .text h4 {
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.testimonial-v1 .owl-nav {
  margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
  color: #fff;
  background: none;
  position: absolute;
  top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
  font-size: 30px;
  font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
  left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
  right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
  background: none;
}






.hero-section {
    width: 100%;
    padding: 0;
}

.hero-carousel {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;

    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}
.hero-carousel:active {
    cursor: grabbing;
}
.hero-card {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 500px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: translateX(100%);
    transition: transform .8s ease;
    z-index: 1;
}

.hero-card.active {
    transform: translateX(0);
    z-index: 3;
}

.hero-card.slide-out-left {
    transform: translateX(-100%);
    z-index: 2;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.20),
        rgba(0,0,0,0.05)
    );
}

.hero-contentprvi {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 4;
    max-width: 620px;
    height: 100%;
    padding-left: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.hero-content span {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 18px;
}

.hero-content p {
    font-size: 17px;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 28px;
}

.hero-btnjedan {
    width: fit-content;
    padding: 10px 20px;
    background: #000000;
    color: #ffffff !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.25s ease;
}

.hero-btn {
    width: fit-content;
    padding: 13px 26px;
    background: #fff;
    color: #111 !important;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}



.hero-btn:hover {
    background: #111;
    color: #fff !important;
}

@media (max-width: 768px) {
    .hero__weekly-card {
        height: 420px;
    }
    .delete-notif-actions button{
      font-size: 16px !important;
    }
    .login-section .logincontent .login-card {
      padding: 50px 20px;
    }

    .hero-content {
        padding: 0 25px;
    }

    .hero-content h1 {
        font-size: 16px;
    }

    .hero-content p {
        font-size: 15px;
    }
    .product-card{
      width: 100%;
        background: #fff;
        border-radius: 0;
        overflow: hidden;
        transition: .25s ease;
        box-shadow: 0px 5px 35px -4px rgba(0,0,0,0.1);
    }
}


.gift-hero-card{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    rgba(244,230,214,.92) 0%,
    rgba(226,209,195,.88) 100%
    ),
    url('../img/bgbg.jpg');

    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.gift-hero-overlay{
    position:absolute;
    inset:0;

    background:
    radial-gradient(
    circle at top right,
    rgba(255,255,255,.24),
    transparent 35%
    );

    z-index:1;
}

.gift-hero-wrapper{
    position:relative;
    z-index:2;

    width:100%;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:55px 70px;
}

.gift-hero-content{
    max-width:520px;
}

.gift-label{
    display:inline-flex;
    align-items:center;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.42);

    backdrop-filter:blur(10px);

    color:#8d6330;

    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:24px;
}

.gift-hero-content h1{
    font-size:50px;
    line-height:.95;

    font-weight:600;

    color:#111;

    margin-bottom:28px;

    font-family:"Cormorant Garamond", serif;
}

.gift-hero-content p{
    font-size:21px;
    line-height:1.55;

    color:#4f4f4f;

    margin-bottom:35px;
}

.gift-hero-image{
    position:relative;
}

.gift-hero-image::before{
    content:'';

    position:absolute;

    width:420px;
    height:420px;

    background:
    radial-gradient(
    circle,
    rgba(255,255,255,.38),
    transparent 70%
    );

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    z-index:0;
}

.gift-hero-image img{
    position:relative;
    z-index:2;

    width:520px;
    max-width:100%;

    object-fit:contain;

    filter:
    drop-shadow(0 35px 50px rgba(0,0,0,.16));

    transition:.35s ease;
}

.gift-hero-card:hover .gift-hero-image img{
    transform:translateY(-6px) rotate(-1deg);
}

@media(max-width:991px){

    .gift-hero-wrapper{
        flex-direction:column;
        justify-content:center;
        text-align:center;

        padding:35px 20px;
    }

    .gift-hero-content{
        max-width:100%;
    }

    .gift-hero-content h1{
        font-size:44px;
    }

    .gift-hero-content p{
        font-size:16px;
    }

    .gift-hero-image{
        display: none !important;
    }

}




.servicessection{
    padding: 70px 0;
}

.servicess-item{
    height: 100%;

    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 28px;

    border-radius: 24px;

    background: #fff;

    border: 1px solid #ececec;

    transition: .25s ease;
}

.servicess-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
}

.service-icon{
    min-width: 60px;
    width: 60px;
    height: 60px;

    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f7f7;

    color: #111;
}

.service-text h2{
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 4px;

    color: #111;
}

.service-text p{
    margin: 0;

    font-size: 14px;
    line-height: 1.2;

    color: #6b7280;
}

@media(max-width:768px){

    .servicessection{
        padding: 50px 0;
    }

    .servicess-item{
        padding: 22px;
    }

}


.home-blog {
  width: 100%;
  height: auto;
  padding: 70px 0;
  overflow: hidden;
}

.home-blog .item {}

.home-blog .item .photo {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-blog .text {
  padding: 14px;
  background: #f2f3f3;
}

.home-blog .text h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.home-blog .text p.button {
  margin-top: 25px;
}

.home-blog .text p.button a {
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
  background: #333;
}

.footer-main {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #2a2a2a;
}

.footer-main h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #525252;
}

.footer-main h3:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}

.footer-main .footer-col p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.footer-main .footer-col p a {
  color: #a3a3a3;
}

.footer-main .footer-col p span {
  display: block;
  color: #a3a3a3;
}

.footer-main .footer-col ul li {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.footer-main .footer-col ul li a {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-main .footer-col ul li a:hover {
  color: #fff;
}

.footer-main .footer-col ul li:before {
  color: #a3a3a3;
  content: "\f0a4";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}

.footer-main .footer-col .contact-item {
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  display: table;
}

.footer-main .footer-col .contact-item .icon {
  width: 35px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  margin-right: 10px;
}

.footer-main .footer-col .contact-item .icon i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dedede;
  color: #2a2a2a;
  border-radius: 50%;
}

.footer-main .footer-col .contact-item .text {
  display: table-cell;
  vertical-align: top;
  line-height: 22px;
  display: block;
}

.footer-main .footer-col p.social {
  margin-bottom: 10px;
}

.footer-bottom {
  width: 100%;
  height: auto;
  background: #141314;
  padding: 14px 0;
}

.footer-bottom .copyright {
  font-size: 13px;
  color: #a3a3a3;
  text-align: center;
}

.scrollup {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  display: none;
}

.scrollup i {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background: #0d1452;
  color: #fff;
  border: 4px solid #0d1452;
  text-align: center;
  font-size: 26px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.scrollup i:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

ul.prod-slider li {
  height: 800px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  position: relative;
}

ul.prod-slider li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999;
}

.bx-controls {
  display: none;
}

.prod-pager-thumb {
  display: flex;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}

#prod-pager {
    padding-top: 20px;
    display: flex;
    flex-direction: column;   /* jedan ispod drugog */
    align-items: center;      /* horizontalno centriranje */
    gap: 20px;                /* razmak između thumbova */
}

.prices-wrapper{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

ul.nav-tabs {
  margin-top: 50px;
}

.productcard-right .p-title h2 {
  font-size: 20px;
  color: #081828;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: -0.05rem;
  font-family: "Manrope", sans-serif;
}

.product-sku {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 12px;
    cursor: pointer;
    color: #888;
    transition: 0.3s ease;
    user-select: none;
}

.product-sku svg {
    width: 16px;
    height: 16px;
}

.product-sku:hover {
    color: #000;
}

.product-sku.copied {
    color: #27ae60;
}

.sku-text {
    font-size: 14px;
    font-weight: 500;
}

.product .p-status {
  margin-bottom: 10px;
}

.product .p-review {
  margin-bottom: 10px;
}

.product .p-price {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.product .p-price span {
  font-size: 30px;
}

.product .p-price del {
  color: #c7c7c7;
}

.product .p-short-des {
  margin-bottom: 30px;
}

.product .p-quantity {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
  font-size: 14px;
}

.product .p-quantity input[type="number"] {
  height: 30px;
  width: 100px;
  border: 2px solid #c7c7c7;
}

.product .btn-cart {
  margin-bottom: 30px;
}

.product .btn-cart a {
  padding: 10px 14px;
  /* background: #0d1452; */
  background: #f19000;
  color: #fff;
}

.product .btn-cart1 input[type="submit"] {
  border: 0;
  padding: 10px 14px;
  /* background: #0d1452; */
  background: #f19000;
  color: #fff;
}

.product .share {
  line-height: 30px;
  font-weight: 700;
}

.product .nav {
  background: transparent;
}

.product .nav-tabs li a {
  font-weight: 700;
  color: #333;
}

.product .tab-content>.tab-pane {
  padding-top: 20px;
}

.review-form h2 {
  font-size: 24px;
  font-weight: 700;
}

.review-form .btn-default {
  background: #0d1452;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 10px 14px;
}

.rating-section {
  margin-bottom: 14px;
}

.page-banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  /* padding-top: 80px;
  padding-bottom: 80px; */
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.page-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* background: #333; */
  background: #131921;
}

.page-banner h1 {
  color: #fff;
  text-align: center;
  z-index: 999;
  position: relative;
}

.page {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page h3.special {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.page h3.special:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}

.cart {
  width: 100%;
  height: auto;
}

.cart table img {
  width: 100px;
}

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

.cart input[type="number"] {
  height: 30px;
  width: 70px;
  border: 2px solid #c7c7c7;
  padding-left: 10px;
  padding-right: 10px;
}

.cart table tr td .trash {
  color: #0d1452;
  font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
  text-align: right;
  font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
  text-align: right;
  font-size: 14px;
}

.cart-buttons {
  width: 100%;
  float: right;
  margin-top: 40px;
}

.cart-buttons ul {
  float: right;
}

.cart-buttons li {
  float: left;
  list-style-type: none;
  margin-left: 14px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
  background: #0d1452;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
  background: #333;
  color: #fff;
}

.cform input[type="submit"] {
  background: #0d1452;
  border: 0;
}

.cform address span,
.cform address a span {
  color: #0d1452;
}

.page iframe {
  width: 100%;
}

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a:after {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 14px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container .modal-dialogue {
  width: 80%;
}

.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}

.gal-container .description h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}

/* Footer Style */
i.red {
  color: #bc0213;
}

.gal-container {
  padding-top: 0px;
  padding-bottom: 75px;
}

.videos {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.videos .adv img {
  width: 100%;
  height: auto;
}

.videos .prop-4-col:nth-of-type(4n + 1) {
  clear: both;
}

.videos .prop-3-col:nth-of-type(3n + 1) {
  clear: both;
}

.videos h2 {
  color: #464646;
  font-family: "Open Sans", serif;
  font-size: 26px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.videos h3 {
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 20px;
}

.single-room {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}

.single-room .photo-col2 {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-room .photo-col3 {
  width: 100%;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-room-text {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.single-room-text h2 {
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 0;
}

.single-room-text h2 a {
  color: #333;
  padding: 8px !important;
  font-weight: 600;
  display: block;
}

table.bill-address tr td:nth-of-type(1) {
  font-weight: bold;
  width: 200px;
}

.user-sidebar ul {
  text-align: center;
}

.user-sidebar ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.user-sidebar ul li a {
  padding: 7px 20px;
  min-height: 40px;
  line-height: 40px;
  background: #444;
  color: #fff;
}

.user-content h3 {
  margin-bottom: 20px;
}

.blog {
  background: #fff;
}

.blog .post-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog .image-holder {
  width: 285px;
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog .image-holder-single {
  width: 100%;
  float: none;
  position: relative;
}

.blog .image-holder-single img {
  width: 100%;
  height: auto;
}

.blog .image-holder .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 999;
}

.blog .image-holder .day {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #0d1452;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.blog .image-holder .day:before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #0d1452;
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 24px;
}

.blog .image-holder .month {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.blog .text {
  width: calc(100% - 300px);
  float: left;
}

.blog .text-single {
  width: 100%;
  float: none;
}

.blog .text-single h3 {
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.blog .text .inner {
  padding: 0 20px 20px 20px;
}

.blog h3 {
  font-family: "Roboto", sans-serif;
  text-align: left;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog h3 a {
  font-family: "Roboto", sans-serif;
  color: #333;
}

.blog h3 a:hover {
  color: #0d1452;
}

.blog .text ul.status {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog .text ul.status li {
  text-align: left;
  margin-bottom: 15px;
  color: #0d1452;
  font-size: 14px;
  float: left;
  list-style-type: none;
  margin-right: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-left: 0;
}

.blog .text ul.status li a {
  color: #0d1452;
}

.blog .text ul.status li i {
  margin-right: 8px;
}

.blog ul.status li:before {
  content: "";
}

.blog ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  list-style-type: none;
}

.blog ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f044";
  color: #333;
}

.blog h1 {
  font-size: 24px;
  color: #0d1452;
  font-weight: bold;
}

.blog h2 {
  font-size: 20px;
  color: #0d1452;
  font-weight: bold;
}

.blog h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.blog h4 {
  font-size: 16px;
  color: #0d1452;
  font-weight: bold;
}

.blog h5 {
  font-size: 14px;
  color: #0d1452;
  font-weight: bold;
}

.blog h6 {
  font-size: 12px;
  color: #0d1452;
  font-weight: bold;
}

.blog p {
  margin-bottom: 15px;
  font-size: 14px;
}

.blog p.button {
  margin-top: 20px;
}

.blog p.button a {
  font-family: "Roboto", sans-serif;
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog p.button a:hover {
  background: #444;
}

.blog .pagination {
  margin-top: 20px;
}

.blog .pagination ul {
  width: 100%;
  height: auto;
  text-align: center;
}

.blog .pagination ul li {
  display: inline-block;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  padding-left: 0;
}

.blog .pagination ul li:before {
  content: "";
}

.blog .pagination ul li a {
  background: #0d1452;
  color: #fff;
  display: block;
  font-size: 16px;
}

.blog .pagination ul li a i {
  margin-right: 0;
}

.blog .pagination ul li a:hover {
  background: #333;
}

.blog .pagination ul li a.active {
  background: #333;
}

.blog .gallery-carousel {
  position: relative;
  z-index: 999;
}

.blog .owl-controls {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
  font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
  background: #0d1452;
}

.blog .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.blog .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .audio {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
  width: 100%;
}

.widget {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-search input {
  height: 36px;
  border: 2px solid #afafaf;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.widget-search input:focus {
  border: 2px solid #0d1452;
}

.widget-search button {
  width: 42px;
  height: 36px;
  float: left;
  border: 2px solid #0d1452;
  background: #0d1452;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-search button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.widget h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0d1452;
}

.widget ul li {
  display: block;
  float: none;
  color: #333;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.widget ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  color: #333;
  top: 1px;
  left: 3px;
}

.widget ul li a {
  color: #333;
  font-size: 14px;
}

.widget ul li a:hover {
  color: #0d1452;
}

.widget ul.tag-cloud li {
  display: inline-block;
  padding-left: 0;
  padding: 4px 10px;
  border: 2px solid #afafaf;
  font-size: 12px;
  margin-right: 5px;
}

.widget ul.tag-cloud li:before {
  content: "";
}

.widget ul.tag-cloud li:hover {
  background: #0d1452;
  border: 2px solid #0d1452;
}

.widget ul.tag-cloud li:hover a {
  color: #fff;
}

.card .nav-tabs {
  border-bottom: 2px solid #ddd;
  background: #fff;
}

.card .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {}

.card .nav-tabs>li>a {
  border: none;
  color: #666;
}

.card .nav-tabs>li.active>a,
.card .nav-tabs>li>a:hover {
  border: none;
  color: #0d1452 !important;
  background: transparent;
}

.card .nav-tabs>li>a::after {
  content: "";
  background: #0d1452;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.card .nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.tab-nav>li>a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  padding: 14px 0;
}

.tab-content {
  padding: 20px;
}

.card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.vid iframe {
  width: 100%;
  height: 250px;
}

div.pagination {
  padding: 3px;
  margin: 3px;
  z-index: 1000;
  font-size: 14px;
  margin-bottom: 20px;
}

div.pagination a {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  text-decoration: none;
  /* no underline */
  background-color: #0d1452;
  color: #fff;
  font-weight: bold;
}

div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #cf0d42;
  color: #fff;
  background-color: #b20b39;
}

div.pagination span.current {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  font-weight: bold;
  background-color: #b20b39;
  color: #fff;
  font-weight: bold;
}

div.pagination span.disabled {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #929693;
  color: #929693;
}

#pageLoader {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.178);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .35s ease, visibility .35s ease;
}

#pageLoader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-card {
    width: 170px;
    padding: 24px 22px;
    border-radius: 28px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(255,255,255,0.55);
    box-shadow: 0 18px 50px rgba(0,0,0,0.13);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.loader-card img {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
}

.loader-card span {
    font-size: 13px;
    color: #6b7280;
}

.apple-spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.12);
    border-top-color: #111;
    animation: appleSpin .75s linear infinite;
}

@keyframes appleSpin {
    to {
        transform: rotate(360deg);
    }
}

.ad-section img {
  width: 100% !important;
  height: auto !important;
}

.desktop-notification-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;

}

.notification-btn {
    position: relative;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.notification-count {
    position: absolute;
    top: -4px;
    right: -10px;
    background: #c9975b;
    color: #fff;
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-popup {
    position: absolute;
    top: 55px;
    right: -10px;
    width: 360px;

    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);

    border: 1px solid rgba(255,255,255,0.25);

    border-radius: 18px;

    padding: 18px;

    box-shadow:
        0 10px 40px rgba(0,0,0,0.12),
        inset 0 1px 1px rgba(255,255,255,0.4);

    z-index: 99999;

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px) scale(0.96);

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s;
}


.mobile-nav-item {
    position: relative;
}

.mobile-notification-badge {
    position: absolute;
    top: 2px;
    right: 18px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff3b30;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.notification-popup h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-left: 4px;
    color: #111;
}

/* .notification-item {
    padding: 14px;
    border-radius: 15px;

    background: rgba(255,255,255,0.55);

    border: 1px solid rgba(255,255,255,0.35);

    margin-bottom: 10px;

    transition: 0.25s ease;
} */
.notification-item {
    position: relative !important;
    padding: 14px;
    border-radius: 15px;
    margin-bottom: 12px;
    background: #fff;
    transition: all 0.25s ease;
}

.notification-unread {
    background: rgba(255, 59, 48, 0.07) !important;
}

.notification-unread-dot {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background: #ff3b30 !important;
    z-index: 50 !important;
    display: block !important;
}

.notification-item:last-child {
    margin-bottom: 0;
}

.notification-item:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.75);
}

.notification-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

.notification-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #4b5563;
}

.notification-item small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #8e8e93;
}

.notification-btn {
    position: relative;
    width: 42px;
    height: 42px;

    border-radius: 50%;
    border: none;

    background: rgba(255,255,255,0.55);

    backdrop-filter: blur(20px);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.25s ease;

    cursor: pointer;
}

.notification-btn:hover {
    transform: scale(1.06);
    background: rgba(255,255,255,0.8);
}

.notification-btn i {
    font-size: 18px;
    color: #111;
}

.notification-count {
    position: absolute;

    top: -2px;
    right: -1px;

    min-width: 19px;
    height: 19px;

    padding: 0 5px;

    border-radius: 999px;

    background: #ff3b30;

    color: #fff;

    font-size: 11px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #fff;
}

.no-notifications {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    padding: 20px 10px;
}
.notification-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.notification-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;

    background: rgba(255,255,255,0.7);

    border: 1px solid rgba(255,255,255,0.4);

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.5),
        0 4px 12px rgba(0,0,0,0.06);
}

.notification-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification-head {
    display: flex;
    flex-direction: column;
}

.notification-head strong {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.notification-head small {
    margin-top: 2px;
    font-size: 12px;
    color: #8e8e93;
}

.poroductcard-header{
    background: #edeef0;
    display: flex;
    align-items: center; /* Vertikalno centriranje */
    height: 40px;
    /* padding: 7px 20px 0 0; */
}
.breadcrumb{
  display: flex;
  margin: auto 0;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: 20px;
    flex-wrap: wrap;
}
.breadcrumb ul li {
  white-space: nowrap;
  flex-wrap: wrap;
  list-style: none;
  margin-right: 10px;
  color: #547265;
  font-size: 14px;
}

.breadcrumb ul li:last-child {
  color: #658C6E;
}

.breadcrumb ul li a {
  color: #547265;
  text-decoration: none;
}

.bs-slider .item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 500px;
}

.home-newsletter {
  padding: 80px 0;
  /* background: #0d1452; */
  background: #232f3e;
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-newsletter .single h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}

.home-newsletter .single .form-control {
  height: 50px;
  border-color: #333;
  outline: none;
}

.home-newsletter .single .btn {
  min-height: 50px;
  background: #333;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}



.useredits-wrapper{
    position: relative;
    list-style: none;
    cursor: pointer;
}

.useredits-popup{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 6px;
    display: none;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

.useredits-popup.active{
    display: flex;
}
.useredits-popup .useredits-separator{
  width: 100%;
  height: 1px;
  background: #e0dede;
}
.useredits-popup a{
    text-decoration: none;
    color: #2d2d38;
    padding: 5px 12px;
    border-radius: 8px;
    transition: .2s;
    font-size: 13px;
    font-family: 'Switzer-Regular';
}
.useredits-popup a:hover{
    background: #a9c8e05b;
}
.useredits-popup svg{
    margin-right: 6px;
}


.useredits-topinfo{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 5px;
}

.topinfo-avatarborder{
    width: 40px;
    height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;
    background: #dad8d8;

}

.topinfo-avatar {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  background: #000;
}
.topinfo-avatar img{
    
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.topinfo-text{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.topinfo-text .name{
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.topinfo-text .email{
    font-size: 12px;
    color: #777;
}


.mobile-bottom-nav{
    position:fixed;
    left:0;
    bottom: 0;
    height: calc(62px + env(safe-area-inset-bottom));

    width:100%;
    min-height:62px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border-top:1px solid rgba(0,0,0,.06);

    display:none;
    align-items:center;
    justify-content:space-around;

    padding:0 10px;
    padding-bottom:env(safe-area-inset-bottom);

    z-index:99999;
}

.mobile-nav-item{
    position:relative;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    flex:1;
    height:100%;
    text-decoration:none;
    color:#737373;
    transition:.2s ease;
}
.mobile-nav-item .mb-notifb{
    width:270px;
    height:270px;

    transition:.2s ease;

}
.mobile-nav-item .mb-searchb, .mobile-nav-item .mb-notifb{
    width:25px;
    height:25px;

    transition:.2s ease;

}
.mobile-nav-item svg{
    width:23px;
    height:23px;

    transition:.2s ease;
}
.mobilenav-profileicon{
  width: 25px;
  height: 25px;
  border: 1px solid rgb(143, 153, 167);
  border-radius: 50px;
}
.mobilenav-profileicon img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mobile-nav-item span{
    font-size:11px;
    font-weight:600;

    line-height:1;
}

.mobile-nav-item.active{
    color:#505050;
}

.mobile-nav-item.active svg{
    transform:translateY(-1px);
}

.mobile-nav-item:hover{
    color:#3f3f3f;
}

.mobile-cart-badge{
    position:absolute;
    top:10px;
    right:26%;

    min-width:18px;
    height:18px;

    padding:0 5px;

    border-radius:50px;

    background:#111;
    color:#fff;

    font-size:10px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
}
.cart-preview-wrapper{
			position: relative;
		}

		.cart-preview-wrapper .cart-icon-link{
			position: relative;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			color: inherit;
			text-decoration: none;
		}

		.cart-preview-box{
			position: absolute;
			top: calc(100% + 14px);
			right: 0;
			width: 340px;
			background: #fff;
			border: 1px solid rgba(0,0,0,0.08);
			box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
			border-radius: 18px;
			padding: 16px;
			z-index: 99999;
			opacity: 0;
			visibility: hidden;
			transform: translateY(8px);
			transition: all .18s ease;
			pointer-events: none;
		}

		.cart-preview-wrapper:hover .cart-preview-box{
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
			pointer-events: auto;
		}

		.cart-preview-box::before{
			content: "";
			position: absolute;
			top: -10px;
			right: 18px;
			width: 20px;
			height: 20px;
			background: #fff;
			border-left: 1px solid rgba(0,0,0,0.08);
			border-top: 1px solid rgba(0,0,0,0.08);
			transform: rotate(45deg);
		}

		.cart-preview-title{
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 12px;
			padding-bottom: 10px;
			border-bottom: 1px solid #eef0f2;
		}

		.cart-preview-title span{
			font-size: 16px;
			font-weight: 700;
			color: #111827;
		}

		.cart-preview-title small{
			font-size: 12px;
			color: #6b7280;
		}

		.cart-preview-items{
			display: flex;
			flex-direction: column;
			gap: 12px;
			max-height: 310px;
			overflow-y: auto;
			padding-right: 3px;
		}

		.cart-preview-item{
			display: flex;
			gap: 10px;
			align-items: center;
		}

		.cart-preview-img{
			width: 58px;
			height: 58px;
			flex: 0 0 58px;
			background-size: cover;
			background-position: center;
			background-color: #f4f4f4;
			border-radius: 12px;
			border: 1px solid #edf0f2;
		}

		.cart-preview-info{
			min-width: 0;
			display: flex;
			flex-direction: column;
			gap: 2px;
		}

		.cart-preview-name{
			font-size: 13px;
			font-weight: 700;
			color: #111827;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			max-width: 230px;
		}

		.cart-preview-meta{
			font-size: 12px;
			color: #71848f;
		}

		.cart-preview-price{
			font-size: 12px;
			font-weight: 600;
			color: #111827;
		}

		.cart-preview-more{
			font-size: 12px;
			color: #6b7280;
			text-align: center;
			padding: 9px 0 2px;
		}

		.cart-preview-total{
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-top: 14px;
			padding-top: 12px;
			border-top: 1px solid #eef0f2;
			font-size: 14px;
			color: #111827;
		}

		.cart-preview-total strong{
			font-size: 15px;
		}

		.cart-preview-btn{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 44px;
			margin-top: 14px;
			background: #111827;
			color: #fff !important;
			border-radius: 0;
			text-decoration: none !important;
			font-size: 12px;
			font-weight: 400;
			font-family: "Inter", sans-serif;
		}

		.cart-preview-empty{
			padding: 18px 0 6px;
			text-align: center;
			color: #6b7280;
			font-size: 13px;
		}

		@media only screen and (max-width: 991px){
			.cart-preview-box{
				display: none;
			}
		}

.mobile-notification-dot{
    position:absolute;
    top:12px;
    right:34%;

    width:8px;
    height:8px;

    border-radius:50%;

    background:#ef4444;
}
#closeProfilePopup, #closeMobileNotificationPopup{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
@media (max-width: 991px){

    .mobile-bottom-nav{
        display:flex;
    }

    body{
        padding-bottom: calc(80px + env(safe-area-inset-bottom));
    }

}


.apple-scroll{
    overflow:auto;

    scrollbar-width:thin;
    scrollbar-color:rgba(0,0,0,.28) transparent;

    -webkit-overflow-scrolling:touch;
}

/* width */
.apple-scroll::-webkit-scrollbar{
    width:6px;
    height:6px;
}

/* track */
.apple-scroll::-webkit-scrollbar-track{
    background:transparent;
}

/* thumb */
.apple-scroll::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.22);

    border-radius:999px;

    transition:.25s ease;
}

/* hover */
.apple-scroll:hover::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.38);
}

/* active drag */
.apple-scroll::-webkit-scrollbar-thumb:active{
    background:rgba(0,0,0,.52);
}


.desktop-notification-popup {
  max-height: 500px;
}

.mobile-notification-popup{
    position:fixed;
    inset:0;

    z-index:999999;

    opacity:0;
    visibility:hidden;

    transition:.25s ease;
}

.mobile-notification-popup.active{
    opacity:1;
    visibility:visible;
}

.notification-popup-overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.35);
    backdrop-filter:blur(4px);
}

.notification-popup-body{
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    width:100%;
    height:75vh;

    background:#fff;

    border-radius:28px 28px 0 0;

    transform:translateY(100%);

    transition:.35s cubic-bezier(.16,1,.3,1);

    overflow-y: scroll;
}

.mobile-notification-popup.active .notification-popup-body{
    transform:translateY(0);
}

.notification-popup-header{
    display:flex;
    align-items:center;
    justify-content:space-between;

    margin: 0 10px 0 10px;

    border-bottom:1px solid #f1f1f1;
}

.notification-popup-header h3{
    margin:0;

    font-size:20px;
    font-weight:700;
}

.notification-popup-header button{
  display: flex;
    width:38px;
    height:38px;
    white-space: nowrap;
    border:none;
    margin-right: 22px;

    background:none;

    font-size:16px;

    cursor:pointer;
}

.notification-popup-content{
    padding:0 24px 30px;
}

.notification-empty-state{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding-top:80px;
}

.notification-empty-state svg{
    width:60px;
    height:60px;

    color:#bdbdbd;

    margin-bottom:20px;
}

.notification-empty-state h4{
    font-size:20px;
    font-weight:700;

    margin-bottom:10px;
}

.notification-empty-state p{
    color:#7a7a7a;
    line-height:1.6;

    max-width:280px;
}


.profile-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.profile-popup.active {
    opacity: 1;
    visibility: visible;
}

.profile-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.profile-popup-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 20px;
    transform: translateY(100%);
    transition: .25s ease;
    max-height: 80vh;
    overflow-y: auto;
}

.profile-popup.active .profile-popup-body {
    transform: translateY(0);
}

.profile-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.profile-popup-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.profile-popup-header button {
    width: 38px;
    height: 38px;
    border: none;
    background: #f3f4f6;
    border-radius: 50%;
}

.profile-popup-user {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
    background: #f8fafc;
    margin-bottom: 14px;
}

.profile-popup-avatar img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-popup-user strong {
    display: block;
    font-size: 15px;
}

.profile-popup-user small {
    display: block;
    font-size: 13px;
    color: #71848f;
}

.profile-popup-item {
    display: block;
    padding: 15px 14px;
    border-bottom: 1px solid #eef0f2;
    color: #111827;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.profile-popup-item.logout-link {
    color: #dc2626;
}



.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    display: none;
}

.cookie-box {
    max-width: 520px;
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255,255,255,0.45);
    box-shadow: 0 18px 45px rgba(0,0,0,0.16);
    border-radius: 0;
    padding: 22px;
}

.cookie-box h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.cookie-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #555;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.cookie-actions button {
    border: none;
    background: #85A898;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 13px;
    cursor: pointer;
}

.cookie-actions button.secondary {
    background: #EFF9E8;
    color: #111;
}

@media(max-width: 576px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 85px;
    }

    .cookie-actions {
        flex-direction: column;
    }

    .cookie-actions button {
        width: 100%;
    }
}


.notification-status-pill {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.status-waiting {
    background: #e5e7eb;
    color: #4b5563;
}

.status-processing {
    background: #ffedd5;
    color: #c2410c;
}

.status-sent {
    background: #0099FF40;
    color: #0099FF;
}

.status-done {
    background: #dcfce7;
    color: #15803d;
}

.status-cancelled {
    background: #fee2e2;
    color: #b91c1c;
}







.weekly-offer{
  margin: 50px 0;  
}
.weekly-card{
    max-width:1240px;
    min-height:440px;
    margin:0 auto;
    padding:65px;
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    align-items:center;
    background:
linear-gradient(
135deg,
rgba(248, 244, 238, 0.966) 0%,
rgba(245, 237, 228, 0.938) 40%,
rgba(214, 183, 121, 0.466) 100%
), url('../img/leafshadow.webp');

backdrop-filter: blur(12px);
    /* background: linear-gradient(-10deg,rgba(145, 131, 103, 0.938) 0%, rgba(230, 205, 154, 0.925) 100%), url('../img/leafshadow.webp'); */
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    border:1px solid #e6d1b9;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    overflow:hidden;
    position:relative;
}
.weekly-card::before{
    content:'';

    position:absolute;
    inset:0;

    background:
    radial-gradient(
    circle at top left,
    rgba(253, 253, 253, 0.514),
    transparent 35%
    );

    pointer-events:none;
}

.main-product img{
    filter:
    drop-shadow(0 30px 45px rgba(0, 0, 0, 0.363));
}

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

.weekly-topline{
    display:flex;
    align-items:flex-start;
    gap:22px;
    margin-bottom:30px;
}

.weekly-label{
    display:block;
    color:#b79055;
    text-transform:uppercase;
    letter-spacing:5px;
    font-size:14px;
    font-weight:700;
    position:relative;
    padding-top:8px;
}

.weekly-label::after{
    content:"";
    display:block;
    width:42px;
    height:1px;
    background:#b79055;
    margin-top:16px;
}

.deal-timer{
    display:flex;
    gap:7px;
}

.deal-timer div{
    width:50px;
    height:50px;
    background:#111;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.deal-timer b{
    font-size:16px;
    line-height:1;
}

.deal-timer small{
    font-size:8px;
    margin-top:4px;
    opacity:.75;
    text-transform:uppercase;
}

.weekly-text h2{
    font-family:Georgia, serif;
    font-size:54px;
    line-height:1.08;
    margin:0 0 22px;
    color:#111;
}

.weekly-text p{
    max-width:420px;
    font-size:17px;
    line-height:1.6;
    color:#404040;
    margin-bottom:28px;
}

.weekly-price{
    display:flex;
    align-items:center;
    gap:28px;
    margin-bottom:28px;
    margin-top: 15px;
}

.weekly-price del{
    font-size:21px;
    color:#777;
}

.weekly-price strong{
    font-size:29px;
    color:#111;
}

.weekly-btn{
    display:inline-flex;
    height:48px;
    align-items:center;
    justify-content:center;
    padding:0 34px;
    background:#111;
    color:#fff!important;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:700;
}

.weekly-visual{
    position:relative;
    min-height:420px;
}

.main-product{
    position:absolute;
    right:0;
    bottom:0;
    width:470px;
    z-index:3;
}

.main-product img{
    width:100%;
    height:420px;
    object-fit:contain;
}

.bonus-circle{
    position:absolute;
    left:20px;
    bottom:8px;
    width:210px;
    height:210px;
    border-radius:50%;
    background:#fff;
    border:2px solid #d6b779;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:4;
    box-shadow:0 18px 38px rgba(0,0,0,.13);
}

.bonus-circle img{
    width:75%;
    height:75%;
    object-fit:contain;
}

.gratis-label{
    position:absolute;
    top:22px;
    left:-22px;
    background:#c7a161;
    color:#111;
    padding:9px 17px;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    z-index:5;
}

.plus-circle{
      position:absolute;
      left:245px;
      bottom:120px;
      width:72px;
      height:72px;
      border-radius:50%;
      border:2px solid #d6b779;
      background:#fff;
      color:#d0a75f;

      display:flex;
      align-items:center;
      justify-content:center;


      padding-bottom: 12px;
      font-size:58px;
      line-height:1;

      z-index:6;
  }

  .lmtddeal_price::after{
    content: '-38%';
    position: absolute;
    font-size: 16px;
    margin-left: 15px;
    color: #fff;
    background: #f00;
    padding: 2px 10px;
  }

.weekly-card{
    overflow:visible;
}

.weekly-views-pill{
    position:absolute;
    left:50%;
    bottom:-22px;
    transform:translateX(-50%);

    height:44px;
    padding:0 22px;

    background:#111;
    color:#fff;

    display:flex;
    align-items:center;
    gap:10px;

    border-radius:999px;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

    z-index:20;
}

.weekly-views-pill svg{
    width:18px;
    height:18px;
}

.weekly-views-pill span{
    font-size:13px;
    font-weight:600;
    letter-spacing:.2px;
}

@media(max-width:991px){

    .weekly-views-pill{
        bottom:-18px;
        height:40px;
        padding:0 18px;
    }

    .weekly-views-pill span{
        font-size:12px;
    }

}

@media(max-width:991px){

    .weekly-card{
        display:flex;
        flex-direction:column;
        padding:28px 18px 35px;
        min-height:auto;
    }

    .weekly-topline{
        width:100%;
        flex-direction:column;
        align-items:center;
        gap:15px;
        order:0;
    }

    .weekly-label{
        width:100%;
        text-align:center;
        font-size:26px;
        letter-spacing:1px;
        color:#111;
        padding-top:0;
    }

    .weekly-label::after{
        margin:12px auto 0;
    }

    .deal-timer{
        width:100%;
        justify-content:center;
    }

    .deal-timer div{
        flex:1;
        max-width:72px;
        height:54px;
    }

    .weekly-text{
        order:2;
        text-align:center;
        width:100%;
    }

    .weekly-visual{
        order:1;
        width:100%;
        min-height:280px;
    }

    .main-product{
        width:68%;
        right:0;
        bottom:35px;
    }

    .main-product img{
        height:230px;
    }

    .bonus-circle{
        width:145px;
        height:145px;
        left:0;
        bottom:40px;
    }

    .plus-circle{
      position:absolute;
      left:150px;
      bottom:80px;
      width:72px;
      height:72px;
      border-radius:50%;
      border:2px solid #d6b779;
      background:#fff;
      color:#d0a75f;

      display:flex;
      align-items:center;
      justify-content:center;


      padding-bottom: 12px;
      font-size:58px;
      line-height:1;

      z-index:6;
  }

    .gratis-label{
        font-size:10px;
        padding:7px 12px;
        left:-10px;
        top:15px;
    }

    .weekly-text h2{
        font-size:30px;
    }

    .weekly-text p{
        font-size:15px;
    }

    .weekly-price{
        justify-content:center;
        flex-direction: column;
        gap: 10px
    }

    .weekly-btn{
        width:100%;
    }
}
.limited-badgeprod{
    position:absolute;
    top:14px;
    left:14px;

    z-index:30;

    height:24px;
    padding:0 16px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:0;

    background:
    linear-gradient(
    135deg,
    #6e501f 0%,
    #d6b779 20%,
    #fff1c9 50%,
    #c89b3c 72%,
    #7a5a2b 100%
    );

    color:#111;

    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;

    box-shadow:
    0 8px 22px rgba(183,134,40,.28);
}
.limited-badge{
    position:absolute;
    top:14px;
    left:14px;

    z-index:30;

    height:24px;
    padding:0 16px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:0;

    background:
    linear-gradient(
    135deg,
    #6e501f 0%,
    #d6b779 20%,
    #fff1c9 50%,
    #c89b3c 72%,
    #7a5a2b 100%
    );

    color:#111;

    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;

    box-shadow:
    0 8px 22px rgba(183,134,40,.28);
}

.limited-product-card{
    border:2px solid transparent;

    background:
    linear-gradient(#fff,#fff) padding-box,

    linear-gradient(
    135deg,
    #7a5a2b 0%,
    #d6b779 18%,
    #ffbb00 35%,
    #c89b3c 50%,
    #fcff64 65%,
    #b78628 82%,
    #6e501f 100%
    ) border-box;

    box-shadow:
    0 10px 30px rgba(183,134,40,.12);
}

.scroooool {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroooool .scroll-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter';
  font-size: 14px;
  color: #8a94a6;
}
.scroll-indicator .mouse {
  width: 26px;
  height: 37px;
  border: 2px solid #8a94a6;
  border-radius: 15px;
  display: flex; 
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
}
.scroll-indicator .mouse .wheel {
  width: 4px;
  height: 8px;
  background: #8a94a6;
  border-radius: 2px;
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
}


/* =========================
RESPONSIVE HERO FIX
========================= */

.hero-section{
    overflow:hidden;
}

.hero-carousel{
    width:100%;
    height:520px;
    border-radius:28px;
    overflow:hidden;
}

.hero-card{
    min-height:520px;
    border-radius:28px;
    overflow:hidden;
    background-size:cover !important;
    background-position:center !important;
}

.hero-contentprvi{
    position:relative;
    z-index:4;
    min-height:520px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:40px 25px;
}

.hero-contentprvi p{
    max-width:650px;
}

.gift-hero-wrapper{
    position:relative;
    z-index:2;
    min-height:520px;
    display:grid;
    grid-template-columns:1fr 420px;
    align-items:center;
    gap:30px;
    padding:60px;
}

.gift-hero-content{
    color:#111;
    max-width:620px;
}

.gift-hero-content h1{
    line-height:1.05 !important;
}

.gift-hero-image img{
    width:100%;
    max-width:420px;
    display:block;
    margin:0 auto;
}

.ltd-hero-card{
    background-image:url('../img/ltddeal.png');
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
}

@media(max-width:768px){
    .ltd-hero-card{
        background-image:url('../img/heromobile.png');
    }

    .hero-section{
        margin-top:20px !important;
        margin-bottom:25px !important;
    }

    .hero-section .container{
        max-width:100%;
        padding-left:12px !important;
        padding-right:12px !important;
    }

    .hero-carousel{
        height:460px !important;
        border-radius:22px;
    }

    .hero-card{
        height:460px !important;
        min-height:460px !important;
        border-radius:22px;
    }

    .hero-contentprvi{
        min-height:460px;
        padding:32px 20px;
    }

    .hero-contentprvi img{
        width:150px !important;
    }

    .hero-contentprvi p{
        font-size:20px !important;
        line-height:1.35;
        margin:18px 0 !important;
    }

    .hero-btnjedan{
        width:100%;
        max-width:280px;
        min-height:48px;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:14px;
    }

    .gift-hero-wrapper{
        min-height:520px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        text-align:center;
        padding:34px 22px;
        gap:22px;
    }

    .gift-hero-content{
        max-width:100%;
    }

    .gift-hero-content h1{
        font-size:30px !important;
        line-height:1.15 !important;
    }

    .gift-hero-content p{
        font-size:14px !important;
        line-height:1.65;
    }

    .gift-hero-image{
        width:100%;
    }

    .gift-hero-image img{
        max-width:240px !important;
        margin-top:0 !important;
    }

    .gift-label{
        font-size:12px;
    }

    .ltd-hero-card{
        background-size:contain !important;
        background-color:#000;
    }
}

@media(max-width:480px){

    .hero-carousel{
        height:420px !important;
    }

    .hero-card{
        height:420px !important;
        min-height:420px !important;
    }

    .hero-contentprvi{
        min-height:420px;
    }

    .hero-contentprvi p{
        font-size:18px !important;
    }

    .gift-hero-wrapper{
        min-height:500px;
    }

    .gift-hero-content h1{
        font-size:26px !important;
    }

    .gift-hero-image img{
        max-width:210px !important;
    }
}



.hero-card.hero__weekly-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    padding:58px 64px;
    background:linear-gradient(135deg,#fff7ed,#ead8c4);
}

.hero__weekly-text{
    position:relative;
    z-index:3;
    max-width:620px;
}

.hero__weekly-label{
    display:inline-flex;
    color:#c28b2c;
    font-size:13px;
    font-weight:800;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.hero__weekly-label::after{
    content:'';
    width:54px;
    height:2px;
    background:#c28b2c;
    display:block;
    margin-top:18px;
}

.hero__weekly-text h2{
    font-family:"Cormorant Garamond",serif;
    font-size:58px;
    line-height:.98;
    font-weight:600;
    color:#111;
    margin:0 0 22px;
}

.hero__weekly-text p{
    max-width:430px;
    color:#333;
    font-size:18px;
    line-height:1.6;
    margin-bottom:28px;
}

.hero__weekly-price{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.hero__weekly-price del{
    color:#6b7280;
    font-size:22px;
}

.hero__weekly-price strong{
    color:#111;
    font-size:36px;
    font-weight:900;
}

.hero__weekly-price span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:10px;
    background:#dc2626;
    color:#fff;
    font-size:24px;
    font-weight:800;
}

.hero__weekly-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 24px;
    background:#111;
    color:#fff !important;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    transition:.2s ease;
}

.hero__weekly-btn:hover{
    opacity:.86;
}

.hero__weekly-visual{
    position:relative;
    z-index:2;
    height:100%;
    min-height:420px;
}

.hero__main-product{
    position:absolute;
    right:-10px;
    top:50%;
    transform:translateY(-50%);
    width:82%;
    z-index:3;
}

.hero__main-product img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
    border-radius: 100px !important;
    filter:drop-shadow(0 34px 45px rgba(0,0,0,.16));
}

.hero__bonus-circle{
    position:absolute;
    left:0;
    bottom:18px;

    width:230px;
    height:230px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgb(255, 255, 255);
    border:2px solid #d4af37;
    backdrop-filter:blur(14px);

    z-index:4;
}

.hero__bonus-circle img{
    width:78%;
    height:78%;
    object-fit:contain;
}

.hero__gratis-label{
    position:absolute;
    top:28px;
    left:16px;

    background:linear-gradient(135deg,#d4af37,#f6e27a);
    color:#111;

    padding:7px 17px;
    font-size:17px;
    font-weight:900;
}

.hero__plus-circle{
    position:absolute;
    left:220px;
    bottom:96px;

    width:62px;
    height:62px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgb(255, 255, 255);
    border:1px solid #d4af37;
    color:#d4af37;

    font-size:42px;
    font-weight:800;

    z-index:5;
}

.hero__weekly-views-pill{
    position:absolute;
    right:24px;
    bottom:22px;

    display:flex;
    align-items:center;
    gap:8px;

    padding:9px 14px;
    border-radius:999px;

    background:rgba(255,255,255,.68);
    backdrop-filter:blur(14px);

    color:#111;
    font-size:13px;
    font-weight:700;

    z-index:8;
}

.hero__weekly-views-pill svg{
    width:17px;
    height:17px;
}
@media(max-width:768px){

    .hero-card
    .hero__weekly-card{
        display:block !important;
        padding:22px 16px !important;
        overflow:hidden;
    }

    .hero__weekly-text{
        width:100%;
        max-width:190px;
        position:relative;
        z-index:5;
    }

    .hero__weekly-label{
        font-size:10px;
        letter-spacing:2px;
        margin-bottom:8px;
    }

    .hero__weekly-label::after{
        width:40px;
        margin-top:10px;
    }

    .hero__weekly-text h2{
        font-size:35px !important;
        line-height:.95 !important;
        margin:0 0 8px !important;
    }

    .hero__weekly-text p{
        display:none;
    }

    .hero__weekly-price{
        gap:6px;
        margin-bottom:10px !important;
    }

    .hero__weekly-price del{
        font-size:12px !important;
    }

    .hero__weekly-price strong{
        font-size:22px !important;
    }

    .hero__weekly-price span{
        font-size:12px !important;
        padding:4px 8px !important;
        border-radius:8px;
    }

    .hero__weekly-btn{
        min-height:34px;
        padding:0 13px;
        font-size:12px;
    }

    .hero__weekly-visual{
        position:absolute;
        inset:0;
        z-index:2;
        pointer-events:none;
    }

    .hero__main-product{
        position:absolute;
        right:-55px;
        bottom:18px;
        width:78%;
        top:auto;
        transform:none;
    }

    .hero__main-product img{
        width:100%;
        max-height:240px;
        object-fit:contain;
    }

    .hero__bonus-circle{
        width:92px;
        height:92px;
        left:40%;
        bottom:18px;
    }

    .hero__gratis-label{
        top:5px;
        left:4px;
        font-size:9px;
        padding:3px 7px;
    }

    .hero__plus-circle{
        width:28px;
        height:28px;
        left:60%;
        bottom:52px;
        font-size:18px;
    }

    .hero__weekly-views-pill{
        right:18px;
        bottom:18px;
        font-size:10px;
        padding:6px 9px;
        z-index:8;
    }
}

.delete-notif-modal{
    position:fixed;
    inset:0;
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.35);
    backdrop-filter:blur(14px);
    padding:20px;
}

.delete-notif-modal.active{
    display:flex;
}

.delete-notif-box{
    width:100%;
    max-width:390px;
    background:#fff;
    border-radius:28px;
    padding:30px 24px;
    text-align:center;
    box-shadow:0 30px 90px rgba(0,0,0,.22);
}

.delete-notif-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#fee2e2;
    color:#b91c1c;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    font-size:26px;
    font-weight:900;
}

.delete-notif-box h3{
    margin:0;
    font-size:22px;
    font-weight:900;
    color:#111;
}

.delete-notif-box p{
    margin:12px 0 0;
    color:#6e6e73;
    font-size:15px;
}

.delete-notif-actions{
    display:flex;
    gap:12px;
    margin-top:26px;
}

.delete-notif-actions button{
    flex:1;
    height:48px;
    border:0;
    border-radius:16px;
    font-weight:800;
    cursor:pointer;
}

.delete-notif-cancel{
    background:#f2f2f7;
    color:#111;
}

.delete-notif-confirm{
    background:#111;
    color:#fff;
}

.notification-popup-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;

    margin-bottom:18px;
}

.notification-popup-header h4{
    margin:0;
}

.clear-notifications-btn{
    border:0;
    background:transparent;

    color:#0071e3;

    font-size:13px;
    font-weight:600;

    cursor:pointer;

    transition:.2s ease;
}

.clear-notifications-btn:hover{
    opacity:.7;
}
.clear-notificationsmob-btn{
    border:0;
    background:transparent;
    width: 100%;
    color:#0071e3;
    border-bottom:1px solid #f1f1f1;
    font-size:13px;
    font-weight:600;
    padding: 0 0 14px;
    cursor:pointer;
  justify-content: center;
  align-items: center;
  text-align: center;
    transition:.2s ease;
}