html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
    outline: 0
}

* {
    box-sizing: border-box
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul,
ul,
li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

a {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0
}

input,
select {
    vertical-align: middle
}

a {
    color: #252c32
}

a:link,
a:visited,
a:hover,
a:active {
    color: #252c32;
    outline: none
}

a:hover {
    color: #596a78
}

img {
    line-height: 1;
    vertical-align: bottom
}

input,
textarea,
select {
    outline: none
}

input[type=radio] {
    display: none
}

input[type=checkbox] {
    display: none
}

input[type=submit],
input[type=button] {
    border: none;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    -webkit-appearance: none
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
    display: none
}

input[type=submit]:focus,
input[type=button]:focus {
    outline-offset: -2px
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

::placeholder {
    color: rgba(0, 0, 0, .5)
}

@font-face {
    font-family: "icomoon";
    src: url("../font/icomoon.eot?w0wb4j");
    src: url("../font/icomoon.eot?w0wb4j#iefix") format("embedded-opentype"), url("../font/icomoon.woff?w0wb4j") format("woff"), url("../font/icomoon.ttf?w0wb4j") format("truetype"), url("../font/icomoon.svg?w0wb4j#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-down:before {
    content: ""
}

.icon-facebook:before {
    content: "";
    color: #fff
}

.icon-twiter:before {
    content: "";
    color: #fff
}

.icon-instagram:before {
    content: "";
    color: #fff
}

.icon-burger:before {
    content: ""
}

.icon-favorite-fill:before {
    content: ""
}

.icon-favorite-outline:before {
    content: ""
}

.icon-logout:before {
    content: ""
}

.icon-person-fill-frame:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-user:before {
    content: ""
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased
}

body {
    position: relative;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: "Noto Sans JP", "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: none
}

img {
    max-width: 100%;
    max-height: 100%
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

:root {
    --color-black: #111;
    --color-gray: #ececec;
    --color-gray-bg: #f4f4f4;
    --color-primary: #4f5de0;
    --color-red: #e23434;
    --color-green: #42a846;
    --color-main-grad: linear-gradient(to right, #6345ed 0%, #e15cfc 100%)
}

.l-navbar {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 8px 16px;
    border-bottom: 1px solid #e9e9ea;
    background: #fff
}

.l-navbar .l-container {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.logo {
    display: flex;
    width: 40px;
    align-items: center
}

@media(min-width: 768px) {
    .logo {
        width: 70px
    }
}

.logo img {
    width: 100%;
    height: auto
}

.navButton {
    display: block;
    position: relative;
    z-index: 1000;
    height: 0;
    margin-left: 16px;
    padding: 12px;
    cursor: pointer
}

@media(min-width: 768px) {
    .navButton {
        display: none
    }
}

.navButton span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #666;
    transition: transform .3s
}

.navButton span:nth-of-type(1) {
    top: 3px
}

.navButton span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto
}

.navButton span:nth-of-type(3) {
    bottom: 3px
}

.navButton.is-active span {
    background: #fff
}

.navButton.is-active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 8px
}

.navButton.is-active span:nth-of-type(2) {
    display: none
}

.navButton.is-active span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 14px
}

.nav {
    display: none;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    margin: 0;
    padding: 80px 20px 24px;
    list-style: none;
    background: rgba(0, 0, 0, .9)
}

@media(min-width: 768px) {
    .nav {
        display: flex;
        position: relative;
        height: auto;
        flex-wrap: wrap;
        flex: 1;
        align-items: center;
        align-content: center;
        gap: 12px 16px;
        width: 100%;
        margin: 0;
        margin-left: 32px;
        padding: 0;
        background: #fff
    }
}

.nav.is-open {
    display: flex
}

.nav .dropdown {
    display: block;
    position: relative;
    top: 0;
    left: 20px;
    z-index: 1000;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: left;
    background: none
}

@media(min-width: 768px) {
    .nav .dropdown {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        background: #fff;
        width: 200px;
        padding: 10px 20px
    }
}

.nav .dropdown.is-active {
    display: block
}

.nav__item {
    display: flex;
    width: 100%;
    line-height: 1.1;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 1.4rem;
    text-align: left;
    gap: 8px
}

@media(min-width: 768px) {
    .nav__item {
        width: auto
    }
}

.nav__item+.nav__item {
    margin-left: 0
}

@media(min-width: 768px) {
    .nav__item+.nav__item {
        margin-left: 0
    }
}

.nav__item--search {
    width: 100%;
    flex: 1 1 320px
}

@media(min-width: 768px) {
    .nav__item--search {
        min-width: 420px;
        flex: 1 1 520px
    }
}

.nav__item--menuBar {
    width: 100%;
    flex: 1 1 100%;
    align-items: stretch;
    padding: 0
}

.nav__item i {
    display: none;
    margin-left: 8px;
    font-size: 2rem
}

@media(min-width: 768px) {
    .nav__item i {
        display: block
    }
}

.nav__item a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 16px 40px;
    color: #fff;
    text-decoration: none
}

@media(min-width: 768px) {
    .nav__item a {
        width: auto;
        padding: 8px 0;
        color: #111
    }
}

.menuBar {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(min-width: 768px) {
    .menuBar {
        flex-wrap: wrap;
        gap: 12px;
        overflow: visible
    }
}

.menuBar__item {
    flex: 0 0 auto;
    min-width: 150px
}

@media(min-width: 768px) {
    .menuBar__item {
        flex: 1 1 200px
    }
}

.menuBar__item a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: background .2s ease, color .2s ease, border-color .2s ease
}

.menuBar__item a:hover {
    color: var(--color-primary);
    border-color: #cfd3f7;
    background: rgba(79, 93, 224,.1)
}

.action {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 55px;
    margin-left: auto
}

.action__item {
    display: flex;
    width: 24px;
    height: 55px;
    align-items: center;
    justify-content: center
}

.action__item img {
    display: block
}

.action__item+.action__item {
    margin-left: 16px
}

@media(min-width: 768px) {
    .action__item+.action__item {
        margin-left: 24px
    }
}

.action__item a {
    text-decoration: none;
    position: relative;
    display: inline-flex
}

.action__item a .badge {
    position: relative;
    top: -15px;
    right: 10px;
    background-color: #fcb425;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    padding: 0 3px;
    width: 48px;
    text-align: center
}

.action__item.sp {
    display: none
}


.l-wrap {
    position: relative;
    padding: 40px 20px
}

.l-wrap--gray {
    background: #f7f7f7
}

.l-container {
    z-index: 5;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px
}

@media screen and (max-width: 800px) {
    .l-container {
        display: block;
        padding: 0
    }
}

@media(min-width: 1024px) {
    .l-container {
        max-width: 1280px;
        padding: 0 24px
    }
}

.l-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.l-layout__main {
    width: 100%
}

@media(min-width: 768px) {
    .l-layout__main {
        width: 78.5%
    }
}

.l-layout__main .l-card {
    width: 100%
}

.l-layout .l-card {
    width: 100%
}

@media(min-width: 768px) {
    .l-layout .l-card {
        width: 78.5%;
        justify-content: start
    }
}

.l-layout .card {
    margin-right: 2%
}

@media(min-width: 768px) {
    .l-layout .card {
        width: 32%
    }
}

.l-layout .card:nth-child(3n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .l-layout__main .l-card {
        width: 100% !important
    }
}

.l-banner {
    width: 100%;
    margin-bottom: 40px
}

.l-section {
    width: 100%;
    margin-bottom: 64px
}

.l-sideMenu {
    margin-bottom: 24px;
    width: 100%;
    background: #fff
}

@media(min-width: 768px) {
    .l-sideMenu {
        width: 20%
    }
}

@media(min-width: 768px) {
    .l-section .l-sideMenu {
        min-height: 760px
    }
}

.sideMenu {
    position: sticky;
    top: 0
}

.sideMenuCat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px
}

@media(min-width: 768px) {
    .sideMenuCat {
        display: block;
        height: auto;
        padding: 12px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 3px rgba(51, 51, 51, .1)
    }
}

.sideMenuCat__ttl {
    grid-column: 1 / -1;
    padding: 4px 0 8px;
    font-size: 1.6rem
}

@media(min-width: 768px) {
    .sideMenuCat__ttl {
        padding: 4px 8px 12px
    }
}

.sideMenuCat__sub {
    display: none;
    list-style: none;
    margin: 12px 0 0;
    padding-left: 12px
}

@media(min-width: 768px) {
    .sideMenuCat__sub {
        display: block
    }
}

