

/* Start:/local/templates/divina/assets/css/slick.css?17544019431757*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/divina/assets/css/desktop.css?17641877348377*/
[x-cloak] { display: none !important; }
.product-item{
        background: none !important;
}

/* Smart filter checkbox styling */
.bx-filter .checkbox .bx-filter-input-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bx-filter .checkbox .bx-filter-input-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bx-filter .checkbox .bx-filter-input-checkbox::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #262626;
  box-sizing: border-box;
}

.bx-filter .checkbox .bx-filter-input-checkbox input[type="checkbox"]:checked ~ .bx-filter-param-text {
  position: relative;
}

.bx-filter .checkbox .bx-filter-input-checkbox input[type="checkbox"]:checked ~ .bx-filter-param-text::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #E62C29;
  border: 2px solid #E62C29;
  box-sizing: border-box;
}
  /* Typography helpers */
  * { font-family: 'Montserrat', sans-serif;}

  /* Section heading */
  .heading-main {
    color: #262626;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    line-height: normal;
    font-size: clamp(30px, 4vw, 40px);
    margin-bottom: clamp(30px, 5vw, 50px);
  }

  /* Card title/subtitle */
  .card-title {
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    font-size: 30px;
  }

  .card-subtitle {
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.75px;
  }

  /* Button */
  .btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-align: center;
    width: 200px;
    padding: 15px 20px;
    display: inline-block;
    transition: all 0.3s ease;
  }
  .btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }
  .image-gradient { position: relative; overflow: hidden; }
  .image-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    z-index: 1;
    pointer-events: none;
  }
  .image-gradient > img {
    display: block;
    transition: transform .3s ease;
    will-change: transform;
    transform-origin: center center;
  }
  .group:hover .image-gradient > img {
    transform: scale(1.1);
  }
      /* Mega menu grid */
    .mega-grid {
      display: grid;
      grid-auto-flow: column;
      grid-template-rows: repeat(5, auto);
      gap: 0.5rem 80px; /* row col */
    }

@media (prefers-reduced-motion: reduce) {
  .image-gradient > img, .btn-outline-white { transition: none; }
  .group:hover .image-gradient > img { transform: none; }
}


    /* Section heading */
    .heading-main { color:#262626; text-transform:uppercase; text-align:center; font-weight:300; line-height:normal; }
    @media (min-width:768px){ .heading-main{ font-size:40px; margin-bottom:40px; } }
    @media (max-width:767.98px){ .heading-main{ font-size:30px; margin-bottom:30px; } }


    /* Tabs */
    .tab-btn { width:100%; padding:8px 16px; border-radius:20px; border:1px solid rgba(0,0,0,0.20); color:#262626; text-align:center; font-size:17px; font-weight:400; line-height:normal; transition:background-color .2s ease-in-out, color .2s ease-in-out, transform .2s ease; display:inline-block; margin-bottom:10px; }
    @media (min-width:768px){ .tab-btn{ width:auto; margin-bottom:0; } }
    .tab-btn:hover { background:#262626; color:#fff; }
    .tab-btn--active { background:#262626; color:#fff; font-weight:500; }

    /* Favorite button state */
  .add-to-favorite svg {
    color: #262626;
    transition: color .2s ease-in-out, transform .2s ease;
  }

  .add-to-favorite:hover svg {
    transform: scale(1.05);
  }

  .add-to-favorite.active svg {
    color: #E62C29;
  }

  /* Product image hover */
  .product-image {
    display: block;
    transition: transform .35s ease;
  }

  .group:hover .product-image {
    transform: scale(1.03);
  }

  /* Discount badge */
  .badge-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px #E62C29 solid;
    border-radius: 5px;
    padding: 3px 8px;
    min-height: 27px;
  }

  .badge-discount span {
    color: #E50000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }
  .bx-sbb-empty-cart-container{display:none !important;}

  .bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: #000000;
    background: #fff;
    border: 2px solid #fff;
    line-height: 28px;
    padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #d30818;
    color: #fff;
}

.text-fancy {
  background: 
    linear-gradient(94deg, #FF9E00 -30.11%, #FFF5E5 16.4%, #FFBD4F 50.23%, #FFB01A 79.91%, #FF8603 108.73%),
    url(/local/templates/divina/assets/images/bg-top.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Cookie consent banner */
.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 770px;
  padding: 16px 18px 14px 18px;
  border-radius: 18px;
  background: rgba(38, 38, 38, 0.94);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 9999;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  overflow: hidden;
  transform-origin: 100% 100%;
  transition:
    opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.5s ease;
}

.cookie-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(230, 44, 41, 0.4);
  opacity: 0.7;
  pointer-events: none;
  mix-blend-mode: screen;
}

.cookie-banner__content {
  position: relative;
  z-index: 1;
}

.cookie-banner__title {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  margin-bottom: 4px;
  color: #ffffff;
}

.cookie-banner__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.cookie-banner__link {
  color: #E62C29;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__link:hover {
  color: #ff514d;
}

.cookie-banner__btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(145deg, #E62C29, #ff6a4e);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(230, 44, 41, 0.45);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.cookie-banner__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(230, 44, 41, 0.6);
}

.cookie-banner__btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(230, 44, 41, 0.5);
}

.cookie-banner--hidden {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.98);
  pointer-events: none;
}

.cookie-banner--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes cookie-banner-float {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -3px, 0) scale(1.005); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

.cookie-banner--visible {
  animation: cookie-banner-float 6s ease-in-out 1s infinite;
}

@media (max-width: 767.98px) {
  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner,
  .cookie-banner__btn {
    transition: none;
    animation: none;
  }
}

/* End */
/* /local/templates/divina/assets/css/slick.css?17544019431757 */
/* /local/templates/divina/assets/css/desktop.css?17641877348377 */
