/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Header */


body .product {
      font-family: "Futura" !important;
}

a:focus {
    outline: none !important;
}

.elementor-widget-text-editor p:last-child,
.textwidget p:last-child, .star-rating-input p {
    margin: 0px;
}

a.button.wc-forward {
    display: none;
}

a.button.checkout.wc-forward {
    display: block;
}

a.oec-cart-view-cart.oec-button {
    display: none;
}

.is-sticky .elementor-element.elementor-element-32434cd:not(.elementor-motion-effects-element-type-background), .elementor-93 .elementor-element.elementor-element-f4bc21e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 90%, #ffffff00 100%) !important;
}

.is-sticky #site-header {
    box-shadow: none !important;
    opacity: 0.970 !important;
}

#site-header.fixed-scroll img {
    max-height: 100% !important;
}

button[type="submit"]:hover, .elementor-button.elementor-button-link:hover {
    background-image: none;
}

a.button, a.added_to_cart {
    padding: 10px 15px !important;
    font-style: italic;
    background-image: linear-gradient(135deg, var(--e-global-color-c1fc8b3) 0%, var(--e-global-color-e82315f) 100%);
}

a.added_to_cart {
    letter-spacing: 1px !important;
    font-size: 14px !important;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
}

a.details.add_to_cart_button.ajax_add_to_cart {
    background-image: linear-gradient(135deg, var(--e-global-color-c1fc8b3) 0%, var(--e-global-color-e82315f) 100%);
}

a.button:hover, a.details.add_to_cart_button.ajax_add_to_cart:hover {
    background-image: none;
}

a.custom-logo-link {
    width: 115px !important;
    display: block;
}

img.custom-logo.oceanwp-logo-svg {
    width: 115px !important;
}

.nav-menu {
    font-size: 16px;
    display: flex;
    gap: 11rem;
    list-style: none;
    padding: 0;
}

.nav-menu li a {
  font-weight: 700;
}

.oec-cart-total .amount {
    font-weight: 700;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none;
}

@media screen and (max-width: 1024px) { 

    .elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
        opacity: 0.95;
        background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 90%, #ffffff00 100%) !important;
}

.my-acc {
    margin-left: -25px;
}

}

/* Home */

body.home {
    overflow-x: hidden;
}