.sideMenuCat__sub.is-hidden {
    display: none
}

.sideMenuCat__subItem+.sideMenuCat__subItem {
    margin-top: 6px
}

.sideMenuCat__sub a {
    display: block;
    font-size: 1.3rem;
    color: #666
}

.sideMenuCat__sub a.is-active {
    color: var(--color-primary);
    font-weight: 600
}

.sideMenuCat__item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    min-height: 64px
}

@media(min-width: 768px) {
    .sideMenuCat__item {
        background: none;
        border: none;
        border-radius: 0;
        min-height: 0
    }
}

.sideMenuCat__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 16px 8px;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 12px
}

@media(min-width: 768px) {
    .sideMenuCat__item a {
        display: block;
        text-align: left;
        padding: 12px 8px;
        border-radius: 6px;
        height: auto;
        min-height: 0
    }
}

.sideMenuCat__item a.is-active {
    color: var(--color-primary);
    background: rgba(79, 93, 224,.1)
}

.sideMenuCat__item a:hover {
    color: var(--color-primary);
    background: rgba(79, 93, 224,.1)
}

.sideMenuCat__item--withSub {
    position: relative
}

.sideMenuCat__itemMain {
    display: block;
    height: 100%
}

@media(min-width: 768px) {
    .sideMenuCat__itemMain {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px
    }
}

.sideMenuCat__toggle {
    display: none;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 4px;
    align-items: center;
    justify-content: center
}

@media(min-width: 768px) {
    .sideMenuCat__toggle {
        display: flex
    }
}

.sideMenuCat__toggleIcon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.2s ease
}

.sideMenuCat__item--withSub.is-open .sideMenuCat__toggleIcon {
    transform: rotate(225deg)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.l-breadcrumbs {
    background: rgba(79, 93, 224,.1)
}

.breadcrumbs {
    display: flex;
    max-width: 1170px;
    overflow: hidden;
    overflow-x: auto;
    margin: auto;
    padding: 8px 15px;
    font-size: 1.3rem;
    white-space: nowrap
}

.breadcrumbs a {
    color: var(--color-primary)
}

.breadcrumbs__item {
    display: flex;
    align-items: center
}

.breadcrumbs__item:nth-child(1):before {
    display: none;
    background: none
}

.breadcrumbs__item:before {
    width: 24px;
    height: 24px;
    margin: 0 4px;
    background: url(../img/icn/arrow-right.svg) no-repeat;
    opacity: .7;
    content: ""
}

.sectionHead {
    line-height: 1.4;
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 2.4rem;
    text-align: center
}

@media(min-width: 768px) {
    .sectionHead {
        margin-bottom: 32px;
        font-size: 3.2rem
    }
}

.sectionHead span {
    color: var(--color-primary)
}

/* Shipping note under section head */
.shipping-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 8px auto 20px;
    padding: 10px 14px;
    text-align: center;
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--color-primary);
    background: linear-gradient(180deg, rgba(79, 93, 224,0.08), rgba(232, 244, 255, 0.65));
    border: 1px solid rgba(79, 93, 224,0.35);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.shipping-note:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icn/truck.svg) no-repeat center/20px;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .shipping-note {
        font-size: 1.8rem;
        padding: 12px 16px;
    }
}

.tabMenu {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e0e0e0
}

.tabMenu__item {
    display: inline-flex;
    width: 100%;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f2f2f2;
    cursor: pointer
}

.tabMenu__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .1);
    transition: all .3s
}

.tabMenu__item+.tabMenu__item {
    margin-left: 16px
}

.tabMenu__item.is-active {
    color: #fff;
    background: var(--color-primary)
}

.tabCont {
    display: none
}

.tabCont.is-active {
    display: block
}

.search {
    position: relative;
    width: 100%;
    border-radius: 3px
}

.search input {
    width: 100%;
    height: 55px;
    padding: 5px 16px;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    background: #f4f4f4;
    font-size: 1.4rem;
    outline: none
}

.search input::placeholder {
    color: #666666
}

.search button {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0 6px 6px 0;
    background: var(--color-black);
    cursor: pointer;
    transition: background .2s ease
}

.search button i {
    color: #fff;
    font-size: 2.4rem
}

.search button.is-loading {
    pointer-events: none;
    background: linear-gradient(135deg, #0f0f0f 0%, #2f2f2f 100%);
}

.search button.is-loading i {
    opacity: 0;
}

.search button.is-loading::before,
.search button.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.search button.is-loading::before {
    background: conic-gradient(from 0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0) 100%);
    filter: blur(1px);
    animation: search-spinner-glow 1.2s ease-in-out infinite;
}

.search button.is-loading::after {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.75);
    animation: search-spinner-rotate .65s linear infinite;
}

@keyframes search-spinner-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes search-spinner-glow {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(0.85);
        opacity: 0.4;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.85;
    }
}

.selectbox {
    position: relative
}

.selectbox:before,
.selectbox:after {
    position: absolute;
    content: "";
    pointer-events: none
}

.selectbox:before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 46px
}

.selectbox:after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    transform: translate(50%, -50%) rotate(45deg)
}

.selectbox select {
    width: 100%;
    min-width: 230px;
    height: 40px;
    padding: 0 16px;
    border: none;
    border: 1px solid var(--color-gray);
    border-radius: 6px;
    color: var(--color-black);
    background: #fafafa;
    font-size: 1.6rem;
    cursor: pointer;
    appearance: none
}

.l-card {
    display: flex;
    flex-wrap: wrap
}

.l-card--table {
    display: block;
    width: 100%;
    overflow-x: auto
}

.l-card--table>table {
    width: 100%
}

.l-card--table nav {
    margin-top: 16px
}

@media screen and (max-width: 1024px) {
    .l-card--table>table {
        min-width: 720px
    }
}

.card {
    display: block;
    position: relative;
    width: 48%;
    margin-bottom: 10px;
    border: 1px solid var(--color-gray);
    border-radius: 16px;
    background: #f4f4f4;
    text-decoration: none
}

@media(min-width: 768px) {
    .card {
        width: 32%;
        margin-bottom: 18px;
        margin-right: 2%
    }
}

.card:hover {
    border-color: #6345ed;
    box-shadow: 0 0 20px rgba(99, 69, 237, .2)
}

.card__info {
    border-radius: 15px;
    background: #fff
}

.card__info__img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    text-decoration: none;
    color: inherit;
}

.card__info__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    aspect-ratio: 5 / 7;
    object-fit: contain;
    display: block;
}

.card__info__wrap {
    padding: 20px
}

.card__info__wrap+.card__info__wrap {
    border-top: 1px solid var(--color-gray)
}

.card__info__name {
    min-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: none;
    color: inherit;
}

.card__info__price {
    line-height: 1.3;
    margin-top: 8px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-size: 2.0rem;
}

.card__info__btn {
    margin-top: 16px
}

.card__info__btn .btnOutline {
    width: auto;
    height: 32px;
    font-size: 1.4rem
}

.js-highlight-container {
    position: relative;
    min-height: 260px
}

.card--placeholder {
    opacity: .3;
    pointer-events: none
}

.js-highlight-container.is-loading .card--placeholder {
    animation: highlight-skeleton 1.2s linear infinite
}

.card__info__img--placeholder {
    width: 160px;
    height: 160px;
    background: #f0f0f0
}

.card__info__name--placeholder,
.card__info__price--placeholder {
    height: 16px;
    margin: 8px 0;
    background: #f0f0f0
}

.card-loader {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.js-highlight-container.is-loading .card-loader {
    display: flex
}


.card-loader .spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .15);
    border-top-color: rgba(0, 0, 0, .7);
    animation: highlight-spinner-rotate .7s linear infinite
}

.card-loader .spinner__label {
    margin-left: 12px;
    font-size: .85rem;
    color: #555;
    letter-spacing: .02em;
    white-space: nowrap
}

.card__info__price--soldout {
    color: #c23b3b;
    font-weight: 600
}

.no-results--error {
    text-align: center
}

@keyframes highlight-skeleton {
    0% {
        opacity: .2
    }

    50% {
        opacity: .45
    }

    100% {
        opacity: .2
    }
}

@keyframes highlight-spinner-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes explore-button-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.pages {
    max-width: 800px;
    margin: auto
}

.pages__cont {
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .pages__cont {
        padding: 32px
    }
}

.pages__cont p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 40px
}

.pages__cont__ttl {
    color: var(--color-primary);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 24px
}

.pages__cont__ttl--mt48 {
    margin-top: 48px
}

