.elementor-kit-6{--e-global-color-primary:#F1F1F1;--e-global-color-secondary:#C9C9C9;--e-global-color-text:#0F0F0F;--e-global-color-accent:#444444;--e-global-color-5c92d1a:#02010100;--e-global-color-077e009:#00000017;--e-global-color-58429be:#380183;--e-global-color-6753250:#38018321;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-size:44px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.5em;--e-global-typography-1062cc9-font-family:"Barlow";--e-global-typography-1062cc9-font-size:32px;--e-global-typography-1062cc9-font-weight:500;--e-global-typography-1062cc9-text-transform:uppercase;--e-global-typography-1062cc9-font-style:normal;--e-global-typography-1062cc9-text-decoration:none;--e-global-typography-1062cc9-line-height:1.3em;--e-global-typography-ceaa705-font-family:"Manrope";--e-global-typography-ceaa705-font-size:15px;--e-global-typography-ceaa705-font-weight:400;--e-global-typography-ceaa705-text-transform:uppercase;--e-global-typography-ceaa705-font-style:normal;--e-global-typography-ceaa705-text-decoration:none;--e-global-typography-ceaa705-line-height:1.5em;background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:44px;--e-global-typography-secondary-font-size:38px;--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:18px;--e-global-typography-1062cc9-font-size:28px;--e-global-typography-ceaa705-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:38px;--e-global-typography-secondary-font-size:35px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:17px;--e-global-typography-1062cc9-font-size:24px;--e-global-typography-ceaa705-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.general-button{
    .elementor-button-icon{
        transform: rotate(45deg);
        transition: 0.4s all;
    }
}

.general-button a:hover{
    .elementor-button-icon{
        transform: rotate(45deg) translateY(-4px);
    }
}


.peptide-image-hero {
    img{
  animation: floatLoop 1.5s ease-in-out infinite;
    }
}

@keyframes floatLoop {
  0%, 100% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-15px);
  }
}


.cart-empty, .woocommerce-message {
    border-top-color: var(--e-global-color-accent) !important;
}

.return-to-shop a, .woocommerce-message a{
    border-radius: 0px;
    background-color: var(--e-global-color-accent) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
}

.restore-item{
    display: none !important;
}


.return-to-shop a:hover, .woocommerce-message a:hover{
    border-radius: 0px;
    background-color: var(--e-global-color-text) !important;
}

.cart-empty::before, .woocommerce-message::before {
    color: var(--e-global-color-accent) !important;
}/* End custom CSS */