﻿

.custompagecomp-section { padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); background-color: var(--background); }
.custompagecomp-section .section-inner { position: relative; max-width: var(--max-width); margin: 0 auto; z-index: 1; }
.custompagecomp-section .section-header h2 { text-align: center; font-size: 38px; font-weight: bold; position: relative; padding: 0 0 12px 0; color: var(--themes-color) }
.custompagecomp-section .section-container { color: var(--font-color) }

.collectionscomp-section { padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); background: var(--background); }
.collectionscomp-section .section-inner { max-width: 1260px; margin: 0 auto;  }
.collectionscomp-section .section-container .flex { display: flex; place-items: center }
.collectionscomp-section .section-container .left_layout { flex-shrink: 0;  width:258px;}
.collectionscomp-section .section-container .left_layout h2 { font-size: 24px; color: var(--font-color) }
.collectionscomp-section .section-container .left_layout p { font-size: 16px; color: var(--subFont-color); margin-top: 20px }
.collectionscomp-section .section-container .left_layout a { margin-top: 30px; border-radius: 30px; font-size: 14px; padding: 10px 24px; border: 1px var(--border-color) solid; background-color: var(--button-background); color: var(--buttonFont-color); display: flex; place-items: center; width: fit-content; gap: 10px; transition-duration: .3s; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; }
.collectionscomp-section .section-container .left_layout a:hover { background-color: var(--themes-color); color: #fff; }
.collectionscomp-section .section-container .right_layout { flex: 1 1 0%; overflow: hidden }
.collectionscomp-section .goods_box .item { padding: 10px; background-color: #fff }
.collectionscomp-section .goods_box .item:first-child { margin-left: 0 }
.collectionscomp-section .goods_box .item .product { padding-bottom: 100%; overflow: hidden; width: 100%; display: flex; position: relative; }
.collectionscomp-section .goods_box .item .product img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; width: 100%; height: 100%; margin: auto; }
.collectionscomp-section .goods_box .item .product img.effect { opacity: 0; transition-duration: 150ms; transition-property: all; transition-timing-function: cubic-bezier(0,0,.2,1); transform: scale(1.05); }
.collectionscomp-section .goods_box .item .product:hover img.effect { transform: scale(1); opacity: 1; }
.collectionscomp-section .goods_box .item .product:hover img.cover { opacity: 0; }
.collectionscomp-section .goods_box .item .product .sale-tag { position: absolute; top: 0; left: 0; background-color: #c82a23; border-radius: 3px; color: #fff; line-height: 1; padding: 6px; text-align: center }
.collectionscomp-section .goods_box .item .product .sale-tag .icon { }
.collectionscomp-section .goods_box .item .product .sale-tag .lable { display: block; margin-top: 2px; }
.collectionscomp-section .goods_box .item .product .sold-out { position: absolute; bottom: 0; left: 0; right: 0; top: 0; height: 100%; width: 100%; text-align: center; background-color: rgba(0,0,0,0.7); display: flex; place-content: center; place-items: center }
.collectionscomp-section .goods_box .item .product .sold-out span { font-size: 16px; color: #fff; text-transform: uppercase }
.collectionscomp-section .goods_box .item .info { }

.collectionscomp-section .goods_box .item .info .g_title { margin-top: 8px; font-weight: 400; font-size: 14px; line-height: 1.4; font-style: normal; }
.collectionscomp-section .goods_box .item .info .g_title a { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow-wrap: break-word; color: #292929; }
.collectionscomp-section .goods_box .item .info .price { margin: 5px 0 }
.collectionscomp-section .goods_box .item .info .price .text { font-size: 16px; font-weight: 700; color: #c82a23 }
.collectionscomp-section .goods_box .item .info .price .del { font-size: 14px; color: #999; padding-left: 5px; }
.collectionscomp-section .goods_box .item .info .other .sales { font-size: 14px; color: #333 }
.collectionscomp-section .controller .warp_ctrl { display:flex;place-items:center;place-content:center;gap:0px;padding:20px 0 5px}
.collectionscomp-section .controller .warp_ctrl .pagination { font-size: 14px; color: #444; width:auto;text-align:center;min-width:62px;margin:0 }
.collectionscomp-section .controller .warp_ctrl .product-arrow {outline:none; cursor: pointer; width: 44px; height: 44px; display: flex; place-items: center; place-content: center; border: 1px rgba(230,230,230,1) solid; border-radius: 50px; background-color: #fff; transform: scale(1); transition-property: transform; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .2s; }
.collectionscomp-section .controller .warp_ctrl .product-arrow.next { transform: rotate(180deg) }
.collectionscomp-section .controller .warp_ctrl .product-arrow.next:hover { transform: rotate(180deg) scale(1.2); }
.collectionscomp-section .controller .warp_ctrl .product-arrow.prev:hover { transform: scale(1.2); }

.menu-layout { padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); background: var(--background); }
.menu-layout .section-inner { max-width: 1260px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.menu-layout .section-header { margin-bottom: 50px }
.menu-layout .section-header h2 { text-align: center;  color: var(--font-color); }
.menu-layout .section-container { display: flex; place-content: var(--menu-align) }
.menu-layout .section-container .grid-layout { display: grid; grid-template-columns: repeat(var(--menu-grid-column), 1fr); gap: var(--menu-grid-gap); }
.menu-layout .section-container .grid-layout .item { cursor: pointer; display: flex; place-items: center; gap: 20px; flex-direction:column;  }
.menu-layout .section-container .grid-layout .item h2 { font-size: 14px; line-height: 1.4; flex: 1; color: var(--font-color) }
.menu-layout .section-container .grid-layout .item .img-view { width: 80px; height: 80px; flex-shrink: 1; display: flex; place-items: center; place-content: center }
.menu-layout .section-container .grid-layout .item .img-view img { max-height: 100%; max-width: 100%; border-radius: var(--menu-radius); }
.menu-layout .section-container .grid-layout .item:hover {  }

.imgTextComp-section { padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); background-color: var(--background) }
.imgTextComp-section .graphics { display: flex; align-items: center; justify-content: center; gap: 50px; max-width: 1260px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.imgTextComp-section .graphics .images-box { width: 50%; flex: 1 }
.imgTextComp-section .graphics .images-box img { width: 100% }
.imgTextComp-section .graphics .images-box video { max-width: 100%; }
.imgTextComp-section .graphics .text-content { flex: 1; }
.imgTextComp-section .graphics .text-content .title { font-size: 38px; font-weight: 700; margin-bottom: 15px; color: var(--font-color) }
.imgTextComp-section .graphics .text-content .desc { font-size: 16px; color: var(--subFont-color); margin-bottom: 50px }
.imgTextComp-section .graphics .text-content .desc p { margin-bottom: 10px }
.imgTextComp-section .graphics .text-content .list { margin: 0px 0 70px }
.imgTextComp-section .graphics .text-content .list .item { position: relative; font-size: 18px; padding-left: 15px; margin-bottom: 20px; color: var(--font-color) }
.imgTextComp-section .graphics .text-content .list .item::after { content: ''; position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 8px; height: 8px; background-color: var(--themes-color); border-radius: 50% }
.imgTextComp-section .graphics .section-btn { display: flex; place-items: center; }
.imgTextComp-section .graphics .section-btn .btn { border-radius: 30px; font-size: 16px; padding: 10px 24px; background-color: var(--button-background); color: var(--buttonFont-color); display: flex; place-items: center; width: fit-content; gap: 10px; transition: transform .25s ease; font-weight: 700; }
.imgTextComp-section .graphics .section-btn .btn svg { width: 32px; fill: var(--buttonFont-color); }
.imgTextComp-section .graphics .section-btn .btn img { height: 32px }
.imgTextComp-section .graphics .section-btn .btn .inner-button { display: flex; place-items: center; place-content: center; font-weight: 700; transition: all 0.3s ease-in-out; }
.imgTextComp-section .graphics .section-btn .btn .inner-button .icon { width: 25px; fill: var(--buttonFont-color); }
.imgTextComp-section .graphics .section-btn .btn:hover { transform: translate3d(0, -3px, 0); }
.imgTextComp-section .graphics .section-btn .btn:hover .inner-button { transform: rotate(-45deg); }