.pagesInfo {
    border-top: 1px solid #e0e0e0
}

.pagesInfo__item {
    display: flex;
    font-size: 1.6rem;
    padding: 24px;
    border-bottom: 1px solid #e0e0e0
}

.pagesInfo__item__ttl {
    width: 30%;
    font-weight: bold
}

.pagesInfo__item__txt {
    width: 70%
}

.pagesMap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.packagingGallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 24px 0 40px
}

.packagingGallery__item {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px;
    text-align: center
}

.packagingGallery__img {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 2px;
    object-fit: cover
}

.packagingGallery__caption {
    font-size: 1.3rem;
    margin-top: 8px;
    color: #555
}

.pagesMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pagesQa {
    font-size: 1.6rem;
    line-height: 1.8
}

.pagesQa__parent {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: .3s;
    padding: 16px 16px 16px 72px
}

.pagesQa__parent:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #666
}

.pagesQa__parent:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
    transition: all .3s;
    width: 2px;
    height: 20px;
    background: #666
}

.pagesQa__parent.is-open {
    background: rgba(79, 93, 224,.1)
}

.pagesQa__parent.is-open:after {
    top: 25%;
    transform: rotate(90deg);
    opacity: 0
}

.pagesQa__child {
    padding: 16px 24px
}

.pagesHeader {
    width: 100%;
    height: 260px;
    background: url(../img/campanyBg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagesHeader img {
    width: 124px;
    height: auto
}

.aboutHero {
    position: relative;
    margin: 16px 0 32px;
    padding: 32px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #111a3a 0%, #223888 50%, #4c6fff 100%);
    color: #fff;
    overflow: hidden
}

@media(min-width: 768px) {
    .aboutHero {
        margin: 32px 0 40px;
        padding: 64px 56px;
        border-radius: 18px
    }
}

.aboutHero:after {
    content: "";
    position: absolute;
    top: -80px;
    right: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 60%)
}

.aboutHero__container {
    position: relative;
    display: grid;
    gap: 24px;
    align-items: center;
    z-index: 1
}

@media(min-width: 768px) {
    .aboutHero__container {
        grid-template-columns: 3fr 2fr;
        gap: 32px
    }
}

.aboutHero__eyebrow {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    font-size: 1.2rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

.aboutHero__title {
    margin: 12px 0;
    font-size: 3rem;
    line-height: 1.3
}

.aboutHero__lead {
    max-width: 720px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.8
}

.aboutHero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.aboutHero__badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    font-size: 1.2rem;
    letter-spacing: .02em
}

.aboutHero__card {
    padding: 24px;
    border-radius: 14px;
    background: #fff;
    color: #111;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    width: min(360px, 100%);
    margin: 0 auto 0 0
}

.aboutHero__cardTtl {
    margin-bottom: 12px;
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .02em
}

.aboutHero__list {
    margin: 0 0 20px 16px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    list-style: disc
}

.aboutHero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.aboutHero__cta .btnOutline {
    width: auto;
    min-width: 140px;
    height: 48px;
    padding: 0 16px
}

.aboutGrid {
    display: grid;
    gap: 16px
}

@media(min-width: 768px) {
    .aboutGrid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.aboutGrid__item {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05)
}

.aboutGrid__eyebrow {
    color: var(--color-primary);
    font-size: 1.2rem;
    letter-spacing: .06em;
    text-transform: uppercase
}

.aboutGrid__ttl {
    margin: 8px 0 12px;
    font-size: 2rem;
    line-height: 1.4
}

.aboutGrid__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #4b5563
}

.aboutHighlights__grid {
    display: grid;
    gap: 12px;
    margin-top: 16px
}

@media(min-width: 768px) {
    .aboutHighlights__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.aboutHighlights__item {
    padding: 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06)
}

.aboutHighlights__item h4 {
    margin-bottom: 10px;
    font-size: 1.8rem
}

.aboutHighlights__item p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #4b5563
}

.aboutSteps {
    margin-top: 32px
}

.aboutSteps__list {
    display: grid;
    gap: 12px
}

@media(min-width: 768px) {
    .aboutSteps__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.aboutSteps__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    align-items: center
}

.aboutSteps__item h4 {
    margin-bottom: 6px;
    font-size: 1.6rem
}

.aboutSteps__item p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #4b5563
}

.aboutSteps__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(153, 165, 255, .15);
    color: var(--color-primary);
    font-weight: bold
}

.aboutCTA {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(120deg, rgba(79, 93, 224,.12), rgba(155, 166, 255, .14));
    border: 1px solid rgba(79, 93, 224,.14)
}

@media(min-width: 768px) {
    .aboutCTA {
        flex-direction: row;
        align-items: center;
        gap: 32px;
        padding: 28px 32px
    }
}

.aboutCTA__text h3 {
    margin-bottom: 6px;
    font-size: 2rem
}

.aboutCTA__text p {
    margin: 0;
    font-size: 1.4rem;
    color: #4b5563
}

.aboutCTA__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.aboutCTA__actions .btnOutline {
    width: 200px;
    max-width: 100%
}

.menuBar {
    flex-wrap: wrap;
    gap: 8px
}

@media(min-width: 768px) {
    .menuBar {
        flex-wrap: wrap;
        gap: 12px
    }
}

.menuBar__item {
    flex: 0 0 auto;
    min-width: 120px
}

@media(min-width: 768px) {
    .menuBar__item {
        flex: 0 0 auto;
        min-width: 130px
    }
}

.btnAll {
    display: block;
    position: relative;
    width: 285px;
    height: 56px;
    margin: auto;
    border: none;
    border-radius: 50px;
    background: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: all .2s;
    cursor: pointer
}

.btnAll:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    background: linear-gradient(135deg, rgb(99, 69, 237) 0%, rgb(220, 57, 252) 100%) border-box border-box;
    content: "";
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude
}