.text-gradient-minerals {
    background: linear-gradient(172deg, rgb(13, 10, 67) 0%, rgb(4, 125, 214) 81.77%, rgb(53, 193, 239) 95.88%, rgb(130, 221, 253) 105.72%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
 
.hometitel h1.elementor-heading-title.elementor-size-default, .text-gradient-vitamins {
    background: linear-gradient(217deg, #FFD200 0%, #FFA500 60%, #FC8A17 90%, #FC8A17 100%);    
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.viam-grad {
  background: linear-gradient(135deg, #00cdcb, #ffe259);
  background: linear-gradient(135deg, #3a7bd5, #ff0099);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 6px rgba(67, 67, 67, 0.075);
}


.glasmordes {
    background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255 / 38%));
    border: 1px solid white !important;
    border-radius: 20px !important;
    padding: 3rem 5rem !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgb(255 255 255 / 3%);
}

.glasmordes.kontact {
    background: linear-gradient(20deg, rgb(255 255 255), rgb(255 255 255 / 38%));
}

.text-abs1 {
    max-width: 660px;
}

.flickity-viewport {
    width: 112%;
}

.flickini ul.products.oceanwp-row {
    display: block !important;
}

.flickini .woocommerce ul.products .flickity-slider li.product:nth-child(6n) {
    margin-right: 30px !important;
}

.flickini .flickity-page-dots {
    bottom: 0;
}

.flickity-page-dots .dot {
    background: #3F4C58;
}

.woo-entry-image.clr img {
    width: 385px;
}

.product-inner.clr {
    height: 100%;
}

.product-inner.clr .title {
    margin-bottom: 0 !important;
}

ul.woo-entry-inner.clr {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce ul.products li.product .price del {
    text-decoration: none;
}

.flickini.elementor-widget.elementor-widget-oec-woo-products {
    width: 100%;
}

span.woocommerce-Price-amount.amount {
    font-weight: 700;
}

del span.woocommerce-Price-amount.amount {
    font-weight: 400;
}

.flickity-prev-next-button {
    top: 105%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.flickini .flickity-prev-next-button.previous {
    left: 60%;
}
    
.flickini .flickity-prev-next-button.next {
    right: 25%;
}

.home .viam-loop-rating, .archive .viam-loop-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

@media screen and (min-width: 945px) {

    .oec-show-cart .oec-cart-dropdown {
    visibility: visible !important;
    opacity: 1 !important;
    }

}

@media screen and (min-width: 1150px) {

    .flickini .woocommerce ul.products .flickity-slider li.product {
        width: 30.75% !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 1149px) {

    .flickini .woocommerce ul.products .flickity-slider li.product {
        width: 40% !important;
    }
}

@media screen and (max-width: 767px) {

    .backgroundHimg {
        position: relative !important;
        z-index: 1;
    }

    .backgroundHimg::before {
        content: "" !important;
        top: 90px !important;
        background-image: url('https://viam-shop.ch/wp-content/uploads/2025/06/Health_Icons.png');
        background-size: 117%;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.2 !important;
        z-index: -1;
    }

    .flickity-viewport {
    width: 110%;
    }

    .home .oec-col-mobile-2 .woocommerce ul.products li.product, .oec-col-mobile-2 ul.products li.product {
        width: calc(75% - 55px) !important;
    }

    .flickini .flickity-prev-next-button.next {
        right: 12%;
    }

    .glasmordes.grfaq {
        padding: 1.5rem 1rem !important;
    }

}

/* Footer */

.elementor-widget-theme-site-logo img {
    width: 120px !important;
}

.elementor-field-group-field_29f8f09 {
  order: 1;
}

.elementor-field-group-field_29f8f09 label {
    font-family: 'Futura LT Pro', sans-serif !important;
}

.viam-payrexx-images-only {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}

.viam-payrexx-images-only .payrexx-icon {
    height: 25px;
    width: auto;
}

.paymob .viam-payrexx-images-only {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
}

.paymob .viam-payrexx-images-only .payrexx-icon {
    height: 24px;
    width: 100%;
    display: block;
}

.elementor-social-icons-wrapper.elementor-grid a {
    font-size: 21px;
}

input#form-field-field_29f8f09 {
    border: 1px solid #3333333b;
}

/* Single Product */

div#tab-description h2 {
    display: none;
}

.single-product summary.e-n-accordion-item-title {
    display: flex;
}

.single-product .single_add_to_cart_button, .wc-block-components-checkout-place-order-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 10px !important;
}

.single-product .single_add_to_cart_button::after, .wc-block-components-checkout-place-order-button::after {
  content: "";
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url('https://viam-shop.ch/wp-content/uploads/2025/10/ThankYouBadge.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  rotate: 27deg;
}

.single-product span.e-n-accordion-item-title-icon svg {
    display: none !important;
}

.single-product .e-n-accordion-item-title-text {
    font-size: 16px;
}

.single-product details.e-n-accordion-item {
    padding: 21.5px 0;
}

.star-rating-input .star {
    font-size: 24px;
}

div#elementor-lightbox-slideshow-single-img {
    display: none !important;
}

#mobilext {
    font-family: 'Futura', sans-serif;
}

.price del {
    color: #0D0A43;
    opacity: 1;
    font-size: 15px;
}

.viam-kilopreis {
    color: #333;
    font-size: 17px;
    margin-bottom: -5px !important;
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    background: deepskyblue;
    padding: 10px 25px !important;
}

ins {
    text-decoration: none;
}

p.price {
    gap: 5px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.center {
    display: flex;
    align-items: center;
    gap: 8px;
}

.circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3ED75F;
    position: relative;
}

.pulse::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3ED75F;
    transform: translate(-50%, -50%);
    animation: pulse-animation 2s infinite;
}

.master {
    margin-top: 5px;
    font-size: 15px;
}

.in-stock .circle,
.in-stock .pulse::before,
.in-stock .master {
    color: #3ED75F;
}

.out-of-stock .circle,
.out-of-stock .pulse::before,
.out-of-stock .master {
    color: #ed0010;
}

.out-of-stock .circle {
    background-color: #ed0010;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 1px 0;
}

.owp-floating-bar.show {
    z-index: 100;
    bottom: 3px !important;
    top: unset !important;
    font-family: 'Futura', sans-serif;
}

.woocommerce-tabs h3 {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20% !important;
    margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1 !important;
}

p.stock.out-of-stock {
    display: none;
}

body.postid-303 button.qty-btn[data-qty="1"] {
  display: none;
}

@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.portion-price-info {
    border-radius: 20px;
    transform: translateY(100%);
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    top: -15px;
    left: 1.5vw;
    font-size: 15px;
    text-transform: initial;
    padding: 5px;
    width: 365px;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

.portion-price-info::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: -1px;
    border-width: 10px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.unit-price {
    opacity: 0.5;
}

.quantity {
    display: none;
}

.lieferzeit-box {
    gap: 5px;
    display: flex;
    margin-top: -17.5px;
    padding: 6px;
    font-size: 14px;
}

.custom-quantity-switcher {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.qty-btn {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ccc;
  color:#0D0A43;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.2s ease;
}

button.qty-btn.active {
    color: white;
    background-color: #ABB8C3;
}

button.button, a.elementor-button {
    background-image: linear-gradient(135deg, #0073e6 0%, #82DDFD 100%) !important;
}

.qty-btn:hover {
  background-color: #ddd;
}

.woocommerce-product-gallery .flex-viewport a {
    box-shadow: 0px 10px 0px rgba(0,0,0,0.5) !important;
}

ul.tabs.wc-tabs li a {
    font-weight: 400 !important;
    color: #0D0A43 !important;
    background: var(--e-global-color-6dc605a);
    background-color: white;
    background-image: linear-gradient(174deg, var(--e-global-color-6dc605a) 15%, #FFFFFF 100%);
}

ul.tabs.wc-tabs li.active a {
    font-weight: 400 !important;
    color: white !important;
    background: linear-gradient(180deg, #FFD200 0%, #FFA525 100%) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.custom-quantity-switcher button {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-quantity-switcher button span {
    font-size: 11px;
}

/* ========== Kontakt-Popup – Desktop & Tablet ========== */
#contact-popup-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #0073e6;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1001;
    padding: 12px 24px;
    white-space: nowrap;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Popup Container */
#contact-popup {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 90%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1002;
    overflow: hidden;
}

div#contact-popup input, div#contact-popup textarea {
    border: 1px solid #e9e6ed !important;
}

#contact-popup button.elementor-button {
    background-image: linear-gradient(135deg, #0073e6 0%, #82DDFD 100%) !important;
}

@media screen and (max-width: 767px) {

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce .product.has-product-nav span.onsale {
        top: 2rem !important;
    }

.quasho {
    height: 75px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    width: 100%;
}

.single-product details.e-n-accordion-item {
    padding: 17.5px 0;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 29% !important;
}

.viam-bewertung {
    margin-top: -35PX;
}

.woocommerce-product-details__short-description {
    margin-bottom: -20px;
}

.portion-price-info {
    font-size: 14.5px;
    width: 340px;
    left: -7.5px;
    margin-bottom: -7.5px;
}

div#copyright {
    display: none;
}

}

/* Popup Header */
#contact-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #0D0A43;
    color: white;
    font-size: 17px;
    font-weight: 600;
}

/* Close Button */
#contact-popup .close-popup {
    background: none;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
}

/* Popup Body */
#contact-popup .popup-body {
    padding: 20px;
}

.grfaq button.elementor-button {
    background-image: linear-gradient(135deg, #0073e6 0%, #82DDFD 100%) !important;
}

/* ========== Kontakt-Popup – Mobile ========== */
@media screen and (max-width: 767px) {

    #contact-popup-button {
        font-size: 14px;
        bottom: 30%;
        right: 10px;
        padding: 10px 18px;
        transform: rotate(-90deg);
        transform-origin: center right;
        border-radius: 15px 15px 0 0;
    }

    #contact-popup {
        bottom: 80px;
        right: 10px;
        width: 90%;
        max-width: 90%;
    }

    #contact-popup .popup-header {
        font-size: 16px;
        padding: 12px 16px;
    }

    #contact-popup .popup-body {
        padding: 16px;
    }

    #mobilext {
    width: 75vw;
    max-width: 320px;
    }

    div#lieferzeit-berechnung img {
        width: 35px !important;
    }

}

/* Shop */

.archive #main #content-wrap {
    padding-top: 0 !important; 
}

body.wp-singular.page-template-default {
    font-family: 'Futura', sans-serif;
}

.woocommerce .woocommerce-ordering {
    display: none;
}

.product a.added_to_cart.wc-forward {
    display: none;
}