/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/
@keyframes fadeIn{
  from{ opacity:0; transform:translateY(4px); }
  to{ opacity:1; transform:translateY(0); }
}
@keyframes rotate-border {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1); }
}
.gtranslate_wrapper a{
    margin: 0 5px !important;
}
.wpfFilterWrapper{
    margin: 0 !important;
}
.products li{
    position: relative;
}
.ui-slider.ui-widget-content .ui-slider-handle {
    background: #ff8c01 !important;
    border: 0 !important;
    border-radius: 100% !important;
}
.ui-slider.ui-widget-content:not(.iris-slider-offset) {
    background: #ff8c018a !important;
    border-radius: 50px !important;
    border: 0 !important;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #ff8c01 !important;
}
.wpfPriceInputs {
    font-family: "Kanit", Sans-serif !important;
    font-size: 18px;
    font-weight: 500 !important;
    color: #2D322C;
}
span.onsale {
    border-radius: 0 !important;
    min-height: 30px !important;
    width: fit-content !important;
    max-height: 30px !important;
    line-height: 30px !important;
    left: 100%;
    margin: 0 -22px !important;
    padding: 0 15px !important;
    left:20px !important;
}
.woocommerce ul.products li.product{
    position: relative  !important;
}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist-button{
    left: 80%;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce ul.products li.product .price del{
    opacity: 1 !important;
}
.pulse a {
    -webkit-animation: pulse 1s infinite ease-in-out alternate;
    animation: pulse 1s infinite ease-in-out alternate;
}
.ekit-wid-con .elementskit-clients-slider .single-client{
	min-height: auto !important;
	box-shadow: none !important;
}
.she-header-transparent-yes, .elementor-editor-active .she-header-transparent-yes{
    background-color: #ffffff !important;
}
.product-slide{
    overflow: hidden;
}
.mb-none{
    margin-bottom: 0 !important;
}
.menu-account .elementor-icon-box-title{
    margin-bottom: 0 !important;
}
.menu-account .elementor-icon-box-icon{
    margin-bottom: 0 !important;
}
.categories-slide{
    width: 1400px;
}
.categories-slide .category-item{
    background-color: #ffffff;
    border-radius: 999px;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border: 1px solid #f2f2f2;
    padding:  20px;
    min-height: 280px;
    margin-top: 30px;
    transition: 0.5s;
}
.categories-slide .category-item:hover{
    
}
.categories-slide .categories-list{
    padding: 10px;
}
.categories-slide .category-item img{
    width: 200px;
    height: auto;
    margin: auto auto;
    display: block;
}
.categories-slide .category-item a{
    color: #0F0F0F;
}
.categories-slide .category-item p{
    font-size: 18px;
    line-height: 24px;
    font-family: "Space Grotesk", Sans-serif;
    margin-bottom: 0;
    min-height: 45px;
    padding: 0 10px;
}
.categories-slide .slick-prev {
    left: -310px;
    top: 75%;
}
.categories-slide .slick-next {
    right: 123%;
    top: 75%;
    z-index: 999;
}
.categories-slide .slick-prev,
.categories-slide .slick-next{
    background-color: #ffffff ;
    border-radius: 100% ;
    width: 40px ;
    height: 40px ;
}
.categories-slide .slick-prev:hover,
.categories-slide .slick-next:hover{
    background-color: #ffffff !important;
}
.categories-slide .slick-prev:before, 
.categories-slide .slick-next:before{
    content: "";
    opacity: 1 !important;
    background-image: url(/wp-content/uploads/2025/06/right-arrow.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}
.categories-slide .slick-next:before{
    transform: scaleX(-1)
}
.categories-slide .btn{
    border: 2px dashed #FF8C00;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: -25px auto auto;
    display: block;
    display: flex;
    flex-wrap: wrap;
    transition: transform 1s linear;
    opacity: 0;
    transition: 0.3s;
}
.categories-list:hover .btn{
    opacity: 1;
}
.categories-list:hover{
    margin-top: -30px;
}
.btn-cart{
    width: 40px;
    height: 40px;
    background-color: #FF8C00;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.btn-cart::before{
    content:"";
    position: relative;
    display: block;
    background: url(/wp-content/uploads/2025/06/add-to-cart.webp) center center no-repeat;
    background-size: 100%;
    margin: auto;
    width: 27px;
    height: 27px;
    z-index: 1;
}
.categories-slide .btn{
    animation: rotate-border 1s linear 1;
}
.new-product .add_to_cart_button{
    /*background-image: linear-gradient(to bottom, #ffa528, #f76300), linear-gradient(45deg, #ffd700, #ffcc33, #ffb200, #ffd700) !important;*/
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease;
}
.new-product .add_to_cart_button::before{
    /* content: "";
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    background: url(/wp-content/uploads/2025/06/add-to-cart.webp) center center no-repeat;
    background-size: 60%;
    width: 35px;
    height: 35px;
    margin: auto; */
}
.new-product .add_to_cart_button:hover{
	background-image: linear-gradient(to bottom, #ffa528, #f76300), linear-gradient(45deg, #ffd700, #ffcc33, #ffb200, #ffd700) !important;
	box-shadow: 0 4px 12px rgb(255 140 1 / 50%) !important;
    scale: 1.1;
}
.new-product li{
    border-radius: 20px 20px;
}
.logo-slide img{
    width: 120px !important;
    height: 120px !important;
}
.partner-logo .elementor-background-overlay{
    background-color: #FEAA47 !important;
    width: 60%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    transform: skewX(22deg);
    transform-origin: left center;
    margin-left: -10%;
}
.img-left img{
    margin-left: 400px !important;
   
}
.newsletter-form .e-form__buttons{
    margin-bottom: 0 !important ;
    position: absolute;
    right: 0;
    top: 0;
}
.logo-q .elementor-icon-box-icon{
	display: flex !important;
}
.cat-product  .elementor-icon-box-icon{
	display: flex !important;
}
.logo-q  .elementor-icon{
/*     background: radial-gradient(120% 120% at 30% 20%, #FFC36A 0%, #FFA528 45%, #FF8C00 100%);
    box-shadow: 0 18px 40px rgba(255, 140, 0, .28), inset 0 1px 8px rgba(255, 255, 255, .28); */
	border: 2px solid rgb(255, 140, 0);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}
.cat-product .elementor-icon{
/*     background: radial-gradient(120% 120% at 30% 20%, #FFC36A 0%, #FFA528 45%, #FF8C00 100%);
    box-shadow: 0 18px 40px rgba(255, 140, 0, .28), inset 0 1px 8px rgba(255, 255, 255, .28); */
	border: 2px solid rgb(255, 140, 0);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}
.logo-q .elementor-icon{
    width: 100px;
    height: 100px;
}
.cat-product:hover .elementor-icon, .cat-product:focus .elementor-icon{
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(255, 140, 0, .38), inset 0 2px 12px rgba(255, 255, 255, .35);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .1));
}
.bg-shadow::before{
    /* content: "";
    position: absolute;
    inset: auto;
    left: 40px;
    bottom: -20px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .35), transparent 60%);
    z-index: 9; */
}
.elementor-icon-box-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-slide article{
    border-radius: 30px 0 30px 0 !important;
}
.logo-buy .elementor-container {
    min-height: 340px;
}
.sidebar-title{
    font-family: "Noto Sans Thai", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 1px solid #ff8c00;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.shop-filter-wrap label{
    font-family: "Noto Sans Thai", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0F0F0F;
}
.woocommerce-category-filter input[type="checkbox"] {
    accent-color: #ff8c00;
}
.shop-list h2{
    min-height: 80px;
}
.woocommerce .woocommerce-result-count{
    font-family: "Noto Sans Thai", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0F0F0F;
}
.woocommerce .woocommerce-ordering select{
    border: 0 !important;
    border-bottom: 1px solid #0F0F0F !important; 
    border-radius: 0;
}
.shop-list ul .products{
    margin-top: 30px;
}
.pro-short ul,
.pro-short ol{
    margin-bottom: 20px;
}
.elementor-widget-woocommerce-product-meta .detail-label{
    font-weight: 400 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1 !important;
}
.comment-form-rating{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce #review_form #respond p.stars{
    width: fit-content;
}
label#comment-form-rating-label{
    margin-right: 15px;
}
.woocommerce p.stars a{
    color: #FF8C00;
}
form#commentform {
    margin-top: 20px;
}
.woocommerce #review_form #respond textarea{
    border-radius: 15px;
    border: 1px solid #ebebeb;
}
.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond textarea:focus-visible{
    border: 1px solid #FF8C00 !important;
    outline-color: #FF8C00 !important;
}
.woocommerce #review_form #respond .form-submit input{
    background-color: #FF8C00;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px 25px;
    border: 2px solid #FF8C00;
}
.woocommerce #review_form #respond .form-submit input:hover{
    background-color: #ffffff;
    color: #FF8C00;
}
.woocommerce-Tabs-panel strong{
    color: #FF8C00;
    font-size: 20px;
}
.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol{
    margin-bottom: 20px;
}
.quantity .qty{
    width: 80px !important;
}
.btn-healthy a{
    border-radius: 50px;
    /* พื้นหลัง gradient + ขอบ gradient ทอง */
      background-image: 
      linear-gradient(to bottom, #ffa528, #f76300),   /* พื้นหลังปุ่ม */
      linear-gradient(45deg, #ffd700, #ffcc33, #ffb200, #ffd700); /* เส้นขอบทอง */
      background-origin: border-box;
      background-clip: padding-box, border-box;
      box-shadow: 0 4px 12px rgba(0,0,0,0.25);
      transition: all 0.3s ease;
      border: 3px solid transparent;
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(0,0,0,.25), inset 0 0 0 2px rgba(255,255,255,.12);
}
.btn-healthy a:hover {
    animation: 2s infinite alternate;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
    background-image: linear-gradient(to right, rgb(255, 165, 40), rgb(247, 99, 0)), linear-gradient(45deg, rgb(255, 243, 176), rgb(255, 215, 0), rgb(255, 178, 0), rgb(255, 204, 51));
}
.btn-healthy a:active {
      transform: scale(0.97);
}
.new-product li{
    transition: all 0.5s ease;
}
.new-product h2{
	width: 70%;
    margin: auto !important;
    min-height: 70px;
}
.page-id-22 .new-product h2{
    width: 90% !important;
}
.wp-tabs{
    z-index: 99;
    display: block;
  width:100%;
  margin:-150px 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.wp-tabs__list{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:8px;
  position:relative;
  border-bottom:1px solid var(--tab-border);
  overflow:auto;
  scrollbar-width:thin;
}
.wp-tabs__list button{
    font-family: "Prompt", Sans-serif;
    font-size: 19px;
    line-height: 30px;
    color: #FF8C00 !important;
    text-align: center;
    padding: 20px;
    margin: 20px 20px 40px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 3px solid #FF8C00 !important;
    width: 20%;
}
.wp-tabs__list button.is-active,
.wp-tabs__list button:hover{
    color: #FF8C00 !important;
    box-shadow: 0 10px 30px rgba(255, 140, 0, .38), inset 0 2px 12px rgba(255, 255, 255, .35) !important;
}
.wp-tabs__tab{
  appearance:none;
  background:transparent;
  border:0;
  padding:12px 16px;
  font-size:15px;
  color:var(--tab-text);
  cursor:pointer;
  white-space:nowrap;
  border-radius:10px 10px 0 0;
  transition:color .2s ease, background .2s ease, opacity .2s ease;
}
.wp-tabs__tab:hover{ background:#F9FAFB; }
.wp-tabs__tab.is-active{
    font-weight:600;
    background: #ffffff !important;
    border: 3px solid #FF8C00 !important;
}
.wp-tabs__indicator{
  position:absolute;
  height:2px;
  bottom:-1px;
  left:0;
  width:0;
  border-radius:2px;
  transition:transform .25s ease, width .25s ease;
  display: none;
}

.wp-tabs__content{
  padding:50px 20px 20px;
}

.wp-tabs__pane{ display:none; animation: fadeIn .25s ease; }
.wp-tabs__pane.is-active{ display:block; }
.tabs-services h2{
    color: #2D322C;
    font-family: "Prompt", Sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.tabs-services h3{
    color: #2D322C;
    font-family: "Prompt", Sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    border-bottom: 1px solid #FF8C00;
    padding-bottom: 5px;
}
.tabs-services h4{
    color: #2D322C;
    font-family: "Prompt", Sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tabs-services .sub-title{
    color: #FF8C00;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}
.tabs-services p, .tabs-services li{
    color: #2D322C;
    font-family: "Prompt", Sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.tabs-services li{
    margin-bottom: 10px;
}
.tabs-services ol,.tabs-services ul{
    margin-bottom: 30px;
}
.tabs-services a{
    color: #FF8C00;
    text-decoration: underline;
}
span.posted_in {
    display: none !important;
}
.wc-block-cart .wc-block-components-product-name{
    font-family: "Prompt", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2D322C;
}
.wc-block-components-product-price{
    font-family: "Prompt", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f76300;
}
.wc-block-cart .wc-block-cart-item__prices{
    font-family: "Prompt", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2D322C;
}
.wc-block-components-product-metadata__description{
    display: none;
}
button.wc-block-cart-item__remove-link{
    font-family: "Prompt", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-transform: capitalize;
    color: #2D322C;
}
.is-large.wc-block-cart .wc-block-cart-items th{
    font-family: "Prompt", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2D322C; 
    border: 0;
}
.wp-block-woocommerce-cart-order-summary-block{
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    border-radius: 50px;
    background-image: linear-gradient(to bottom, #ffa528, #f76300), /* à¸žà¸·à¹‰à¸™à¸«à¸¥à¸±à¸‡à¸›à¸¸à¹ˆà¸¡ */ linear-gradient(45deg, #ffd700, #ffcc33, #ffb200, #ffd700);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    border: 3px solid transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25), inset 0 0 0 2px rgba(255, 255, 255, .12);
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 20px;
}
.wc-block-components-checkbox__label a{
    color: #2D322C;
}
.wc-block-components-button:hover {
    animation: 2s infinite alternate;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
    color: #ffffff !important;
    background-image: linear-gradient(to right, rgb(255, 165, 40), rgb(247, 99, 0)), linear-gradient(45deg, rgb(255, 243, 176), rgb(255, 215, 0), rgb(255, 178, 0), rgb(255, 204, 51));
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
    font-size: 16px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    font-size: 17px !important;
    color: #ffffff !important;
    opacity: 1 !important;
    padding: 8px 20px;
}
input#wc-block-components-totals-coupon__input-coupon {
    border-radius: 50px;
    padding: 0 15px !important;
    border-color: #ff8c00;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input label{
    padding: 0 15px;
}
form.wc-block-components-form.wc-block-checkout__form{
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px 50px;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 20px;
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px 20px;
}
span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    font-size: 16px;
}
.woocommerce-order-details a{
    color: #2D322C;
    text-decoration: underline;
}
h2.woocommerce-order-details__title,
h2.wc-bacs-bank-details-heading,
.woocommerce .wc-bacs-bank-details-account-name,
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce .woocommerce-customer-details .woocommerce-column__title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff8c00;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: left;
    margin-bottom: 50px;
    font-size: 24px;
}
/* Responsive */
@media (max-width: 640px){
  .wp-tabs__content{ padding:16px; }
  .wp-tabs__tab{ padding:10px 12px; font-size:14px; }
}
.wc-block-components-main table{
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 1580px) {
    .categories-slide .slick-next {
        right: 119% !important;
    }
    .categories-slide .slick-prev {
        left: -255px !important;
    }
    .cat-product .elementor-image-box-wrapper{
        padding: 10px;
        min-height: 200px;
    }
	.hide-deat-br br{display:none;}
    .new-product h2 {
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .categories-slide .slick-next{
        right: 115% !important;
    }
    .categories-slide .slick-prev {
        left: -200px !important;
    }
	.new-product h2{
		width: 100% !important;
	}
    .wp-tabs__list button{
        margin: 20px 5px 40px;
        width:23%;
    }
    .new-product h2{
        width: 85%;
    }
}
@media screen and (max-width: 1200px){
    .categories-slide .slick-next{
        right: 115% !important;
    }
    .categories-slide .slick-prev {
        left: -202px !important;
    }
}
@media screen and (max-width: 980px){
    .categories-slide{
        width: 100%;
    }
    .categories-slide .slick-prev {
        left: 0 !important;
        top: 50%;
        z-index: 99;
    }
    .categories-slide .slick-next {
        right: 0 !important;
        top: 50%;
        z-index: 99;
    }
    .categories-slide .slick-next:before {
        transform: none;
    }
    .categories-slide .slick-prev:before {
        transform: scaleX(-1);
    }
    .cat-product br{
        display: none;
    }
    .new-product .add_to_cart_button{
        right: 15px;
    }
}
@media screen and (max-width: 767px){
    .hidebr br{
        display: none;
    }
    .mobile-br{
        display: block;
        clear: both;
        width: 100%;
    }
    .partner-logo .elementor-background-overlay{
        display: none;
    }
    .new-product ul.products li{
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1) !important;
    }
    .new-product .slick-slide div{
        padding: 20px;
    }
    .new-product .slick-prev {
        left: 0px;
        z-index: 9;
        transform: scaleX(-1);
    }
    .new-product .slick-next {
        right: 0%;
        z-index: 9;
        
    }
    .new-product .slick-prev,
    .new-product .slick-next{
        background-color: #FF8C00 ;
        border-radius: 100% ;
        width: 40px ;
        height: 40px ;
    }
    .new-product .slick-prev:hover,
    .new-product .slick-next:hover{
        background-color: #FF8C00 !important;
    }
    .new-product .slick-prev:before, 
    .new-product .slick-next:before{
        content: "";
        opacity: 1 !important;
        background-image: url(/wp-content/uploads/2025/06/arrow-1.png);
        width: 25px;
        height: 25px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        margin: auto;
    }
    .logo-buy .elementor-container {
        min-height: 280px;
    }
    .br-mobile{
        display: block;
        clear: both;
    }
}