/*
Theme Name: Iron Theme
Theme URI: 
Author: Cristiano Silva
Author URI: 
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iron-theme
*/

/* Sticky Header */
header.rey-siteHeader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

body {
    padding-top: 80px !important;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

.woocommerce form .form-row .required {
    visibility: visible;
}

.woocommerce form .form-row abbr.required {
    visibility: visible;
}

.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.rll-youtube-player:focus-within {
    outline: 2px solid #E9AA18;
    outline-offset: 5px;
}

.rll-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.rll-youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all
}

.rll-youtube-player img:hover {
    -webkit-filter: brightness(75%)
}

.rll-youtube-player .play {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(wp-content/plugins/rocket-lazy-load/assets/img/youtube.png) no-repeat center;
    background-color: transparent !important;
    cursor: pointer;
    border: none;
}

.woocommerce ul.products li.product.is-animated-entry {
    opacity: 1;
    transform: none;
}

/* container das setas */
.splide__arrows {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none; /* evita bloquear o slider */
}

/* estilo base das setas */
.splide__arrow {
    position: absolute;
    background: #000;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
}

/* seta esquerda */
.splide__arrow--prev {
    left: 10px;
    transform: rotate(180deg);
}

/* seta direita */
.splide__arrow--next {
    right: 10px;
}

/* opcional: estilo do svg */
.splide__arrow svg {
    width: 18px;
    height: 18px;
    fill: white;
}
div#rey-cartPanel {
    display: none;
}
.rey-cartPanel-content.js-rey-cartPanel-content-original.d-none {
    display: none;
}
div#rey-accountPanel {
    display: none;
}
.rey-ecommSidebar {
    margin-right: 20px;
}

/* Search Form Styles */
.rey-searchForm-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    z-index: 2147483647 !important;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.rey-searchForm-wrapper.--active {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

.rey-searchForm-inner {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    text-align: center;
}

.rey-search-results.js-rey-search-results {
    display: block;
    margin-top: 30px;
    width: 100%;
    max-width: 800px;
}

.rey-search-inner {
    display: flex;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    position: relative;
    justify-content: center;
}

.rey-search-field {
    flex: 1;
    border: none !important;
    font-size: 24px;
    padding: 10px;
    outline: none !important;
    text-align: center;
}

.rey-search-btn {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}

.rey-searchForm-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    z-index: 1000;
    color: #000 !important;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

@media (max-width: 767px) {
    .rey-searchForm-close {
        top: 20px;
        right: 20px;
    }
}

.rey-searchForm-close:hover {
    transform: scale(1.1);
}

.rey-searchForm-close svg {
    width: 30px;
    height: 30px;
    display: block;
}

body.rey-searchForm--active {
    overflow: hidden;
}

.rey-searchTerms {
    list-style: none;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.rey-searchTerms-item {
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #666;
    transition: all 0.2s;
}

.rey-searchTerms-item:hover {
    background: #000;
    color: #fff;
}

.rey-searchForm-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

.rey-search-selectWrapper {
    margin-right: 15px;
    border-right: 1px solid #eee;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.rey-search-select {
    border: none;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    background: transparent;
}

.iron-cart-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    z-index: 9999;
    
    background: #fff;
    padding: 20px 28px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* opcional: alinhar conteúdo */
.iron-cart-notification .__content{
    display: flex;
    align-items: center;
    gap: 10px;
}


.elementor-554 .elementor-element.elementor-element-e6385bd .rey-siteLogo img, .elementor-554 .elementor-element.elementor-element-e6385bd .rey-siteLogo .custom-logo {
    width: 90px!important;
    height: 90px!important;
}

button.splide__arrow.splide__arrow--prev svg {
    transform: rotate(180deg) !important;
}

/* Garantir que os botões de quantidade são clicáveis */
.js-qty-btn {
    cursor: pointer !important;
    user-select: none;
    z-index: 5;
    position: relative;
}

.rey-qtyField {
    display: flex !important;
    align-items: center !important;
}

.elementor-social-icons-wrapper.elementor-grid span a {
    font-size: 18px!important;
    background-color: transparent!important;
}

responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    top: -30%!important;
    left: -20%!important;
    width: 150% !important;
    max-width: 150% !important;
    height: 150%!important;

}

.rey-siteRow { 
    flex-direction: unset!important;
}

.rey-search-results.js-rey-search-results {
    display: block;
    margin-top: 30px;
    width: 100%;
    max-width: 800px;
}
button.rey-search-btn.js-rey-search-btn.btn {
    width: 40px;
}

.rey-search-results.js-rey-search-results {
    display: none;
}
.elementor-container.elementor-column-gap-default {
    margin-left: 20px!important;
    margin-right: 50px!important;
}

.elementor-element.elementor-element-5edf733.elementor-widget.elementor-widget-image div img {
    width: 150%;
    max-width: 150%;
}

.elementor-element.elementor-element-b7ca91b.elementor-widget.elementor-widget-image div img{
     width: 150%;
    max-width: 150%;
}

@media (min-width: 1480px) {
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-8f1a5f6.elementor-section-full_width.elementor-section-height-full.rey-section-stretched.elementor-section-items-stretch.rey-flexWrap.elementor-section-height-default {
        margin-left: -15%;
    }
}

.rey-textScroller-arrows.rey-textScroller-arrows--6e37308 .rey-arrowSvg.rey-arrowSvg--left.rey-textScroller-arrow.is-disabled {
       transform: rotate(180deg) !important;
}

.rey-textScroller-arrows.rey-textScroller-arrows--6e37308 .rey-arrowSvg.rey-arrowSvg--left.rey-textScroller-arrow {
    transform: rotate(180deg) !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-ef6c6ae.elementor-section-full_width.rey-flexWrap.elementor-section-height-default.elementor-section-height-default h3 {
    font-size: 24px;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 100%;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: none;
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
}

.rey-lineLoader:after{
    display: none!important;
}

.quantity .qty {
    text-align: center;
    min-width: 3rem;
    width: 3rem;
}

.cartBtnQty-control {
    width: 40px!important;
     height: 40px!important;
}
.cartBtnQty-control svg {
    width: 18px!important;
    height: 18px!important;
}
.form-actions {
    text-align: center;
    margin-top: 35px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F3BB3A;
    color: white !important;
    border-radius: 10px;
    padding: 20px;
}
button.btn.--primary {
    color: white;
}

h2.sectionSkew-text {
    -webkit-text-stroke-color: white !important;
}
h2.sectionSkew-text {
    -webkit-text-stroke-color: white !important;
}