.btnAll span {
    background: linear-gradient(135deg, #6345ed 0%, #e15cfc 100%);
    background: -webkit-linear-gradient(-45deg, #6345ed 0%, #e15cfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.btnAll:hover {
    background: rgba(99, 69, 237, .1)
}

.btnBlack {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 24px;
    color: #fff;
    background: var(--color-black);
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.btnOutline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 56px;
    padding: 0 14px;
    border: var(--color-primary) 1px solid;
    border-radius: 6px;
    color: var(--color-primary);
    background: #fff;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.btnOutline--home {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    margin: 16px auto 0
}

.btnOutline.is-disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.btnOutline.is-added {
    opacity: .85
}

.btnOutline__spinner {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(51, 51, 51, .25);
    border-top-color: rgba(51, 51, 51, .75);
    animation: explore-button-spin .75s linear infinite
}

.btnOutline__spinner.is-visible {
    display: inline-block
}

.btnOutlineGray {
    display: block;
    width: 240px;
    height: 40px;
    padding: 0 14px;
    border: #e0e0e0 1px solid;
    border-radius: 6px;
    color: #666;
    background: #fff;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.btnPrimar {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: none;
    border-radius: 6px;
    color: #fff;
    background: var(--color-primary);
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.btnPrimar--with-spinner {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem
}

.btnPrimar__spinner {
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    animation: btn-primar-spin .75s linear infinite
}

.btnPrimar__spinner.is-visible {
    display: inline-block
}

.btnPrimar.is-loading {
    cursor: progress;
    pointer-events: none
}

@keyframes btn-primar-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.l-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.l-detail__img {
    display: none;
    position: sticky;
    top: 0;
    width: 47%;
    height: 100%
}

@media(min-width: 768px) {
    .l-detail__img {
        display: block
    }
}

.l-detail__img img {
    width: 100%
}

@media(min-width: 768px) {
    .l-detail__info {
        width: 50%
    }
}

.detail {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    padding: 0;
    list-style-position: inside
}

.detail i {
    margin-right: 8px
}

.detail i:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/chack.svg) no-repeat center/cover;
    content: ""
}

.detail__item {
    display: inline-flex;
    width: 100%;
    font-weight: 700;
    font-size: 15px
}

.detail__item+.detail__item {
    margin-top: 10px
}

.information__head {
    position: relative
}

.information__head__ttl {
    line-height: 1.5;
    font-weight: 700;
    font-size: 2.4rem
}

.information__img {
    display: block;
    max-width: 280px;
    margin: 24px auto 0
}

.information__img img {
    width: 100%;
    height: auto
}

@media(min-width: 768px) {
    .information__img {
        display: none
    }
}

.information__price {
    line-height: 1.3;
    margin-top: 16px;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: .1rem
}

.information__flu {
    margin-top: 24px
}

@media(min-width: 768px) {
    .information__flu {
        margin-top: 32px
    }
}

.information__flu__item {
    color: #545454;
    font-size: 1.6rem;
    list-style-type: disc;
    list-style-position: inside
}

.information__flu__item+.information__flu__item {
    margin-top: 8px
}

.information__flu+.information__flu {
    margin-top: 4px
}

.information__buy {
    border-top: 1px solid #e0e0e0;
    padding-top: 32px;
    margin-top: 32px
}

.information__buy__item+.information__buy__item {
    margin-top: 24px
}

@media(min-width: 768px) {
    .information__buy__item+.information__buy__item {
        margin-top: 32px
    }
}

.information__buy__item .sns {
    color: #666;
    font-size: 2.4rem;
    display: inline-flex
}

.information__buy__item .sns__item {
    margin-right: 8px
}

.information__buy__item .sns__item i:before {
    color: #666
}

.information__buy__item .sns__item a {
    text-decoration: none
}

.costs {
    display: inline-flex
}

.costs__wrap {
    display: inline-flex;
    border: 1px solid #e7e7e7;
    border-radius: 6px
}

.costs__operate {
    height: 56px
}

.costs__number {
    height: 56px
}

.costs__buy {
    margin-left: 16px
}

.costs__buy .btnPrimar {
    width: 200px;
    height: 56px
}

.costs__buy .btnPrimar img {
    margin-right: 8px
}

.btnNumber {
    width: 40px;
    height: 56px;
    padding: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #1c1c1c;
    background: #f8f8f8;
    font-size: 1.6rem;
    cursor: pointer
}

.inputNumber {
    height: 56px;
    padding: 8px;
    border: none;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    font-size: 1.6rem;
    text-align: center
}

.inputNumber::-webkit-outer-spin-button,
.inputNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inputNumber[type=number] {
    -moz-appearance: textfield;
}

.l-select {
    position: relative;
    width: 200px;
    margin-top: 8px
}

.l-select:before {
    position: absolute;
    top: 5px;
    right: 12px;
    color: #666666;
    font-family: icomoon !important;
    font-size: 2.2rem;
    content: "";
    pointer-events: none
}

.select {
    width: 200px;
    height: 44px;
    padding: 0 8px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fafafa;
    font-size: 1.6rem;
    -webkit-appearance: none
}

.l-related .sectionHead {
    text-align: left;
    font-size: 2.4rem
}

.l-related .btnAll {
    margin: 16px auto 56px
}

@media(min-width: 768px) {
    .l-related .btnAll {
        margin-top: 23px
    }
}

.detailSecond {
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 1px px rgba(56, 56, 56, .1)
}

.detailSecond__tab .tabMenu {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 24px;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .detailSecond__tab .tabMenu {
        padding: 0 30px
    }
}

.detailSecond__tab .tabMenu__item {
    position: relative;
    width: auto;
    padding: 0 16px;
    background: none;
    color: #545454
}

.detailSecond__tab .tabMenu__item:hover {
    box-shadow: none
}

.detailSecond__tab .tabMenu__item:before {
    position: absolute;
    bottom: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px
}

.detailSecond__tab .tabMenu__item.is-active {
    font-weight: bold;
    color: var(--color-primary);
    background: #fff
}

.detailSecond__tab .tabMenu__item.is-active:before {
    background: var(--color-primary)
}

.detailSecond__cont {
    padding: 16px 24px
}

@media(min-width: 768px) {
    .detailSecond__cont {
        padding: 24px 30px
    }
}

.detailSecond__cont .tabCont {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #545454
}

@media(min-width: 768px) {
    .detailSecond__cont .tabCont {
        font-size: 1.6rem
    }
}

.mypage {
    padding-bottom: 80px
}

@media(min-width: 768px) {
    .mypage {
        display: flex;
        width: 1100px;
        justify-content: space-between;
        margin: auto
    }
}

.mypage--small {
    max-width: 460px;
    margin: auto;
    background: #fff;
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .mypage--small {
        display: block
    }
}

.mypage--small .sectionHead {
    font-weight: normal;
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: left
}

.mypage--smallBgNone {
    flex-wrap: wrap;
    background: none;
    padding-bottom: 0
}

.mypage--smallBgNone .btnOutlineGray {
    margin: 0 auto
}

.mypage .sectionHead {
    margin-bottom: 24px
}

@media(min-width: 768px) {
    .mypage .sectionHead {
        margin-bottom: 20px
    }
}

.mypage__or {
    text-align: center;
    position: relative;
    margin: 40px 0 32px;
    width: 100%
}

.mypage__or span {
    position: relative;
    color: #666666;
    font-size: 1.3rem;
    z-index: 1;
    background: #f7f7f7;
    padding: 0 16px
}

.mypage__or:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 1px;
    background: #e0e0e0
}

.mypage__nav {
    background: #fff;
    margin-bottom: 24px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .mypage__nav {
        width: 285px;
        min-height: 400px
    }
}

.mypage__nav__item {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem
}

.mypage__nav__item+.mypage__nav__item {
    margin-top: 8px
}

.mypage__nav__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    padding: 8px 12px;
    width: 100%;
    border-radius: 6px
}

.mypage__nav__item a.is-active {
    color: var(--color-primary);
    background: rgba(79, 93, 224,.1)
}

.mypage__nav__item img {
    width: 24px;
    height: auto;
    margin-right: 12px
}

.mypage__cont {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    padding: 20px
}

@media(min-width: 768px) {
    .mypage__cont {
        width: 790px;
        margin-left: 40px;
        padding: 32px
    }

    .mypage__cont .input {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .mypage__cont .input input {
        padding: 10px 15px
    }

    .mypage__cont .input__wrap {
        width: 49%;
        margin-top: 0 !important;
        margin-bottom: 32px
    }

    .mypage__cont .input__wrap--full {
        width: 100%
    }
}

.mypage__cont .input span {
    color: #fa3434
}

.mypage__ttl {
    font-size: 2.4rem
}

@media(min-width: 768px) {
    .mypage__ttl {
        font-size: 3.2rem
    }
}

.mypage__txt {
    font-size: 1.6rem;
    line-height: 1.8
}

.mypage__txt a {
    color: var(--color-primary)
}

.input__wrap--pass {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.input__wrap--pass a {
    color: #545454;
    font-size: 1.4rem
}

.input__wrap+.input__wrap {
    margin-top: 20px
}

.input__wrap__select {
    position: relative;
    width: 100%;
    margin-top: 8px
}

.input__wrap__select::before {
    position: absolute;
    top: 26px;
    right: 12px;
    color: #666666;
    font-family: icomoon !important;
    font-size: 2.2rem;
    content: "";
    pointer-events: none
}

.input__wrap__select select {
    width: 100%;
    height: 44px;
    padding: 0 8px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fafafa;
    font-size: 1.6rem;
    -webkit-appearance: none
}

.input__wrap input {
    width: 100%;
    padding: 15px;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    background: #fafafa
}

.passwordField {
    position: relative
}

.passwordField__input {
    height: 48px;
    padding: 0 56px 0 16px;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    background: #f3f4f6;
    letter-spacing: 0
}

.passwordField__input::placeholder {
    color: #9ca3af
}

.passwordField__toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.passwordField__toggle:focus-visible {
    outline: 2px solid #9db7ff;
    outline-offset: 2px;
    border-radius: 6px
}

.passwordField__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.passwordField__icon--hide {
    display: none
}

.passwordField__toggle.is-active .passwordField__icon--show {
    display: none
}

.passwordField__toggle.is-active .passwordField__icon--hide {
    display: inline-flex
}

.passwordField__svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.input__wrap input.mt16 {
    margin-top: 16px
}

.input__wrap a span {
    color: #2196f3
}

.input__wrap button+button {
    margin-top: 24px
}

.input__wrap .checkboxInput {
    display: flex;
    align-items: center;
    cursor: pointer
}

.input__wrap .checkboxInput__input {
    margin: 0;
    width: 0;
    opacity: 0
}

.input__wrap .checkboxInput__txt {
    color: #212121;
    margin-left: 12px;
    display: block;
    font-size: 1.6rem
}

.input__wrap .checkboxInput__input:checked+.checkboxInput__icn {
    border: solid 1px var(--color-primary);
    background: #fff
}

.input__wrap .checkboxInput__input:checked+.checkboxInput__icn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary) url("../img/icn/check.svg") no-repeat center;
    background-size: contain
}

