body { overflow-x: initial; background: #f9f9f9; } header { position: -webkit-sticky; position: sticky; top: 0px; z-index: 1050; box-shadow: 0 0 5px #e2e2e2; background-color: #ffffff; } footer { font-weight: 200; color: white; background-color: #85919c; text-align: center; padding: 10px 0; } footer a { color: #2db7ff; } .top-banner { margin: 0; padding: 10px 0; text-align: center; color: #ffffff; background-color: #000000; } .top-menu { display: flex; align-items: center; position: relative; padding-top: 10px; padding-bottom: 10px; min-height: 70px; } .logo_link, .no_link_logo, .top-menu > .logo { position: absolute; } .logo { max-height: 50px; } .time-counter { flex: 1; text-align: center; font-size: 18px; color: #ff6347; } .content { background: #cccccc; } /* --- */ .blocks .row.raw { background-color: white; } .blocks .row.button { background-color: white; } .blocks .block.image.fit { width: 100%; } .blocks .block.image { display: block; max-width: 100%; height: auto; } .blocks .block.image.full-width { width: 100vw; max-width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; } .blocks .block.button { padding: 20px; } .blocks .block.button button { color: white; display: block; width: 100%; font-size: 18px; letter-spacing: 10px; padding: 10px 16px; border-radius: 6px; border: none; background-color: #ff6347; } /* --- */ #products > .title { text-align: center; margin-bottom: 30px; position: relative; } #products > .title span:after { content : ' '; position: absolute; width : 30%; bottom : -15px; border-bottom: 1px solid; left: 50%; transform: translateX(-50%); } #products .product { border: 1px solid #ccc; border-radius: 5px; padding: 30px; margin-bottom: 30px; background-color: white; display: flex; } #products .product.sold-out { position: relative; overflow: hidden; } #products .product.sold-out:after { font-size: 4rem; content: '已售完'; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, .5); z-index: 10; color: white; display: flex; justify-content: center; align-items: center; } #products .product .photo { position: relative; cursor: pointer; } #products .product .photo:after { content: ' '; display: block; padding-bottom: 100%; } #products .product .photo img { object-fit: cover; position: absolute; width: auto; height: auto; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); } #products .product .context { flex-grow: 1; position: relative; padding-bottom: 120px; } #products .product .context > .title { margin-top: -10px; margin-bottom: 10px } #products .product .context > .title .product-title, #products .product .context > .title .label { display: inline-block; margin-top: 10px; } #products .product .context > .title .label { border: 1px solid #ff6347; color: #ff6347; } #products .product .compare-at-price { margin-top: 10px; } #products .product .price { font-size: 18px; color: #ff6347; } #products .product .description { color: #9a9ea2; margin: 10px 0; max-height: 60px; overflow: hidden; } #products .product .controls { position: absolute; bottom: 0; width: 100%; } #products .product .controls .variants { overflow: hidden; } #products .product .controls .variants-amount { display: flex; margin-bottom: 10px; } #products .product .controls .variants-amount:after { order: 2; content: ' '; width: 10px; height: 10px; } #products .product .controls select, #products .product .controls input { font-size: 16px; background-color: transparent; box-shadow: none; width: 100%; padding: 0 10px; } #products .product .controls .amount input { border-left: none; text-align: center; } #products .product .controls .amount input::-webkit-inner-spin-button, #products .product .controls .amount input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } #products .product .controls .add-button { color: white; letter-spacing: 10px; background-color: #ff6347; } @media (max-width: 767px) { .top-menu { flex-direction: column; align-items: center; } .top-menu .logo_link, .no_link_logo, .top-menu > .logo { position: initial; } } #products .list .product .controls .variants { flex-basis: 50%; order: 1; } #products .list .product .controls .amount { flex-basis: 50%; order: 3; } #products .product .photo { flex-grow: 0; flex-shrink: 0; flex-basis: 280px; margin-right: 30px; } @media (max-width: 991px) { #products .product .photo { flex-basis: 200px; } } @media (max-width: 767px) { #products .product .context { padding-bottom: 160px; } #products .product .controls .variants-amount { flex-direction: column; } } @media (max-width: 479px) { #products .product { flex-direction: column; margin-bottom: 15px; padding: 15px; } #products .product .photo { width: 100%; margin: 0 auto 15px auto; } #products .product .context > .title .product-title { display: block; } #products .product { flex: 1; } } /* --- */ #checkout-v3 { margin-top: 15px; margin-bottom: 15px; } #cart { position: relative; } #cart-detail { top: 0; }