/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : May 7, 2025, 4:02:09 PM
    Author     : emilio
    Default colors :
        Light blue
            #8ed4f6
            rgb(142, 212, 246)
            hsl(200, 85%, 76%)
            hsv(200, 42%, 96%)
        Dark blue
            #0c4c6c
            rgb(12, 76, 108)
            hsl(200, 80%, 24%)
            hsv(200, 89%, 42%)
        Font Dark blue
            #0e3957
            rgb(14, 57, 87)
            hsl(205, 72%, 20%)
            hsv(205, 84%, 34%)
        Shadow font light blue
            #53afbd
            rgb(83, 175, 189)
            hsl(188, 45%, 53%)
            hsv(188, 56%, 74%)
*/
@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-SemiBold.woff2') format('woff2'),
        url('../fonts/Roundo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-Bold.woff2') format('woff2'),
        url('../fonts/Roundo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-Medium.woff2') format('woff2'),
        url('../fonts/Roundo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-ExtraLight.woff2') format('woff2'),
        url('../fonts/Roundo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-Light.woff2') format('woff2'),
        url('../fonts/Roundo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roundo';
    src: url('../fonts/Roundo-Regular.woff2') format('woff2'),
        url('../fonts/Roundo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Roundo';
    color: #0e3957
}

body h1,body h2,body h3,body h4,body h5,body h6,body .wc-block-grid__product-title {
    font-weight: 600
}

body h2,.beta {
    font-size: 1.5em;
    line-height: 1.214
}

.site-header .site-branding img {
    height: auto;
    max-width: 230px;
    max-height: none;
    margin: 0 auto
}

body.page-template-template-homepage .type-page,body.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0em;
    padding-bottom: 0em;
    margin: 0 0 2em
}

body .woocommerce-message,body .woocommerce-info,body .woocommerce-error,body .woocommerce-noreviews,body p.no-comments {
    background-color: #094c6a
}

h1.product_title.entry-title {
    font-size: 22px;
    font-weight: 500
}

ul.products li.product .woocommerce-loop-product__title {
    display: block;
    min-height: 55px
}

body .widget {
    margin: 0 0 0em
}

button.menu-toggle {
    border-radius: 2px;
    padding: 0;
    border: 1px solid rgba(0,0,0,0);
    width: 25px;
    height: 25px
}

button.menu-toggle,button.menu-toggle:hover {
    background-color: #094c6a;
    border-color: #77cbee
}

button.menu-toggle:after,button.menu-toggle:before,button.menu-toggle span:before {
    background-color: #fff
}

button.menu-toggle::before,button.menu-toggle::after,button.menu-toggle span::before {
    left: 4px
}

.easyzoom--overlay {
    position: relative
}

body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 14%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap
}

body .site-header {
    padding-top: .618em;
    padding-bottom: .618em
}

.logo-desktop {
    display: block
}

.logo-mobile {
    display: none
}

body .woocommerce-variation-price,.single-product div.product p.price {
    font-weight: 500;
    font-size: 2.41575em
}

.woocommerce-Price-currencySymbol {
    font-size: .6em;
    vertical-align: super;
    position: relative;
    top: -.2em
}

.price-currency {
    font-size: .5em;
    vertical-align: super;
    margin-right: 0;
    font-weight: 400
}

.price-decimal {
    font-size: .4em;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 3px
}

body .woocommerce-variation-price,body.single-product div.product p.price {
    font-size: 2.41575em
}

body.single-product div.product .single_variation .price {
    margin-bottom: 0em;
    display: block
}

#colophon>div>div.footer-widgets.row-1.col-3.fix {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

body button,body input[type=button],body nput[type=reset],body input[type=submit],body .button,body .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,body .added_to_cart {
    border: 1px solid #d1cfcf;
    border-radius: 55px;
    box-shadow: 2px 2px 2px #ccc;
    padding: .6180469716em 1.0em;
}

body .menu-legal-container ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

body .menu-legal-container ul li {
    display: inline;
    padding-left: 0;
    line-height: 2px
}

body .menu-legal-container ul li a {
    font-size: 10px
}

body .menu-legal-container ul li::before {
    content: " ";
    display: none
}

.handheld-cart-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin-bottom: 0em
}

.handheld-cart-form .quantity {
    margin: 0
}