.input__wrap .checkboxInput__icn {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: solid 2px #ccc;
    background: #fff;
    border-radius: 4px
}

.input__ttl {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 4px
}

.input__note {
    margin-top: 8px;
    color: #fa3434
}

.input__note--hidden {
    display: none;
    margin-top: 4px;
    font-size: 1.3rem
}

.order__item {
    border: 1px solid #e0e0e0;
    padding: 16px 20px;
    border-radius: 6px
}

.order__item+.order__item {
    margin-top: 16px
}

.order__item .orderInfo__img {
    width: 100%
}

@media(min-width: 768px) {
    .order__item .orderInfo__img {
        width: 20%
    }
}

.orderInfo {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: flex-start;
}

.orderInfo__img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    flex-shrink: 0;
}

@media(min-width: 768px) {
    .orderInfo__img {
        width: 140px;
        margin-bottom: 0
    }
}

.orderInfo__txt {
    margin-left: 20px;
    flex: 1 1 0;
}

.orderInfo__txt__ttl {
    font-size: 1.6rem
}

.orderInfo__txt__yen {
    font-family: "Roboto";
    margin-top: 8px
}

.orderInfo__txt .costs {
    margin-top: 32px
}

.orderInfo__txt .costs .btnOutlineGray {
    width: auto;
    height: 58px
}

.alert {
    display: flex;
    align-items: center;
    color: #00b517;
    border: 1px solid #00b517;
    background: rgba(0, 181, 23, .1);
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 24px
}

.alert img {
    margin-right: 8px
}

.address__txt {
    font-size: 1.4rem
}

.addressList {
    margin-top: 24px;
    display: flex
}

.addressList__item {
    border: 1px solid #e0e0e0;
    font-size: 1.4rem;
    padding: 16px;
    width: 50%
}

.addressList__item+.addressList__item {
    margin-left: 16px
}

.addressList__item__head {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem
}

.addressList__item__txt {
    font-size: 1.4rem;
    color: #666;
    margin-top: 8px
}

.addressList__item .btnOutline {
    width: 60px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 28px
}

.addressInput__ttl {
    font-size: 2rem;
    margin-bottom: 24px
}

.addressInput__ttl--mt32 {
    margin-top: 32px
}

.addressInput__ttl--line {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0
}

.addressInput__item .btnPrimar {
    width: 144px
}

.addressInput__item--border {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0
}

.cart {
    width: 100%;
    margin: auto;
    display: block;
    justify-content: space-between
}

@media(min-width: 768px) {
    .cart {
        display: flex;
        width: 92%;
        align-items: stretch
    }
}

.cart__cont {
    width: 100%;
    background: #fff;
    padding: 28px;
    margin-bottom: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .12)
}

@media(min-width: 768px) {
    .cart__cont {
        width: 66%;
        margin-bottom: 0
    }
}

.cart__nav {
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    border: 1px solid #edf0f5;
    border-radius: 28px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .12)
}

@media(min-width: 768px) {
    .cart__nav {
        width: 30%;
        position: sticky;
        top: 24px;
        align-self: stretch;
        display: flex
    }
}

.checkoutSection {
    margin-bottom: 24px
}

.checkoutTabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px
}

.checkoutTabs__btn {
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    font-size: 1.4rem;
    font-weight: 600;
    color: #475569;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease
}

.checkoutTabs__btn.is-active {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 8px 16px rgba(29, 78, 216, .22)
}

.checkoutSection__banner {
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    border-radius: 16px;
    padding: 20px 22px
}

.checkoutSection__banner--login {
    background: #ecfdf3;
    border-color: #b7f7c8
}

.checkoutSection__banner--login .checkoutSection__title,
.checkoutSection__banner--login .checkoutSection__lead {
    color: #166534
}

.checkoutSection__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #23408f;
    margin-bottom: 6px
}

.checkoutSection__lead {
    font-size: 1.4rem;
    color: #23408f;
    margin: 0
}

.checkoutSection--account-fields {
    margin-top: 18px
}

.checkoutSection--shipping {
    margin-top: 4px;
    margin-bottom: 12px
}

.checkout-page .cart__cont {
    padding-top: 20px
}

.checkout-page .cartNext {
    padding-top: 20px
}

.checkout-page .checkoutSection--shipping {
    margin-top: 0
}

.checkoutSection__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px
}

.checkoutSection__heading {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 18px
}

.checkoutSection__note {
    margin: 12px 0 0;
    color: #166534;
    font-size: 1.4rem;
    font-weight: 600
}

.checkoutSection__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 1 / -1
}

.checkoutSection__field--half {
    grid-column: span 1
}

.checkoutSection__field .input__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0
}

.checkoutSection__field input,
.checkoutSection__field select {
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #f3f4f6;
    font-size: 1.6rem;
    letter-spacing: 0
}

.checkoutSection__field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%),
        linear-gradient(135deg, #94a3b8 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px
}

.checkoutSection__field input:focus,
.checkoutSection__field select:focus {
    outline: none;
    border-color: #c7d2fe;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .18);
    background: #f8fafc
}

.checkoutSection__field .input__note {
    margin-top: 6px;
    font-size: 1.3rem;
    color: #dc2626
}

@media(max-width: 767px) {
    .checkoutSection__fields {
        grid-template-columns: minmax(0, 1fr)
    }
}

.checkoutStatus {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 16px;
    border: 2px solid #16a34a;
    background: #ecfdf3;
    color: #166534
}

.checkoutStatus__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.checkoutStatus__svg {
    width: 20px;
    height: 20px;
    fill: #16a34a
}

.checkoutStatus__body {
    flex: 1
}

.checkoutStatus__title {
    font-size: 1.7rem;
    font-weight: 700
}

.checkoutStatus__subtitle {
    font-size: 1.4rem;
    margin-top: 4px
}

.checkoutStatus__action {
    flex-shrink: 0
}

.checkoutStatus__link {
    font-size: 1.4rem;
    font-weight: 700;
    color: #166534;
    text-decoration: underline
}

.checkoutSection__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px
}

.checkoutSection__actions--right {
    justify-content: flex-end
}

.checkoutSection__link {
    font-size: 1.3rem;
    color: #1d4ed8
}

.checkoutSection__button {
    margin-top: 4px
}

.is-hidden {
    display: none
}

.cartNext {
    padding: 36px 32px 32px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1
}

.cartNext__ttl {
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 2px;
    color: #111;
    letter-spacing: 0
}

.cartNext__wrap {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px
}

.cartNext__wrap__txt {
    flex: 1 1 0;
}

.cartNext__wrap__txt--label {
    text-align: left;
    color: #5a6275;
    font-weight: 500
}

.cartNext__wrap__txt--value {
    text-align: right;
    color: #111;
    font-weight: 600
}

.cartNext__valueLine {
    display: block;
    line-height: 1.5
}

.cartNext__wrap--line {
    border-top: 1px solid #e5e7eb;
    padding-top: 18px;
    margin-top: 2px
}

.cartNext__wrap--line .cartNext__wrap__txt--label,
.cartNext__wrap--line .cartNext__wrap__txt--value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111
}

.cartNext__wrap+.cartNext__wrap {
    margin-top: 0
}

.checkoutSteps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
}

.checkoutSteps__step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #9ca3af;
    text-decoration: none;
}

.checkoutSteps__step--active {
    color: #111;
}

.checkoutSteps__step--future {
    color: #d1d5db;
}

.checkoutSteps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e5e7eb;
    color: #9ca3af;
}

.checkoutSteps__step--active .checkoutSteps__num {
    background: #111;
    color: #fff;
}

.checkoutSteps__step--future .checkoutSteps__num {
    background: #f3f4f6;
    color: #d1d5db;
}

.checkoutSteps__sep {
    width: 32px;
    height: 1px;
    background: #e5e7eb;
    margin: 0 8px;
}

.cartNext__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.cartNext__edit-cart {
    font-size: 1.2rem;
    font-weight: 500;
    color: #6b7280;
    text-decoration: underline;
    white-space: nowrap;
}

.cartNext__edit-cart:hover {
    color: #111;
}

.cartNext__shipping-note {
    font-size: 1.1rem;
    font-weight: 400;
    color: #9ca3af;
    margin-top: 2px;
}

.cartNext__items-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4b3ff0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cartNext__items-toggle-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform .2s ease;
    flex-shrink: 0;
}

.cartNext__items-toggle[aria-expanded="true"] .cartNext__items-toggle-icon {
    transform: rotate(180deg);
}

