/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* ==========================
   Layout & Wrapper
   ========================== */

.main-custom-product-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
    }
    
    .main-custom-product-wrapper {
        max-width: 1280px;
    }
}


/* ==========================
   YITH WAPO / Product Options
   ========================== */

.yith-wapo-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    	gap: 20px;
}

.yith-wapo-block {
    flex: 0 0 49%;
    background: #f5f5f5;
    padding: 1rem !important;
    border-radius: 15px;
}

.yith-wapo-addon {
    background: #f5f5f5;
}

.addon-header {
    background: #f5f5f5;
}

div#yith-wapo-block-1 {
    display: none;
}

.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader .yith-wapo-ajax-uploader-container {
    justify-content: space-between;
}

.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader .yith-wapo-ajax-uploader-container span.button {
    background: #fcdb24;
}

.title-image {
    flex: 0 0 30px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
    display: flex;
    flex: 0 0 80%;
    column-gap: 0;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    align-items: center;
    justify-content: flex-start;
}

.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title::before {
    display: none;
}

.options-container {
    padding: 1rem;
}

.yith-wapo-ajax-uploader {
    border: 2px dashed #cacaca !important;
}

.selection-single .label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yith-wapo-block .yith-wapo-addon.toggle-closed + .yith-wapo-addon {
    display: none;
}

.yith-wapo-block .yith-wapo-addon.toggle-open + .yith-wapo-addon {
    display: block;
}

.yith-wapo-block .yith-wapo-addon + .yith-wapo-addon .addon-header {
    display: none;
    margin: 0;
}

.yith-wapo-block .yith-wapo-addon + .yith-wapo-addon .options-container {
    padding: 0 1rem;
}

.yith-wapo-block .yith-wapo-addon + .yith-wapo-addon {
    margin: 0 !important;
}

.yith-wapo-block .yith-wapo-addon.wapo-toggle:not(:last-child) {
    margin-bottom: 0 !important;
}

.selection-single .label .option-container {
    width: 100%;
    padding: 0 !important;
}

.textarea-container {
    width: 100%;
}

.custom-funko-container .yith-wapo-block {
    display: block;
    padding: 0 !important;
    background: transparent !important;
}

.custom-funko-container .yith-wapo-block .yith-wapo-addon {
    background: transparent !important;
}

.custom-funko-container .yith-wapo-block .addon-header {
    background: transparent !important;
}

.custom-funko-container .yith-wapo-block h3 {
    font-size: 0.9rem;
}

.yith-wapo-block .yith-wapo-addon.toggle-closed + #yith-wapo-addon-16 {
    display: block !important;
}

.options.per-row-5 {
    grid-template-columns: repeat(4, minmax(0, 25%)) !important;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display {
    padding: 0 !important;
    position: relative;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option label, .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label {
    font-size: 0.8rem;
    padding: 0.5rem 0 1rem;
}

small.option-price {
    position: absolute;
    top: -32px;
    background: #FCD70C;
    color: #FFF;
    padding: 4px 10px;
    border-radius: 10px;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display {
    padding: 0 !important;
    position: relative;
    border: 2px solid #ebebeb !important;
    border-radius: 15px;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display {
    border: 2px solid #FCD70C !important;
    background: #fefbe6;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display:after {
    top: 6px;
    right: 6px;
    background-color: #FCD70C;
}

h3.wapo-addon-title.toggle-open {
    font-size: 0.8rem;
    font-weight: 600;
}


/* ==========================
   WooCommerce Product Gallery & Details
   ========================== */

.woocommerce-product-gallery {
    display: block !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
    margin: 0 !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.woocommerce-product-gallery__image:nth-child(n+5) { display: none; }

.woocommerce div.product .product_title {
    font-size: 2rem;
    font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #FCD70C;
    font-size: 1.5rem;
    font-weight: 700;
}

.woocommerce-product-details__short-description {
    font-size: 0.8rem;
    font-weight: 300;
}


/* ==========================
   Add to Cart / Custom Cart UI
   ========================== */

.custom-add-to-cart {
    display: flex;
    flex-flow: column;
    padding: 0 1.5rem;
}

.custom-add-to-cart small {
    text-align: center;
    font-size: 0.8rem;
    color: gray;
    margin-top: 1rem;
}

.custom-add-to-cart h2 {
    font-size: 1.1rem;
    font-weight: 400;
}

.custom-addtocart-container .single_add_to_cart_button {
    width: 100%;
    margin: 1rem 0 !important;
    padding: 1rem !important;
    border-radius: 10px !important;
}

#wapo-total-price-table table {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
}

#wapo-total-price-table table td, #wapo-total-price-table table th {
    border: 0;
}


/* ==========================
   Quantity Input Styling
   ========================== */

/* Hide default arrows */
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* Container Styling */
.woocommerce .quantity {
    display: flex;
    align-items: center;
}

/* Button Styling */
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
    width: 35px;
    height: 35px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%; /* This makes them rounded */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    padding: 0;
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
    background-color: #e0e0e0;
}

/* Adjust Input width */
.woocommerce .quantity .qty {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
}


/* ==========================
   Contact Form 7 / Forms
   ========================== */

.wpcf7-form {
    max-width: 100%;
}

.wpcf7-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
    font-size: 0.9rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    border: 0;
    padding: 8px 15px;
    margin-top: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 0.9rem;
}

.wpcf7-form textarea {
    height: auto;
    resize: vertical;
}

.wpcf7-submit {
    background-color: #fcd70c;
    color: #000;
    font-size: 0.9rem;
    padding: 13px 0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
    width: 100%;
    margin-top: 1rem;
    box-shadow: 4px 4px 10px 0 #00000038;
}
.wpcf7-submit::before {
      content: ' ';
      display: block;
        background: url('/wp-content/uploads/2026/01/icon-plane.webp');
      background-size: cover;
      height: 10px;
      width: 10px;
}

.wpcf7-submit:hover {
    background-color: #555;
}


/* ==========================
   Misc / Utility / Small Elements
   ========================== */

small {
    text-align: center;
    font-size: 0.8rem;
    color: gray;
    margin-top: 1rem;
}

ul.after-options-text {
    list-style: none;
    padding: 0;
}

ul.after-options-text li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    padding-left: 1.5rem;
    position: relative;
}
ul.after-options-text li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #c7e9de url(/wp-content/uploads/2026/01/icon-check.webp);
    border-radius: 100%;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
