.mrb-9am-packaging {
margin: 22px 0 20px;
padding: 18px;
border: 1px solid rgba(185, 145, 80, 0.32);
border-radius: 20px;
background:
radial-gradient(circle at top left, rgba(214, 179, 116, 0.18), transparent 34%),
linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
box-shadow: 0 14px 40px rgba(30, 20, 10, 0.06);
color: #1f1b18;
}
.mrb-9am-packaging,
.mrb-9am-packaging * {
box-sizing: border-box;
}
.mrb-9am-packaging__header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 14px;
margin-bottom: 8px;
}
.mrb-9am-packaging__eyebrow {
margin: 0 0 4px;
font-size: 11px;
line-height: 1.2;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #9b7441;
font-weight: 600;
}
.mrb-9am-packaging__title {
margin: 0;
font-size: 20px;
line-height: 1.2;
font-weight: 650;
color: #181310;
}
.mrb-9am-packaging__price {
flex: 0 0 auto;
padding: 7px 10px;
border-radius: 999px;
background: rgba(155, 116, 65, 0.1);
color: #7b5728;
font-size: 14px;
line-height: 1;
font-weight: 700;
white-space: nowrap;
}
.mrb-9am-packaging__intro {
margin: 0 0 14px;
color: rgba(31, 27, 24, 0.78);
font-size: 14px;
line-height: 1.55;
}
.mrb-9am-packaging__gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
margin: 15px 0;
}
.mrb-9am-packaging__image-button {
display: block;
width: 100%;
padding: 0;
border: 0;
border-radius: 16px;
overflow: hidden;
background: transparent;
cursor: default;
box-shadow: 0 10px 24px rgba(20, 12, 6, 0.09);
}
.mrb-9am-packaging__image-button img {
display: block;
width: 100%;
aspect-ratio: 3 / 4;
object-fit: cover;
transform: scale(1.001);
}
.mrb-9am-packaging__choice {
position: relative;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 12px;
margin: 14px 0 0;
padding: 14px;
border: 1px solid rgba(185, 145, 80, 0.32);
border-radius: 16px;
background: rgba(255, 255, 255, 0.86);
cursor: pointer;
transition:
border-color 160ms ease,
background-color 160ms ease,
box-shadow 160ms ease,
transform 160ms ease;
}
.mrb-9am-packaging__choice:hover {
border-color: rgba(155, 116, 65, 0.62);
box-shadow: 0 10px 26px rgba(30, 20, 10, 0.07);
transform: translateY(-1px);
}
.mrb-9am-packaging__checkbox-wrap {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
}
.mrb-9am-packaging__checkbox {
position: absolute;
inset: 0;
opacity: 0;
cursor: pointer;
}
.mrb-9am-packaging__fake-checkbox {
width: 22px;
height: 22px;
border: 1.5px solid rgba(123, 87, 40, 0.55);
border-radius: 50%;
background: #fff;
transition:
border-color 160ms ease,
background-color 160ms ease,
box-shadow 160ms ease;
}
.mrb-9am-packaging__fake-checkbox::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: #8a612d;
opacity: 0;
transform: scale(0.5);
transition:
opacity 160ms ease,
transform 160ms ease;
}
.mrb-9am-packaging__checkbox:checked + .mrb-9am-packaging__fake-checkbox {
border-color: #8a612d;
background: #fffaf3;
box-shadow: 0 0 0 4px rgba(138, 97, 45, 0.12);
}
.mrb-9am-packaging__checkbox:checked + .mrb-9am-packaging__fake-checkbox::after {
opacity: 1;
transform: scale(1);
}
.mrb-9am-packaging__choice:has(.mrb-9am-packaging__checkbox:checked) {
border-color: rgba(138, 97, 45, 0.75);
background: rgba(255, 250, 243, 0.95);
box-shadow: 0 12px 28px rgba(30, 20, 10, 0.08);
}
.mrb-9am-packaging__choice-content {
min-width: 0;
}
.mrb-9am-packaging__choice-title {
display: block;
color: #181310;
font-size: 14px;
line-height: 1.25;
font-weight: 650;
}
.mrb-9am-packaging__choice-subtitle {
display: block;
margin-top: 3px;
color: rgba(31, 27, 24, 0.62);
font-size: 13px;
line-height: 1.35;
}
.mrb-9am-packaging__choice-price {
color: #7b5728;
font-size: 14px;
line-height: 1;
font-weight: 750;
white-space: nowrap;
}
.mrb-9am-packaging__details {
margin-top: 13px;
border-top: 1px solid rgba(185, 145, 80, 0.18);
padding-top: 12px;
}
.mrb-9am-packaging__details summary {
display: inline-flex;
align-items: center;
gap: 6px;
color: #7b5728;
font-size: 13px;
line-height: 1.35;
font-weight: 650;
cursor: pointer;
list-style: none;
}
.mrb-9am-packaging__details summary::-webkit-details-marker {
display: none;
}
.mrb-9am-packaging__details summary::after {
content: "+";
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
border-radius: 999px;
background: rgba(155, 116, 65, 0.1);
font-size: 14px;
line-height: 1;
}
.mrb-9am-packaging__details[open] summary::after {
content: "−";
}
.mrb-9am-packaging__details-content {
padding-top: 10px;
color: rgba(31, 27, 24, 0.76);
font-size: 13.5px;
line-height: 1.6;
}
.mrb-9am-packaging__details-content p {
margin: 0 0 9px;
}
.mrb-9am-packaging__details-content p:last-child {
margin-bottom: 0;
}
@media (max-width: 640px) {
.mrb-9am-packaging {
margin: 18px 0;
padding: 15px;
border-radius: 22px;
box-shadow: 0 12px 34px rgba(30, 20, 10, 0.07);
}
.mrb-9am-packaging__header {
gap: 10px;
margin-bottom: 9px;
}
.mrb-9am-packaging__title {
font-size: 18px;
}
.mrb-9am-packaging__price {
font-size: 13px;
padding: 7px 9px;
}
.mrb-9am-packaging__intro {
font-size: 13.5px;
line-height: 1.5;
margin-bottom: 13px;
}
.mrb-9am-packaging__gallery {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
margin: 14px 0;
}
.mrb-9am-packaging__image-button {
border-radius: 15px;
}
.mrb-9am-packaging__image-button:first-child {
grid-column: 1 / -1;
}
.mrb-9am-packaging__image-button:first-child img {
aspect-ratio: 3 / 4;
}
.mrb-9am-packaging__choice {
grid-template-columns: auto 1fr;
gap: 11px;
padding: 14px;
border-radius: 17px;
}
.mrb-9am-packaging__choice-price {
grid-column: 2;
justify-self: start;
margin-top: -4px;
font-size: 15px;
}
.mrb-9am-packaging__choice-title {
font-size: 14px;
}
.mrb-9am-packaging__choice-subtitle {
font-size: 12.5px;
}
.mrb-9am-packaging__details summary {
font-size: 13px;
}
.mrb-9am-packaging__details-content {
font-size: 13px;
}
}