.cartNext__items-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cartNext__items-list[hidden] {
    display: none;
}

.cartNext__wrap--item {
    gap: 12px;
    align-items: flex-start;
}

.cartNext__item-name {
    flex: 1 1 0;
    color: #5a6275;
    font-weight: 500;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cartNext__wrap--terms {
    margin-top: 12px;
    justify-content: flex-start;
    align-items: center
}

.cartNext__wrap--terms .checkboxInput__txt {
    font-size: 1.3rem
}

.cartNext__wrap--terms .checkboxInput {
    display: flex;
    align-items: center;
    cursor: pointer
}

.cartNext__wrap--terms .checkboxInput__input {
    margin: 0;
    width: 0;
    opacity: 0
}

.cartNext__wrap--terms .checkboxInput__txt {
    color: #212121;
    margin-left: 12px;
    display: block
}

.cartNext__wrap--terms .checkboxInput__input:checked+.checkboxInput__icn {
    border: solid 1px var(--color-primary);
    background: #fff
}

.cartNext__wrap--terms .checkboxInput__input:checked+.checkboxInput__icn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary) url("../img/icn/check.svg") no-repeat center;
    background-size: contain
}

.cartNext__wrap--terms .checkboxInput__icn {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: solid 2px #ccc;
    background: #fff;
    border-radius: 4px
}
.cartNext__note {
    padding: 18px 20px;
    border-radius: 18px;
    border: 2px solid #c7d2fe;
    background: #eef2ff;
    color: #2f2f6b
}

.cartNext__note-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b2f87;
    margin-bottom: 14px
}

.cartNext__note-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px
}

.cartNext__note-item {
    position: relative;
    padding-left: 24px;
    font-size: 1.2rem;
    color: #2f3278;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word
}

.cartNext__note-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #4b4ce4
}

.cartNext__wrap--action {
    margin-top: 8px;
    flex-direction: column;
    align-items: stretch;
}

.cartNext__payment {
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fafafa;
}

.cartNext__payment-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #5a6275;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 12px;
}

.cartNext__payment-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cartNext__payment-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cartNext__payment-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.cartNext__payment-icon--wise {
    fill: #163300;
}

.cartNext__payment-icon--paypal {
    fill: #003087;
}

.cartNext__payment-badge-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.cartNext__payment-badge-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111;
}

.cartNext__payment-badge-note {
    font-size: 1.1rem;
    color: #5a6275;
}

.cartNext__button {
    width: 100%;
    height: 58px;
    padding: 0 24px;
    border-radius: 18px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .01em;
    background: #4b3ff0;
    box-shadow: 0 10px 18px rgba(75, 63, 240, .28)
}

.cartNext__button:disabled {
    box-shadow: none;
    opacity: .6
}

.cartNext__secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    color: #6b7280;
    font-size: 1.1rem;
}

.cartNext__secure-icon {
    width: 14px;
    height: 14px;
    fill: #6b7280;
    flex-shrink: 0;
}

.cartNext__terms-notice {
    margin-top: 8px;
    text-align: center;
    font-size: 1.1rem;
    color: #9ca3af;
}

.cartNext__terms-notice a {
    color: #6b7280;
    text-decoration: underline;
}

.l-footer {
    padding-top: 40px;
    background: #3a49c3
}

@media(min-width: 768px) {
    .l-footer {
        padding-top: 60px
    }
}

.footer {
    justify-content: space-between
}

@media(min-width: 768px) {
    .footer {
        display: flex;
        flex-wrap: wrap
    }
}

.footer__nav {
    width: 100%;
    padding: 0 20px
}

@media(min-width: 768px) {
    .footer__nav {
        width: 20%
    }
}

.footer__nav+.footer__nav {
    margin-top: 40px
}

@media(min-width: 768px) {
    .footer__nav+.footer__nav {
        margin-top: 0
    }
}

.footer__nav__ttl {
    margin-bottom: 16px;
    color: #fff;
    font-weight: bold
}

@media(min-width: 768px) {
    .footer__nav__ttl {
        margin-bottom: 24px
    }
}

.footer__nav__item {
    display: block;
    margin-bottom: 4px;
    color: #fff
}

.footer__nav__item:link,
.footer__nav__item:visited,
.footer__nav__item:hover,
.footer__nav__item:active {
    color: #fff
}

.footer__nav__sns {
    display: inline-block;
    margin-top: 24px;
    margin-right: 8px;
    font-size: 2.4rem;
    text-decoration: none
}

@media(min-width: 768px) {
    .footer__nav__sns {
        margin-top: 72px
    }
}

.footer__nav__txt {
    color: #fff
}

.footerCopy {
    width: 100%;
    margin-top: 40px;
    padding: 24px 0;
    color: #fff;
    background: #303fb9;
    font-size: 1.2rem;
    text-align: center
}

@media(min-width: 768px) {
    .footerCopy {
        margin-top: 64px
    }
}



