.elementor-2232 .elementor-element.elementor-element-0ea2de4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2232 .elementor-element.elementor-element-5246472{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:150px;--padding-bottom:150px;--padding-left:50px;--padding-right:50px;}.elementor-2232 .elementor-element.elementor-element-5246472:not(.elementor-motion-effects-element-type-background), .elementor-2232 .elementor-element.elementor-element-5246472 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ad25c00 );}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-2232 .elementor-element.elementor-element-4ff7302{text-align:center;}.elementor-2232 .elementor-element.elementor-element-4ff7302 .elementor-heading-title{font-weight:300;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2232 .elementor-element.elementor-element-c8a029a{width:var( --container-widget-width, 520px );max-width:520px;--container-widget-width:520px;--container-widget-flex-grow:0;text-align:center;}.elementor-2232 .elementor-element.elementor-element-c8a029a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2232 .elementor-element.elementor-element-d7ef3c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2232 .elementor-element.elementor-element-d7ef3c4:not(.elementor-motion-effects-element-type-background), .elementor-2232 .elementor-element.elementor-element-d7ef3c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pacifica.co.th/wp-content/uploads/2025/08/Maison-Margiela-for-Website_1024x755px-01.webp");background-position:center center;background-size:cover;}.elementor-2232 .elementor-element.elementor-element-a82f892{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-2232 .elementor-element.elementor-element-02e30fb .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-2232 .elementor-element.elementor-element-02e30fb .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-2232 .elementor-element.elementor-element-02e30fb{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2232 .elementor-element.elementor-element-5246472{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-2232 .elementor-element.elementor-element-5246472.e-con{--order:99999 /* order end hack */;}.elementor-2232 .elementor-element.elementor-element-d7ef3c4{--min-height:237px;}}@media(min-width:768px){.elementor-2232 .elementor-element.elementor-element-5246472{--width:50%;}.elementor-2232 .elementor-element.elementor-element-d7ef3c4{--width:50%;}}/* Start custom CSS for gallery, class: .elementor-element-02e30fb *//* Custom CSS สำหรับ Elementor Gallery */

@media only screen and (min-width: 768px) { /* ใช้เฉพาะบน Tablet และ Desktop */
    
    /* ตั้งค่าคอนเทนเนอร์หลักของ Gallery เป็น Grid */
    /* (เปลี่ยน .elementor-gallery เป็นคลาสจริงของคุณ) */
    .elementor-gallery { 
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 คอลัมน์เท่ากัน */
        gap: 20px; /* ระยะห่างระหว่างรูปภาพ */
        align-items: start; /* จัดแนวรายการให้ชิดด้านบน */
        padding-top: 50px; /* เพิ่มพื้นที่ด้านบนเผื่อไว้ */
    }

    /* ดันรายการทั้งหมดในคอลัมน์ขวาลงมาเท่ากันหมด */
    /* (เปลี่ยน .elementor-gallery-item เป็นคลาสจริงของคุณ) */
    .elementor-gallery-item:nth-child(2n) { /* เลือกรายการที่ 2, 4, 6, 8, ... */
        margin-top: 50px; /* กำหนดระยะที่ต้องการขยับลงมา */
    }
}/* End custom CSS */