.button.add-to-cart-mobile {
    background-color: #0071a1;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px
}

.button.buy-now-mobile {
    background-color: #ff6a00;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px
}
body .button.buy-now-button.alt {
    color: #fff;
    font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

body.single.single-product .storefront-handheld-footer-bar ul.columns-4 li {
    width: 15%
}

body.single.single-product #colophon>div>div.storefront-handheld-footer-bar>ul>li.custom_cart_controls {
    display: inline-block;
    width: 70%
}

body #colophon>div>div.storefront-handheld-footer-bar>ul>li.custom_cart_controls {
    display: none
}

body.single.single-product #colophon>div>div.storefront-handheld-footer-bar .quantity .qty {
    width: 2.1em;
    text-align: center;
    padding: 10px 0
}

body.single.single-product #colophon>div>.storefront-handheld-footer-bar ul li.search .site-search {
    bottom: -5em
}

body.single.single-product #colophon>div>.storefront-handheld-footer-bar ul li.search.active .site-search {
    bottom: 100%
}

body.single.single-product #colophon>div>.storefront-handheld-footer-bar .footer-cart-form {
    display: flex;
    margin-bottom: 0em
}

body.single.single-product #colophon>div>.storefront-handheld-footer-bar .button {
    padding: .1em .5em;
    border-radius: 15px;
    margin: 0 4px
}

body.single.single-product #colophon>div>div.storefront-handheld-footer-bar>ul>li.my-account {
    display: none
}

body.single.single-product .cfvsw-selected-swatch:before {
    content: "✓";
    font-size: 14px;
    color: green;
    margin-right: 4px;
    display: inline-block
}

.variations.highlight-flash {
    animation: flash-highlight 1s ease;
    animation-iteration-count: 10;
    margin: 0 10px!important;
    width: 95%!important
}
.swiper {
    position: relative;
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1 / 1; /* Maintain square shape */
    background-color: #f9f9f9;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(10px);
    transition: filter 0.5s ease;
}

.swiper-slide img.loaded {
    filter: blur(0);
}

.swiper-button-prev, 
.swiper-button-next {
    color: #3199c7;
    background: #ffffff38;
    border-radius: 10px;
    padding: 11px 21px;
}

.swiper-pagination {
    text-align: center;
    margin-top: 5px;
}
body .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border: 1px solid #3199c7;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #3199c7;
    border: 1px solid #3199c7;
}
body .payment-types{
    display:flex;
}
body .storefront-sticky-add-to-cart .col-full {
        margin-left: 0em;
        margin-right: 0em;
        padding: 0;
}
body a.reset_variations {
    margin-top: 5px;
}
body #wc-stripe-express-checkout-element {
    margin-bottom: 0px;
    margin-top: 0em!important;
}
body.single-product div.product form.cart {
    margin-bottom: 0em;
    padding: 0em 0;
}
.single-product div.product .product_meta{
    border-top: 0px;
}
.trust-message-wrapper {
    max-width: 381px;
    background-color: #f5f5f5;
    padding: 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 0px 0px 15px 15px;
    margin-left: auto;
    margin-right: auto;
}
.trust-message.express-checkout{
    padding: 8px 0px;
    gap: 0px;
}
.trust-message {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0px;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    padding: 8px 6px;
    /* border-bottom: 1px solid #ccc;
    border-radius: 5px; */
}
.trust-message p{
    margin: 0 0 0em;
    line-height: normal;
}
.trust-message p i{
    margin-right: 10px;
}
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 0px;
    justify-content: center;
    text-align: center;
}
.trust-badges.group-two {
    margin-top: 1px;
    gap: 11px;
    padding-bottom: 8px;
}
.badge-item {
    border-radius: 4px;
    width: 67px;
    height: 50px;
    color: #0c4c6c;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, opacity 0.6s ease-out;
    opacity: 0;
    transform: translateY(20px);
    background: transparent;
}
.badge-item.visible {
    opacity: 1;
    transform: translateY(0);
}
.badge-item i {
    font-size: 15px;
    margin-bottom: 6px;
}
.badge-item span {
    font-size: 9px;
    text-transform: uppercase;
    line-height: 10px;
}
.return-sticker-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #FFD700, #FF8C00);
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.sticker-number {
  font-size: 28px;
  line-height: 1;
}

