/**!
 * doyo collection tabs v0.1.0 (build eb54509)
 * Built: 2025-11-14 17:36:35
 * (c) 2025 doyobest.com
 */
:root{box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}body{margin:0}.product-item[data-v-8db005a7]{display:grid;position:relative;cursor:pointer;text-decoration:none}.product-item.grid-style[data-v-8db005a7]{grid-template-areas:"thumbnail" "info";row-gap:8px;border-radius:6px;color:inherit}.product-item.grid-style:not(.mobile)>.product-thumbnail[data-v-8db005a7]{width:var(--pic-size, 100%)}.product-item.grid-style:not(.mobile)>.product-thumbnail>.product-image[data-v-8db005a7]{aspect-ratio:1 / 1;width:var(--pic-size, 100%);height:auto}.product-item.grid-style.mobile[data-v-8db005a7]{grid-template-rows:auto 1fr;height:100%}.product-item.grid-style.mobile>.product-thumbnail[data-v-8db005a7]{--pic-size-mobile: calc(var(--pic-size));width:var(--pic-size-mobile, 100%)}.product-item.grid-style.mobile>.product-thumbnail>.product-image[data-v-8db005a7]{width:var(--pic-size-mobile, 100%);height:var(--pic-size-mobile)}.product-item.list-style[data-v-8db005a7]{grid-template-areas:"thumbnail info";column-gap:16px;justify-content:flex-start;border-bottom:1px solid #dcdcdc;width:100%}.product-item.list-style[data-v-8db005a7]:not(.mobile){padding:8px 0 24px;height:282px}.product-item.list-style:not(.mobile)>.product-thumbnail[data-v-8db005a7]{aspect-ratio:1 / 1;width:250px;height:auto}.product-item.list-style.mobile[data-v-8db005a7]{--mobile-list-size: 32vw;padding:8px 0 12px;height:calc(var(--mobile-list-size) + 20px)}.product-item.list-style.mobile>.product-thumbnail[data-v-8db005a7]{aspect-ratio:1 / 1;width:var(--mobile-list-size);height:auto}.product-item.loading-mask[data-v-8db005a7]:after{position:absolute;inset:0;z-index:100;border-radius:6px;background-color:#fffc;width:100%;height:100%;content:""}.product-item>.product-thumbnail[data-v-8db005a7]{position:relative;border-radius:8px;background-color:#f1f2f4;aspect-ratio:1 / 1}.product-item>.product-thumbnail.multiple-images:hover>.product-image-main[data-v-8db005a7]{opacity:0}.product-item>.product-thumbnail.multiple-images:hover>.product-image-cover[data-v-8db005a7]{opacity:1}.product-item>.product-thumbnail>.product-image[data-v-8db005a7]{position:absolute;top:0;left:0;transition:opacity .2s ease;border-radius:8px;aspect-ratio:1 / 1;width:100%}.product-item>.product-thumbnail>.product-image-main[data-v-8db005a7]{z-index:10}.product-item>.product-thumbnail>.product-image-cover[data-v-8db005a7]{opacity:0;z-index:20}.product-item a.product-title[data-v-8db005a7]{display:block;transition:all .25s ease;overflow:hidden;color:#333;font-weight:500;font-size:13px;text-decoration:none;text-overflow:ellipsis;line-clamp:2;overflow-x:hidden}.product-item a.product-title[data-v-8db005a7]:hover{color:var(--dy-color-primary)}.product-item a.product-title[data-v-8db005a7]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.product-item.grid-style a.product-title[data-v-8db005a7]{line-clamp:2;-webkit-line-clamp:2}.product-item.list-style a.product-title[data-v-8db005a7]{line-clamp:3;-webkit-line-clamp:3}.product-item.mobile.list-style a.product-title[data-v-8db005a7]{line-clamp:6}.product-info[data-v-8db005a7]{display:flex;flex-direction:column;padding:0 8px;overflow-x:hidden;overflow-y:hidden}.product-info>.product-price[data-v-8db005a7]{display:flex;align-items:center;height:32px;color:var(--dy-color-primary);font-weight:500;font-size:18px}.product-info>.product-price>.product-price-sale[data-v-8db005a7]{height:25px}.product-info>.product-reviews[data-v-8db005a7]{display:flex}.skeleton[data-v-8db005a7]{display:inline-flex;animation-duration:1.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:ani-skeleton-8db005a7;border-radius:4px;background:linear-gradient(90deg,#f1f2f4 25%,#e6e6e6 37%,#f1f2f4 50%);background-size:400% 100%;width:var(--width);height:var(--height)}.skeleton.circle[data-v-8db005a7]{border-radius:50%}@keyframes ani-skeleton-8db005a7{0%{background-position:100% 50%}to{background-position:0 50%}}.tabs-wrapper[data-v-875f8295]{display:flex;position:relative;align-items:center;width:100%;max-width:100%}.tabs-wrapper.mobile[data-v-875f8295]{justify-content:center;padding:0 48px}.tabs-wrapper[data-v-875f8295]:not(.mobile){justify-content:center}.scroll-button[data-v-875f8295]{display:flex;flex-shrink:0;justify-content:center;align-items:center;z-index:500;transition:all .2s ease;cursor:pointer;border:1px solid #e0e0e0;border-radius:50%;background-color:#fff;width:32px;height:32px;color:#666}.scroll-button[data-v-875f8295]:hover:not(.disabled){border-color:#ccc;background-color:#f5f5f5}.scroll-button.disabled[data-v-875f8295]{opacity:.3;cursor:not-allowed}.scroll-button svg[data-v-875f8295]{display:block}.tabs-wrapper.mobile .scroll-button[data-v-875f8295]{position:absolute;top:50%;transform:translateY(-50%);z-index:500}.tabs-wrapper.mobile .scroll-button.scroll-button-left[data-v-875f8295]{left:8px}.tabs-wrapper.mobile .scroll-button.scroll-button-right[data-v-875f8295]{right:8px}.tabs-container[data-v-875f8295]{display:flex;position:relative;align-items:center;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}.tabs-container[data-v-875f8295]::-webkit-scrollbar{display:none}.tabs-container.tabs-style-xmas[data-v-875f8295]{gap:4px;border:1px solid #dfdfe2;border-radius:24px;background-color:#f5f5f5}.tabs-container.tabs-style-simple[data-v-875f8295]{display:flex;gap:8px}.tabs-wrapper.mobile .tabs-container[data-v-875f8295]{flex:1;width:100%;min-width:0}.tabs-wrapper:not(.mobile) .tabs-container[data-v-875f8295]{flex:0 0 auto;width:fit-content;min-width:fit-content}.active-indicator[data-v-875f8295]{position:absolute;top:8px;bottom:8px;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1);transition-delay:.1s;border-radius:16px;background-color:#ff5b00;height:32px}.tab-item[data-v-875f8295]{display:flex;position:relative;justify-content:center;align-items:center;z-index:2;transition:color .25s ease,background-color .3s ease;cursor:pointer;padding:0 16px;scroll-snap-align:start;font-size:14px;white-space:nowrap}.tab-item.tabs-style-xmas[data-v-875f8295]{border:none;border-radius:16px;background-color:transparent;height:48px;color:#666;font-weight:500}.tab-item.tabs-style-xmas[data-v-875f8295]:not(.active):hover{color:#333}.tab-item.tabs-style-xmas.active[data-v-875f8295]{transition-delay:0s;color:#fff}.tab-item.tabs-style-xmas[data-v-875f8295]:not(.active){transition-delay:.1s}.tab-item.tabs-style-simple[data-v-875f8295]{border:1px solid #efefef;border-radius:24px;background-color:#efefef;height:32px;color:#000}.tab-item.tabs-style-simple[data-v-875f8295]:not(.active):hover{border-color:#ff5b00;color:#ff5b00}.tab-item.tabs-style-simple.active[data-v-875f8295]{border-color:#ff5b00;background-color:#fff;color:#ff5b00;font-weight:500}.tabs-wrapper.mobile .tab-item[data-v-875f8295]{padding:0 12px;font-size:13px}.tabs-wrapper:not(.mobile) .tabs-container[data-v-875f8295]{overflow:visible}.code-render-block{width:100%;max-width:1600px}.doyo-collection-tabs[data-v-7e973d5a]{--dy-color-primary: #ff5b00;display:flex;flex-direction:column;width:100%;font-family:Poppins,sans-serif}.tabs-section[data-v-7e973d5a]{display:flex;justify-content:center;align-items:center;width:100%}.doyo-collection-tabs.mobile .tabs-section[data-v-7e973d5a]{margin-bottom:16px}.product-area[data-v-7e973d5a]{padding:0 0 20px;width:100%}.doyo-collection-tabs.mobile .product-area[data-v-7e973d5a]{padding:0 0 16px}.product-list[data-v-7e973d5a]{width:100%}.product-list.grid-view[data-v-7e973d5a]{display:grid;align-items:stretch}.product-list.list-view[data-v-7e973d5a]{display:flex;flex-direction:column}.doyo-collection-tabs.pc .product-list[data-v-7e973d5a]{column-gap:20px;row-gap:20px}.doyo-collection-tabs.mobile .product-list[data-v-7e973d5a]{column-gap:8px;row-gap:16px}.skeleton-product[data-v-7e973d5a]{display:flex;flex-direction:column;gap:8px}.skeleton[data-v-7e973d5a]{animation-duration:1.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:ani-skeleton-7e973d5a;border-radius:4px;background:linear-gradient(90deg,#f1f2f4 25%,#e6e6e6 37%,#f1f2f4 50%);background-size:400% 100%}.skeleton.skeleton-image[data-v-7e973d5a]{aspect-ratio:1;width:100%}.skeleton.skeleton-title[data-v-7e973d5a]{width:80%;height:20px}.skeleton.skeleton-price[data-v-7e973d5a]{width:60%;height:16px}@keyframes ani-skeleton-7e973d5a{0%{background-position:100% 50%}to{background-position:0 50%}}.browse-btn[data-v-7e973d5a]{display:inline-flex;justify-content:center;align-items:center;transition:all .3s ease;border-radius:6px;background-color:#ff5b00;color:#fff;font-weight:600;letter-spacing:1px;text-decoration:none;text-transform:uppercase}
