 


    @font-face {
  font-family: main-font;
  src: url("/statics/fonts/Quicksand-Regular.ttf");
}

@font-face {
  font-family: bold-font;
  src: url("/statics/fonts/Quicksand-Bold.ttf");
}

@font-face {
  font-family: light-font;
  src: url("/statics/fonts/Quicksand-Light.ttf");
}
@font-face {
  font-family: medium-font;
  src: url("/statics/fonts/Quicksand-Medium.ttf");
}

@font-face {
  font-family: semi-bold-font;
  src: url("/statics/fonts/Quicksand-SemiBold.ttf");
}

@font-face {
  font-family: roboto-bold;
  src: url("/statics/fonts/RobotoCondensed-Bold.ttf");
}

@font-face {
  font-family: bold-m-font;
  src: url("/statics/fonts/ElMessiri-SemiBold.ttf");
}


*{
    --background-color:white;
    --main-font-color:#272727;
    --main-hover-color: #ccc;
    --main-font-family: main-font, Roboto, "Helvetica Neue", Arial, sans-serif;
    
    /* font sizes */
    --font-large: 2rem;
    --font-medium: 1.5rem;
    --font-normal: 1rem;
    --font-small: 0.5rem;
    
    /* HDEADLINE */
    --headline-color: var(--main-font-color);
    
    /* FOOTER colors*/
    --footer-background-color: black;
    --copywrite-background-color:darkgray;
    --footer-font-color:#ffffff;
    --footer-hover-color:var(--main-hover-color);
    
    --accent-color-light:#00a536;
    /* PRICE BOX */
    --color-dark:#3d56b0;
    --color-light:#2fb3c5;
    --references-clickable: auto;
} 



   .triangle-grey-ctr2 {
   position: relative;
   top: -3px;
}
   .triangle-grey-ctr2:after,
   .triangle-grey-ctr2:before {
   content: " ";
   display: block;
   background-color: #007953;
   width: 20px;
   height: 20px;
   position: absolute;
   top: -13px;
   left: 50%;
   z-index: 0;
   -webkit-transform: translate(-50%, -50%) rotate(45deg);
   -ms-transform: translate(-50%, -50%) rotate(45deg);
   transform: translate(-50%, -50%) rotate(45deg);
}

   @media(min-width: 992px) {
      .pricebox-price-img1 {
         margin-top: 27px;
      }
      .pricebox-price-img3{
         margin-top: 35px!important;
      }
      .buy-button1 {
         margin-top: 85px;
      }
      .buy-button3{
         margin-top: 94px;
      }
      .center.card-section {
      position: relative;
      top: -27px!important;
    }
   }



button:focus {
    outline: none;
}

.arrow {
    background-image: url(/statics/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    cursor: pointer;
}




.accordion {
    background-color: #EFEFEF;
    border: none;
    cursor: pointer;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 11px;
    outline: none;
    transition: 0.4s;
    font-size: 30px;
    font-family: bold-font;
    padding-left: 15px;
    padding-right: 20px;
}


.accordion:hover {
    background-color: lightgrey;
    transition: 0.4s;
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    font-family: medium-font;
}
h3.acc{
    font-size:30px;
}
h2.tsl{
        font-size:44px;
    }
@media (max-width: 993px) {
    .arrow {
        background-image: url(/statics/img/arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20%;
        cursor: pointer;
    }

    .accordion {
        background-color: #EFEFEF;
        border: none;
        cursor: pointer;
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
        border-radius: 11px;
        outline: none;
        transition: 0.4s;
        font-size: 18px;
        font-family: bold-font;
        padding-left: 2px;
        padding-right: 0px;

    }
    h3.acc{
        font-size:18px;
    }
    h2.tsl{
        font-size:32px;
    }
}



   .triangle-grey-ctr2 {
   position: relative;
   top: -3px;
}
   .triangle-grey-ctr2:after,
   .triangle-grey-ctr2:before {
   content: " ";
   display: block;
   background-color: #007953;
   width: 20px;
   height: 20px;
   position: absolute;
   top: -13px;
   left: 50%;
   z-index: 0;
   -webkit-transform: translate(-50%, -50%) rotate(45deg);
   -ms-transform: translate(-50%, -50%) rotate(45deg);
   transform: translate(-50%, -50%) rotate(45deg);
}

   @media(min-width: 992px) {
      .pricebox-price-img1 {
         margin-top: 27px;
      }
      .pricebox-price-img3{
         margin-top: 35px!important;
      }
      .buy-button1 {
         margin-top: 85px;
      }
      .buy-button3{
         margin-top: 94px;
      }
      .center.card-section {
      position: relative;
      top: -27px!important;
    }
   }


/* ==========================================================================
   OFFICIAL PRODENTIM HIGH-CONVERTING ADD TO CART BUTTONS
   ========================================================================== */
.c-action-box {
  padding: 12px 16px 6px 16px;
  text-align: center;
}

.c-add-to-cart-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 18px;
  background: linear-gradient(180deg, #ffb703 0%, #fb8500 100%);
  color: #1a1a1a !important;
  font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 12px;
  border: 2px solid #ea580c;
  box-shadow: 0 4px 14px rgba(251, 133, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.22s ease-in-out;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

.c-add-to-cart-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ffd166 0%, #e04702 100%);
  box-shadow: 0 8px 22px rgba(251, 86, 7, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #000000 !important;
  text-decoration: none !important;
}

.c-add-to-cart-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(251, 86, 7, 0.4);
}

.c-add-to-cart-btn.featured-cart-btn {
  background: linear-gradient(180deg, #ffbe0b 0%, #d90429 100%);
  border-color: #ba181b;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 20px rgba(217, 4, 41, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  animation: cart-pulse 2.2s infinite ease-in-out;
}

.c-add-to-cart-btn.featured-cart-btn:hover {
  background: linear-gradient(180deg, #ffc300 0%, #c1121f 100%);
  box-shadow: 0 8px 26px rgba(217, 4, 41, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #ffffff !important;
}

@keyframes cart-pulse {
  0% { transform: scale(1); box-shadow: 0 4px 14px rgba(217, 4, 41, 0.4); }
  50% { transform: scale(1.025); box-shadow: 0 8px 24px rgba(217, 4, 41, 0.65); }
  100% { transform: scale(1); box-shadow: 0 4px 14px rgba(217, 4, 41, 0.4); }
}

.btn-cart-icon {
  font-size: 22px;
  line-height: 1;
}

.btn-cart-text {
  font-weight: 900;
  font-size: 21px;
  line-height: 1.1;
}

.btn-cart-arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.c-add-to-cart-btn:hover .btn-cart-arrow {
  transform: translateX(4px);
}

.c-secure-badge-row {
  margin-top: 8px;
  font-size: 12px;
  color: #4b5563;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
