.video__top { position: relative; height: 100vh; } .video__top video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; outline: 0; object-fit: cover; object-position: center; } .link__inline { display: flex; justify-content:center; gap: 25px; margin-top: 15px; } .link__inline a { color: #000; border-bottom: solid 1px #000; line-height: 1; } .custom_form label { font-weight: 500 !important; font-size: 14px !important; margin: 0 0 10px 15px !important; } .custom_form input[type=”text”], .custom_form input[type=”email”], .custom_form input[type=”tel”] { border: solid 1px #999 !important; height: 48px !important; padding: 0 15px !important; border-radius: 30px !important; } .custom_form .iti__flag-container { margin-left: 7px !important; } .custom_form button[type=”submit”]{ height: 50px !important; line-height: 50px !important; padding: 0 30px !important; border: none !important; background-color: #d7b797 !important; color: #fff !important; font-weight: 600 !important; font-size: 16px !important; display: flex !important; margin: 0 auto !important; border-radius: 30px !important; } .custom_form button[type=”submit”]:hover { opacity: 0.8; } .custom_form .wpforms-error.mailcheck-error { display: none !important; } .custom_form .wpforms-confirmation-container-full { background-color: transparent !important; border: none !important; padding: 0 !important; margin-top: 40px !important; } .custom_form .wpforms-confirmation-container-full img { margin-bottom: 25px; } .custom_form .wpforms-confirmation-container-full h3 { font-weight: 500; text-transform: uppercase; font-size: 24px; margin: 0; } .custom_form .wpforms-confirmation-container-full p { font-size: 14px; } @media screen and (max-width:767px){ .video__top { height: auto; padding-bottom: calc(510/400 * 100%) } }

Celebrate the season with a curation of swimwear and check-inspired pieces.

.video__center–main { position: relative; } .video__center–main.playVideo .video__center { opacity: 1; visibility: visible; pointer-events: all; } .video__center–main.playVideo .button_play { opacity: 0; visibility: hidden; pointer-events: none; } .video__center { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; opacity: 0; visibility: hidden; pointer-events: none; } .video__center .video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; } .button_play { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; border: solid 2px #fff; width: 60px; height: 60px; margin: auto; border-radius: 50%; cursor: pointer; } .button_play:after { content:””; position: absolute; top: 0; right: 0; bottom: 0; left: 13px; width: 0; height: 0; margin: auto; border: solid 10px transparent; border-left: solid 15px #fff; } jQuery(document).ready(function ($) { $(‘body’).on(‘click’,’.button_play’,function(){ $(this).parents(‘.video__center–main’).addClass(‘playVideo’); $(‘.playVideo video’).get(0).play(); }); });

ĐĂNG KÝ ĐỂ ĐƯỢC HỖ TRỢ & NHẬN THÔNG TIN MỚI NHẤT VỀ SẢN PHẨM

[wpforms id=”11758″]
var $ = jQuery; function openFancybox(){ setTimeout(function(){ $(‘.open__popup’).trigger(‘click’); },15000); } function dontShow() { // Set the cookie. Cookies(‘visited’, ‘yes’, { expires: 1 }); } function autoFillContactForm(){ $(‘.custom_form input[name=”wpforms[fields][0]”]’).val(localStorage.getItem(“form_name”)); $(‘.custom_form input[name=”wpforms[fields][1]”]’).val(localStorage.getItem(“form_email”)); $(‘.custom_form input[name=”wpforms[fields][3]”]’).val(localStorage.getItem(“form_phone”)); } $(document).ready(function(){ $(“.fancybox”).fancybox({ afterClose: function(){ if($(‘#dont_show_again’).is(“:checked”)){ dontShow(); } } }); var visited = Cookies(‘visited’); if (visited == ‘yes’) { console.log(‘Theres a visited cookie’); return false; } else { openFancybox(); } });