.l-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.96);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.l-search.is-open {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.l-search.is-open .search {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.l-search.is-open .search input[type="text"] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.search__form {
    display: flex;
    gap: 0;
}

.search__form input[type="text"] {
    flex: 1;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px 0 0 8px;
    height: 48px;
}

/* 検索モーダル内のボタン専用で上書き */
.l-search .search__form button {
    all: unset;
    /* 一度リセット */
    background: #333;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 16px;
    font-size: 18px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.l-search .search__form button i {
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
}

.l-search .search__form button.is-loading {
    pointer-events: none;
    background: linear-gradient(135deg, #1a1a1a 0%, #3a3a3a 100%);
}

.l-search .search__form button.is-loading i {
    opacity: 0;
}

.l-search .search__form button.is-loading::before,
.l-search .search__form button.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.l-search .search__form button.is-loading::before {
    background: conic-gradient(from 0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
    filter: blur(1px);
    animation: search-spinner-glow 1.2s ease-in-out infinite;
}

.l-search .search__form button.is-loading::after {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.75);
    animation: search-spinner-rotate .65s linear infinite;
}
.country-name-field {
    width: 100%;
    padding: 0.7rem 0.85rem;
    border: 1px solid #c4c4c4;
    border-radius: 0.35rem;
    background-color: #f9f9f9;
    font-size: 1rem;
    font-weight: 400;
    color: #1f1f1f;
}

.country-name-field:disabled {
    cursor: not-allowed;
    opacity: 1;
}

/* Instagram Feed */
.instagram-section {
    margin-top: 60px;
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

.instagram-section__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.instagram-section__handle {
    color: #777;
    font-size: 0.95rem;
    font-weight: 500;
}

.instagram-feed {
    margin-top: 16px;
}

.instagram-feed__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    min-height: 200px;
}

.instagram-feed__item {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.instagram-feed__item:focus-visible {
    outline: 2px solid #5a64ff;
    outline-offset: 2px;
}

.instagram-feed__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: #f2f2f2;
}

.instagram-feed__empty {
    margin-top: 16px;
    color: #666;
    font-size: 0.95rem;
}

.instagram-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 11000;
    padding: 24px;
}

.instagram-modal.is-open {
    display: flex;
}

.instagram-modal__backdrop {
    position: absolute;
    inset: 0;
}

.instagram-modal__dialog {
    position: relative;
    background: #1f2328;
    border-radius: 18px;
    width: min(100%, 1000px);
    max-height: 92vh;
    display: flex;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.instagram-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    font-size: 22px;
    line-height: 36px;
    cursor: pointer;
    z-index: 2;
}

.instagram-modal__media {
    flex: 1 1 60%;
    background: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

.instagram-modal__image {
    max-width: 100%;
    max-height: 92vh;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.instagram-modal__content {
    flex: 0 0 40%;
    padding: 24px 26px;
    overflow-y: auto;
    background: #1f2328;
    color: #f5f5f5;
}

.instagram-modal__header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    margin-bottom: 16px;
    background: #1f2328;
    color: #f5f5f5;
    padding: 16px 22px 10px;
    margin: -24px -26px 14px;
    border-top-right-radius: 18px;
}

.instagram-modal__profile-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.instagram-modal__profile-link:hover {
    opacity: 0.9;
}

.instagram-modal__profile-link:focus-visible {
    outline: 2px solid rgba(122, 162, 255, 0.9);
    outline-offset: 2px;
    border-radius: 8px;
}

.instagram-modal__avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.instagram-modal__username {
    font-size: 1.05rem;
    color: #ffffff;
    padding: 4px 8px;
    border: none;
    background: transparent;
    border-radius: 6px;
    font-weight: 600;
}

.instagram-modal__caption {
    color: #f5f5f5;
    font-size: 0.95rem;
    line-height: 1.7;
    white-space: normal;
    margin-bottom: 16px;
}

.instagram-modal__caption.is-empty {
    color: #9aa0a6;
}

.instagram-modal__time {
    color: #9aa0a6;
    font-size: 0.85rem;
    margin-top: 10px;
}

.instagram-modal__hashtag {
    color: #7aa2ff;
}

body.has-instagram-modal {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .instagram-feed__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .instagram-feed__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .instagram-modal__dialog {
        flex-direction: column;
    }

    .instagram-modal__content {
        flex: 1 1 auto;
        width: 100%;
    }

    .instagram-modal__media {
        min-height: 280px;
    }
}

@media (max-width: 520px) {
    .instagram-feed__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .instagram-modal {
        padding: 12px;
    }

    .instagram-modal__close {
        top: 8px;
        right: 8px;
    }
}

/* ---------- detail page ---------- */
.information__price--soldout {
    color: #c23b3b;
    font-weight: 600;
}

.btnPrimar.is-disabled {
    background-color: #9a9a9a;
    cursor: not-allowed;
    pointer-events: none;
}

/* ---------- Hero Section (Top Page) ---------- */
.l-hero {
  background: linear-gradient(135deg, #111a3a 0%, #223888 50%, #4c6fff 100%);
  color: #fff;
  isolation: isolate;
}

.hero {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 24px;
}
@media (min-width: 768px) {
  .hero {
    padding: 80px 48px;
  }
}
.hero__inner {
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero__inner {
    grid-template-columns: 60% 40%;
  }
}
.hero__content {
  order: 2;
}
@media (min-width: 768px) {
  .hero__content {
    order: 1;
  }
}
.hero__eyebrow {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.hero__title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 4.8rem;
  }
}
.hero__headline {
  font-size: 3.6rem;
  font-weight: 800;
  color: #ffd166;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero__headline {
    font-size: 4.8rem;
  }
}
.hero__lead {
  font-size: 1.8rem;
  color: #B0B8C1;
  margin-bottom: 32px;
  max-width: 520px;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.hero__btn--primary {
  background: #4b3ff0;
  color: #fff;
  border: 2px solid #4b3ff0;
}
.hero__btn--primary:hover {
  background: #3b2fd4;
  border-color: #3b2fd4;
}
.hero__btn--outline {
  background: #fff;
  color: #111a3a;
  border: none;
}
.hero__btn--outline:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #111a3a;
}
.hero__badges {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 24px;
  justify-content: start;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
  }
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  color: #B0B8C1;
}
.hero__social-proof {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
.hero__social-rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__social-rating-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero__stars {
  font-size: 2rem;
  line-height: 1;
}
.hero__rating-score {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.hero__rating-count {
  font-size: 1.4rem;
  color: #B0B8C1;
}
.hero__social-divider {
  color: #B0B8C1;
  font-size: 2.4rem;
  line-height: 1;
  opacity: 0.5;
}
.hero__social-collectors {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero__collectors-count {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.hero__collectors-label {
  font-size: 1.4rem;
  color: #B0B8C1;
}
.hero__visual {
  order: 1;
}
@media (min-width: 768px) {
  .hero__visual {
    order: 2;
  }
}
.hero__cards {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero__cards {
    height: 400px;
  }
}
.hero__card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .hero__card {
    width: 240px;
    height: 336px;
  }
}
.hero__card--left {
  transform: translate(calc(-50% - 48px), calc(-50% + 16px)) rotate(-12deg);
  opacity: 0.9;
  box-shadow: 0 25px 50px rgba(230, 57, 70, 0.25);
}
@media (min-width: 768px) {
  .hero__card--left {
    transform: translate(calc(-50% - 64px), calc(-50% + 16px)) rotate(-12deg);
  }
}
.hero__card--center {
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 0 25px 50px rgba(59, 130, 246, 0.4);
}
.hero__card--right {
  transform: translate(calc(-50% + 48px), calc(-50% - 16px)) rotate(12deg);
  opacity: 0.9;
  box-shadow: 0 25px 50px rgba(245, 158, 11, 0.3);
}
@media (min-width: 768px) {
  .hero__card--right {
    transform: translate(calc(-50% + 64px), calc(-50% - 16px)) rotate(12deg);
  }
}

/* ---------- Order Complete Page ---------- */
.oc-page {
    background: var(--color-gray-bg);
    min-height: 60vh;
    padding: 32px 0 0;
}

.oc-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 15px 32px;
}

.oc-header {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom: 16px;
}

.oc-header__badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #e6f9ea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.oc-header__check {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: var(--color-green);
}

.oc-header__title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    margin-bottom: 8px;
}

.oc-header__sub {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.5;
}

.oc-header__order-id {
    color: var(--color-primary);
}

.oc-payment {
    border-radius: 12px;
    border-left: 4px solid #d97706;
    background: #fffbeb;
    padding: 24px;
    margin-bottom: 16px;
}

.oc-payment__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.oc-payment__title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.oc-payment__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #d97706;
    line-height: 1.4;
}

.oc-payment__timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #fcd34d;
    border-radius: 6px;
    padding: 8px 12px;
    flex-shrink: 0;
}

.oc-payment__timer-label {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 4px;
}

.oc-payment__timer-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-red);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
}

.oc-payment__card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
}

.oc-payment__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.oc-payment__card-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #111;
}

.oc-payment__no-fee {
    background: #e6f9ea;
    color: var(--color-green);
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 1.1rem;
    font-weight: 600;
}

.oc-payment__wise-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 64px;
    background: var(--color-green);
    color: #fff;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    transition: background .2s;
}

.oc-payment__wise-btn:link,
.oc-payment__wise-btn:visited,
.oc-payment__wise-btn:hover,
.oc-payment__wise-btn:active {
    color: #fff;
}

.oc-payment__wise-btn:hover {
    background: #3a903d;
}

.oc-payment__wise-icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
    flex-shrink: 0;
}

.oc-payment__paypal {
    margin-top: 12px;
    text-align: center;
}

.oc-payment__paypal-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.3rem;
    color: #666;
    text-decoration: underline;
}

.oc-payment__paypal-link:link,
.oc-payment__paypal-link:visited {
    color: #666;
}

.oc-payment__paypal-link:hover {
    color: #0070ba;
}

.oc-payment__paypal-link:hover .oc-payment__paypal-icon {
    fill: #0070ba;
}

.oc-payment__paypal-icon {
    width: 16px;
    height: 16px;
    fill: #003087;
    flex-shrink: 0;
}

.oc-payment__meta {
    border-top: 1px solid #ececec;
    padding-top: 12px;
    margin-top: 16px;
}

.oc-payment__meta-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
}

.oc-payment__meta-row:last-child {
    margin-bottom: 0;
}

.oc-payment__meta-email {
    font-weight: 600;
    color: #4b5563;
}

.oc-payment__warning {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-red);
    line-height: 1.5;
}

.oc-order {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom: 16px;
}

.oc-order__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

.oc-order__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ececec;
}

.oc-order__item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.oc-order__item--hidden {
    display: none;
}

.oc-order__item-img {
    width: 48px;
    height: 68px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
}

.oc-order__item-placeholder {
    width: 48px;
    height: 68px;
    border-radius: 4px;
    background: #ececec;
    flex-shrink: 0;
}

.oc-order__item-name {
    flex: 1;
    font-size: 1.3rem;
    color: #4b5563;
    line-height: 1.5;
}

.oc-order__item-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    font-family: 'Roboto', sans-serif;
    flex-shrink: 0;
}

.oc-order__show-more {
    width: 100%;
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: var(--color-primary);
    font-size: 1.3rem;
    cursor: pointer;
    margin-top: 16px;
    transition: background .2s;
}

.oc-order__show-more:hover {
    background: var(--color-gray-bg);
}

.oc-order__totals {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    margin-top: 16px;
}

.oc-order__total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    color: #4b5563;
    margin-bottom: 10px;
}

.oc-order__total-row--final {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 0;
    margin-top: 4px;
}

.oc-order__total-value {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.oc-order__total-value--accent {
    color: var(--color-primary);
}

.oc-order__shipping-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.oc-order__shipping-note {
    font-size: 1.1rem;
    color: var(--color-green);
}

.oc-cta {
    margin-bottom: 0;
}

.oc-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    color: #666;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background .2s;
    text-decoration: none;
}