.sticker-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
}
body.single-product div.product .variations_button {
    padding-top: 0em;
}
body div.single_variation_wrap{
    margin-bottom: 10px;
}
body.single-product div.product .product_meta {
    padding-top: 0em;
}
body.single-product div.product p.price {
    margin: 0em 0;
}
body .single_add_to_cart_button.button{
    width: 85%;
    font-size: 24px;
    padding: 3px 0px;
    border-radius: 4px;
    background-color: #0b4d6b;
}
body .ppc-button-wrapper{
    margin-bottom: 10px;
}
body.woocommerce-checkout .woocommerce-info {
    margin-bottom: 0.6em;
}
body .footer-widgets .money-back {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@keyframes flash-highlight {
    0% {
        box-shadow: 0 0 0 0 rgba(255,105,0,.7)
    }

    50% {
        box-shadow: 0 0 10px 5px rgba(255,105,0,.8)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,105,0,0)
    }
}

@media(min-width: 768px) {
    .right-sidebar .content-area {
        width:100%;
        float: left;
        margin-right: 4.347826087%
    }

    body.woocommerce-active .site-header .site-branding {
        width: 100%;
        float: left;
        margin-right: 0%
    }

    body .swiper-horizontal {
        max-width: 100%;
        float: left
    }

    body .storefront-breadcrumb {
        margin: 0 0 0em
    }
    body .products .product .swiper {
        height: auto;
    }
    .swiper-button-prev, 
    .swiper-button-next {
        opacity:0;
    }
    .swiper:hover .swiper-button-prev, 
    .swiper:hover .swiper-button-next{
        opacity:1;
    }
}
@media (max-width: 568px){
    .col-full {
        margin-left: 0.75em;
        margin-right: 0.75em;
        padding: 0;
    }
}
@media(max-width: 768px) {
    body .storefront-breadcrumb {
        margin:0 0 0em;
        padding: 1em 0
    }

    .logo-desktop {
        display: none
    }

    .logo-mobile {
        display: block
    }

    body.single.single-product h1.product_title.entry-title {
        display: none
    }

    body.single-product div.product p.price {
        margin: 0em 0
    }

    body #colophon>div>div.footer-widgets.row-1.col-3.fix {
        flex-direction: column-reverse
    }

    body .menu-legal-container ul li a {
        font-size: 12px
    }

    body .menu-legal-container ul li {
        line-height: 6px
    }

    body .widget {
        margin: 0 0 1em
    }

    body .storefront-sticky-add-to-cart {
        display: block;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99998;
        padding: 1em;
        overflow: hidden;
        zoom: 1;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        border-top: 3px solid #cbcbcb;
        background: #f2f2f2;
    }

    body .storefront-sticky-add-to-cart--slideInDown {
        animation-name: slideInDown
    }

    body .storefront-sticky-add-to-cart--slideOutUp {
        animation-name: slideOutUp
    }

    body .storefront-sticky-add-to-cart__content {
        display: flex;
        align-items: center;
        justify-content: center
    }

    body .storefront-sticky-add-to-cart__content-title {
        display: block;
        line-height: 15px;
    }

    body .storefront-sticky-add-to-cart__content-price {
        margin-right: .875em;
        opacity: .5
    }

    body .storefront-sticky-add-to-cart__content-button {
        margin-left: auto;
        padding: 14px 5px;
        border-radius: 24px;
        text-align: center;
        line-height: 15px;
        width:100px;
    }

    body .storefront-sticky-add-to-cart img {
        max-width: 3.706325903em;
        margin: 0 1.41575em 0 0;
        padding: 3px;
        border: 1px solid rgba(0,0,0,.1)
    }

    body .storefront-sticky-add-to-cart .star-rating {
        display: inline-block;
        margin: 0;
        vertical-align: bottom
    }

    body .admin-bar .storefront-sticky-add-to-cart--slideInDown {
        top: auto;
        bottom: 0;
    }
    body  #tidio-chat iframe {
        bottom: 100px !important;
    }
    body .trust-badges {
        gap: 3px;
    }
    body .storefront-sticky-add-to-cart__content-product-info{
         max-width: 50%;
    }
    body .single_add_to_cart_button.button{
        width:75%;
    }
}
