digital print on art paper
\nIllustration by BEOL for OHQUAO, © 2022
\nFrame not included
\n\b\bLarger sizes available on request
\nProudly designed and made in Vietnam
","template_layout":null,"available":true,"tags":[],"price":150000.0000,"price_min":150000.0000,"price_max":450000.0000,"price_varies":true,"compare_at_price":0,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":68829449,"barcode":null,"sku":null,"title":"A4","options":["A4"],"option1":"A4","option2":null,"option3":null,"available":true,"taxable":false,"price":150000.0000,"compare_at_price":null,"inventory_management":"","inventory_policy":"deny","inventory_quantity":0,"weight_unit":"g","weight":0,"requires_shipping":true,"image":null},{"id":68829450,"barcode":null,"sku":null,"title":"A3","options":["A3"],"option1":"A3","option2":null,"option3":null,"available":true,"taxable":false,"price":300000.0000,"compare_at_price":null,"inventory_management":"","inventory_policy":"deny","inventory_quantity":0,"weight_unit":"g","weight":0,"requires_shipping":true,"image":null},{"id":68829451,"barcode":null,"sku":null,"title":"A2","options":["A2"],"option1":"A2","option2":null,"option3":null,"available":true,"taxable":false,"price":450000.0000,"compare_at_price":null,"inventory_management":"","inventory_policy":"deny","inventory_quantity":0,"weight_unit":"g","weight":0,"requires_shipping":true,"image":null}],"featured_image":{"src":"https://bizweb.dktcdn.net/100/416/517/products/hop-diem.png?v=1658811228247"},"images":[{"src":"https://bizweb.dktcdn.net/100/416/517/products/hop-diem.png?v=1658811228247"}],"options":["SIZE:"],"created_on":"2022-07-19T14:44:17","modified_on":"2024-10-17T13:13:49","published_on":"2022-07-26T11:52:00"}, onVariantSelected: selectCallback, enableHistoryState: true }); // Add label if only one product option and it isn't 'Title'. Could be 'Size'. $('.selector-wrapper:eq(0)').prepend(''); // Hide selectors if we only have 1 variant and its title contains 'Default'. $('.selector-wrapper').css({ 'text-align':'left', 'margin-bottom':'15px' }); }); jQuery('.swatch :radio').change(function() { var optionIndex = jQuery(this).closest('.swatch').attr('data-option-index'); var optionValue = jQuery(this).val(); jQuery(this) .closest('form') .find('.single-option-selector') .eq(optionIndex) .val(optionValue) .trigger('change'); }); $(document).ready(function() { if($(window).width()>1200){ $('#zoom_01').elevateZoom({ gallery:'gallery_01', zoomWindowWidth:420, zoomWindowHeight:500, zoomWindowOffetx: 10, easing : true, scrollZoom : true, cursor: 'pointer', galleryActiveClass: 'active', imageCrossfade: true }); } }); $('#gallery_01 img, .swatch-element label').click(function(e){ $('.checkurl').attr('href',$(this).attr('src')); setTimeout(function(){ $('.zoomContainer').remove(); $('#zoom_01').elevateZoom({ gallery:'gallery_01', zoomWindowWidth:420, zoomWindowHeight:500, zoomWindowOffetx: 10, easing : true, scrollZoom : true, cursor: 'pointer', galleryActiveClass: 'active', imageCrossfade: true }) if($(window).width() > 1199){ var he = $('.large-image.featured-image').height() - 100; $('#gallery_01').height(he); if(he < 250){ var items = 2; }else{ if(he < 400){ var items = 3; }else{ var items = 5; } } $("#gallery_01.swiper-container").each( function(){ var config = { spaceBetween: 0, slidesPerView: items, direction: $(this).data('direction'), paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', grabCursor: true , calculateHeight:true, height:he }; var swiper = new Swiper(this, config); }); } },300); }) $(window).on("load resize",function(e){ if($(window).width() > 1199){ var he = $('.large-image.featured-image').height() - 100; $('#gallery_01').height(he); if(he < 400){ var items = 2; }else{ var items = 5; } $("#gallery_01.swiper-container").each( function(){ var config = { spaceBetween: 0, slidesPerView: items, direction: $(this).data('direction'), paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', grabCursor: true , calculateHeight:true, height:he }; var swiper = new Swiper(this, config); }); $('.more-views .swiper-slide img').each(function(e){ var t1 = (this.naturalHeight/this.naturalWidth); if(t1<1){ $(this).parents('.swiper-slide').addClass('bethua'); } }) }else{ $("#gallery_01.swiper-container").each( function(){ var config = { spaceBetween: 15, slidesPerView: 4, direction: 'horizontal', paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', grabCursor: true , calculateHeight:true, height:he }; var swiper = new Swiper(this, config); }); } $('.thumb-link').click(function(e){ e.preventDefault(); var hr = $(this).attr('href'); $('#zoom_01').attr('src',hr); }) }); function scrollToxx() { $('html, body').animate({ scrollTop: $('.product-tab.e-tabs').offset().top }, 'slow'); $('.product-tab .tab-link').removeClass('current'); $('#tab-review').addClass('current'); $('.tab-content').removeClass('current'); $('.tab-review-c').addClass('current'); return false; } $('#responsiveTabsDemo').responsiveTabs({ startCollapsed: 'accordion' });