.oc-cta__btn:link,
.oc-cta__btn:visited,
.oc-cta__btn:hover,
.oc-cta__btn:active {
    color: #666;
}

.oc-cta__btn:hover {
    background: var(--color-gray-bg);
}

/* ---------- Contact Page ---------- */
.contactAlert {
    padding: 14px 16px;
    border-radius: 6px;
    margin: 0 auto 24px;
    max-width: 640px;
    font-size: 1.5rem;
}

.contactAlert--success {
    background: #e6f4ea;
    color: #1e6b3a;
    border: 1px solid #a8d5b5;
}

.contactAlert--error {
    background: #fdecea;
    color: #b71c1c;
    border: 1px solid #f5c6c6;
}

.contactLayout {
    max-width: 640px;
    margin: 0 auto;
}

.contactInfo {
    margin-bottom: 32px;
}

.contactInfo__title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.contactInfo__lead {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.contactInfo__list {
    list-style: disc;
    padding-left: 20px;
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 20px;
}

.contactInfo__list li + li {
    margin-top: 6px;
}

.contactInfo__note {
    font-size: 1.3rem;
    color: #888;
}

.contactFormWrap {
    width: 100%;
}

.contactForm textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1.5rem;
    line-height: 1.6;
    resize: vertical;
    font-family: inherit;
    min-height: 140px;
}

/* ============================================================
   /review page
   ============================================================ */
.review {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 40px 0;
}

.review__card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding: 40px;
}

.review__header {
    border-top: 4px solid #4f5de0;
    text-align: center;
}

.review__badge {
    display: inline-block;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 20px;
    margin-bottom: 16px;
    color: #4f5de0;
    font-weight: 700;
    font-size: 1.4rem;
}

.review__title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 16px;
}

.review__title__accent {
    color: #4f5de0;
    display: block;
}

.review__header__desc {
    color: #4b5563;
    font-size: 1.6rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.review__header__desc strong {
    color: #4f5de0;
    font-weight: 600;
}

.review__sectionTitle {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111111;
    text-align: center;
    margin-bottom: 32px;
}

.review__steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review__step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #4f5de0;
    transition: box-shadow .2s ease;
}

.review__step:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,.05);
}

.review__step--green {
    border-left-color: #42a846;
}

.review__step__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4f5de0;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review__step--green .review__step__num {
    background: #42a846;
}

.review__step__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

.review__step__body p {
    color: #4b5563;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 4px 0;
}

.review__step__body ul {
    color: #4b5563;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 4px 0 16px;
    padding-left: 20px;
}

.review__step__body ul li strong {
    color: #111111;
}

.review__stepBtn,
.review__stepBtn:link,
.review__stepBtn:visited,
.review__stepBtn:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #4f5de0;
    color: #fff;
    padding: 0 24px;
    height: 44px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    transition: opacity .2s ease;
}

.review__stepBtn:hover {
    opacity: .9;
    color: #fff;
}

.review__coupon {
    color: #42a846;
    font-weight: 700;
}

.review__proTip {
    background: #f0f9f1;
    border: 1px solid #42a846;
    border-radius: 6px;
    padding: 12px;
    margin-top: 12px;
    font-size: 1.3rem;
    color: #111111;
    line-height: 1.6;
}

.review__exampleSub {
    color: #4b5563;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 24px;
}

.review__exampleFrame {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 24px;
}

.review__exampleImg {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    display: block;
}

.review__exampleCaption {
    font-size: 1.3rem;
    color: #666666;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}

.review__cta {
    background: linear-gradient(90deg, #6345ed 0%, #e15cfc 100%);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

.review__ctaTitle {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.review__ctaSub {
    color: rgba(255,255,255,.9);
    font-size: 1.6rem;
    margin-bottom: 24px;
}

.review__ctaBtn,
.review__ctaBtn:link,
.review__ctaBtn:visited,
.review__ctaBtn:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #4f5de0;
    padding: 0 32px;
    height: 56px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    transition: opacity .2s ease;
}

.review__ctaBtn:hover {
    opacity: .95;
    color: #4f5de0;
}

/* ---------- Trust / Payment & Shipping Bar ---------- */
.l-trust-bar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.trust-bar {
    width: 100%;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .trust-bar {
        padding: 12px 48px;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 40px;
    }
}

.trust-bar__label {
    font-size: 1.6rem;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
    letter-spacing: 0.05em;
}

.trust-bar__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.trust-bar__logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-bar__logos li {
    display: flex;
    align-items: center;
}

.trust-bar__logos img {
    display: block;
    height: 28px;
    width: auto;
}

.trust-bar__caption {
    font-size: 1.15rem;
    color: #6b7280;
    white-space: nowrap;
    margin: 0;
}

.trust-bar__divider {
    width: 1px;
    height: 48px;
    background: #e5e7eb;
    flex-shrink: 0;
}

/* Section panel */
.section-panel {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px
}

.section-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.section-panel__title {
    font-size: 2.4rem;
    font-weight: 700
}

.section-panel__see-all {
    color: #f97316;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap
}

.section-panel__see-all:hover {
    color: #ea580c
}

/* Brand filter */
.brand-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px
}

.brand-filter__btn {
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s
}

.brand-filter__btn:hover {
    background: #f4f4f4
}

.brand-filter__btn.is-active {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff
}

/* 5-column card grid */
.l-card--5col .card {
    width: 48%;
    margin-right: 4%
}

.l-card--5col .card:nth-child(2n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .l-card--5col .card {
        width: 18.4%;
        margin-right: 2%
    }

    .l-card--5col .card:nth-child(2n) {
        margin-right: 2%
    }

    .l-card--5col .card:nth-child(5n) {
        margin-right: 0
    }
}

/* Card badge (New / rank) */
.card-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background: #f97316;
    z-index: 2;
    pointer-events: none
}

.card-badge--rank {
    right: auto;
    left: 8px;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px
}

/* Brand label in ranking cards */
.card-brand-label {
    font-size: 1.2rem;
    color: #9ca3af;
    margin-bottom: 4px
}

/* CLS guard for section grids */
.js-section-grid {
    min-height: 380px
}

/* Condition badge */
.condition-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.condition-badge__dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    flex-shrink: 0;
}

/* Detail page: conversion improvements */
.stock-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #e23434;
}

.stock-badge__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e23434;
    flex-shrink: 0;
    animation: stock-pulse 1.5s ease-in-out infinite;
}

@keyframes stock-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.shipping-info {
    margin-top: 12px;
    font-size: 1.4rem;
    color: #545454;
}

.costs__buy--stacked {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.costs__buy--stacked .btnPrimar,
.costs__buy--stacked .btnBuyNow {
    width: auto;
    min-width: 140px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .costs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
    }

    .costs__buy {
        margin-left: 0;
        width: 100%;
    }

    .costs__buy--stacked {
        flex-direction: column;
    }

    .costs__buy--stacked .btnPrimar,
    .costs__buy--stacked .btnBuyNow {
        width: 100%;
        min-width: 0;
    }
}

.detail-payment .trust-bar__logos img[alt="Wise"] {
    height: 22px;
}

.detail-payment .trust-bar__logos img[alt="PayPal"] {
    height: 18px;
}

.btnBuyNow {
    display: block;
    width: 200px;
    height: 56px;
    border: 2px solid #4f5de0;
    border-radius: 4px;
    background: transparent;
    color: #4f5de0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.btnBuyNow:hover {
    background: #4f5de0;
    color: #fff;
}

.btnBuyNow.is-loading {
    cursor: progress;
    pointer-events: none;
    opacity: 0.6;
}

.detail-payment {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 16px;
}

.detail-payment__caption {
    font-size: 1.15rem;
    color: #6b7280;
    margin: 0;
}

/* Desktop product detail: image size, price prominence, CTA width */
@media (min-width: 768px) {
    /* Prevent portrait card image from being excessively tall */
    .l-detail {
        align-items: flex-start;
    }
    .l-detail__img {
        height: auto;
    }
    .l-detail__img img {
        max-height: 520px;
        object-fit: contain;
    }
    /* Larger price to draw attention on desktop */
    .information__price {
        font-size: 2.8rem;
    }
    /* CTA buttons fill the full info-panel width */
    .costs {
        display: flex;
        width: 100%;
    }
    .costs__buy {
        flex: 1;
    }
    .costs__buy--stacked .btnPrimar,
    .costs__buy--stacked .btnBuyNow {
        flex: 1;
        width: auto;
        min-width: 0;
    }
}
