.tel-shop {
--tel-navy: #16344f;
--tel-navy-dark: #0d2538;
--tel-blue: #365d79;
--tel-blue-soft: #e8eef3;
--tel-blue-pale: #f4f7f9;
--tel-gold: #b8a254;
--tel-gold-soft: #f4f0df;
--tel-ink: #253845;
--tel-muted: #687985;
--tel-line: #dce3e9;
box-sizing: border-box;
width: 100%;
max-width: 1200px;
min-width: 0;
margin: 0 auto;
overflow-x: hidden;
overflow-x: clip;
color: var(--tel-ink);
font: inherit;
font-size: 14px;
line-height: 1.55;
}
.tel-shop *,
.tel-shop *::before,
.tel-shop *::after {
box-sizing: border-box;
}
.tel-shop [hidden] {
display: none !important;
}
.tel-shop h1,
.tel-shop h2,
.tel-shop h3,
.tel-shop p,
.tel-shop ul {
overflow-wrap: anywhere;
}
.tel-shop__eyebrow {
display: block;
color: var(--tel-gold);
font-size: 10px;
font-weight: 750;
letter-spacing: .11em;
line-height: 1.35;
text-transform: uppercase;
}
.tel-shop__catalog-intro {
max-width: 680px;
margin: 0 0 24px;
}
.tel-shop__catalog-intro h2 {
margin: 7px 0 7px;
color: var(--tel-navy);
font-size: clamp(24px, 3vw, 32px);
font-weight: 500;
letter-spacing: -.02em;
line-height: 1.18;
}
.tel-shop__catalog-intro p {
margin: 0;
color: var(--tel-muted);
font-size: 14px;
}
.tel-shop__products {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
gap: 18px;
}
.tel-shop__product-card {
display: grid;
min-width: 0;
grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
overflow: hidden;
border: 1px solid var(--tel-line);
border-radius: 12px;
background: #fff;
}
.tel-shop__product-media {
display: grid;
min-height: 260px;
padding: 20px;
place-items: center;
overflow: hidden;
background: var(--tel-blue-soft);
}
.tel-shop__product-media[data-fit="cover"] {
position: relative;
padding: 0;
}
.tel-shop__product-image {
display: block;
width: 100%;
height: 100%;
max-height: 250px;
object-fit: contain;
}
.tel-shop__product-image[data-fit="cover"] {
position: absolute;
inset: 0;
max-height: none;
object-fit: cover;
}
.tel-shop__product-card-body {
display: flex;
min-width: 0;
align-items: flex-start;
flex-direction: column;
padding: clamp(22px, 3vw, 34px);
}
.tel-shop__product-card-body > span {
color: var(--tel-gold);
font-size: 10px;
font-weight: 750;
letter-spacing: .09em;
text-transform: uppercase;
}
.tel-shop__product-card h3 {
margin: 7px 0 8px;
color: var(--tel-navy);
font-size: clamp(20px, 2.4vw, 27px);
font-weight: 550;
letter-spacing: -.015em;
line-height: 1.22;
}
.tel-shop__product-card p {
margin: 0;
color: var(--tel-muted);
}
.tel-shop__product-card ul,
.tel-shop__highlights {
display: grid;
gap: 5px;
margin: 14px 0 20px;
padding: 0;
color: var(--tel-navy);
font-size: 13px;
list-style: none;
}
.tel-shop__product-card li,
.tel-shop__highlights li {
position: relative;
padding-left: 16px;
}
.tel-shop__product-card li::before,
.tel-shop__highlights li::before {
position: absolute;
top: .65em;
left: 0;
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--tel-gold);
content: "";
}
.tel-shop__product-card a,
.tel-shop__primary,
.tel-shop__secondary {
display: inline-flex;
min-height: 40px;
align-items: center;
justify-content: center;
padding: 9px 16px;
border: 1px solid var(--tel-navy);
border-radius: 6px;
font: inherit;
font-size: 13px;
font-weight: 750;
line-height: 1.2;
text-decoration: none !important;
cursor: pointer;
}
.tel-shop__product-card a {
margin-top: auto;
background: var(--tel-navy);
color: #fff !important;
}
.tel-shop .tel-shop__product-card a:hover,
.tel-shop .tel-shop__product-card a:focus-visible,
.tel-shop .tel-shop__product-card a:active,
.tel-shop .tel-shop__primary:hover,
.tel-shop .tel-shop__primary:focus-visible,
.tel-shop .tel-shop__primary:active,
.tel-shop .tel-shop__secondary:hover,
.tel-shop .tel-shop__secondary:focus-visible,
.tel-shop .tel-shop__secondary:active {
border-color: var(--tel-gold) !important;
outline: 0;
background: var(--tel-gold) !important;
box-shadow: none !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}
.tel-shop__product-head {
display: grid;
min-width: 0;
grid-template-columns: minmax(250px, 38%) minmax(0, 1fr);
align-items: center;
gap: clamp(24px, 4vw, 50px);
padding: clamp(22px, 3.5vw, 38px);
border: 1px solid var(--tel-line);
border-radius: 12px;
background: var(--tel-blue-pale);
}
.tel-shop__product-head > div {
min-width: 0;
}
.tel-shop__product-visuals {
min-width: 0;
}
.tel-shop__product-copy {
min-width: 0;
align-self: center;
}
.tel-shop__product-head-media {
position: relative;
display: grid;
width: 100%;
height: auto;
min-height: 0;
aspect-ratio: 1 / 1;
padding: 0;
place-items: center;
overflow: hidden;
border-radius: 8px;
background: #fff;
}
.tel-shop__hero-image {
position: absolute;
inset: 0;
display: block;
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
object-fit: cover;
}
.tel-shop[data-tel-shop] .tel-shop__product-head h1 {
max-width: 720px;
margin: 8px 0 10px;
color: var(--tel-navy);
font-size: clamp(25px, 3vw, 36px);
font-weight: 520;
hyphens: auto;
letter-spacing: -.025em;
line-height: 1.14;
}
.tel-shop__product-head p {
max-width: 700px;
margin: 0;
color: var(--tel-muted);
font-size: 14px;
line-height: 1.6;
}
.tel-shop__highlights {
margin-bottom: 0;
}
.tel-shop__gallery {
display: grid;
grid-column: 1 / -1;
grid-template-columns: repeat(auto-fill, minmax(74px, 90px));
gap: 10px;
justify-content: start;
margin: -20px 0 0;
}
.tel-shop__gallery button {
position: relative;
display: grid;
min-width: 0;
aspect-ratio: 1 / 1;
height: auto;
padding: 0;
place-items: center;
overflow: hidden;
border: 1px solid transparent;
border-radius: 8px;
background: #fff;
cursor: pointer;
}
.tel-shop__gallery button:hover,
.tel-shop__gallery button:focus-visible,
.tel-shop__gallery button.is-active {
border-color: var(--tel-gold);
outline: 0;
background: #fff;
box-shadow: none;
}
.tel-shop__gallery img {
position: absolute;
inset: 0;
display: block;
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
object-fit: cover;
}
.tel-shop__intro {
margin: 20px 0 0;
padding: clamp(22px, 3.5vw, 34px);
border: 1px solid var(--tel-line);
border-radius: 12px;
background: #fff;
}
.tel-shop__intro h2 {
margin: 0 0 8px;
color: var(--tel-gold);
font-size: 23px;
font-weight: 600;
line-height: 1.25;
}
.tel-shop__intro > p {
max-width: 900px;
margin: 0;
color: var(--tel-muted);
font-size: 15px;
}
.tel-shop__services {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0 28px;
margin: 20px 0 24px;
padding: 0;
list-style: none;
}
.tel-shop__services li {
display: grid;
align-content: start;
gap: 2px;
padding: 10px 0;
border-top: 1px solid var(--tel-line);
}
.tel-shop__services li strong {
color: var(--tel-navy);
font-size: 14px;
font-weight: 700;
}
.tel-shop__services li span {
color: var(--tel-muted);
font-size: 14px;
}
.tel-shop__configure {
background: var(--tel-navy);
color: #fff;
}
.tel-shop__checkout {
min-width: 0;
scroll-margin-top: 112px;
margin-top: 20px;
padding: clamp(22px, 3.5vw, 34px);
border: 1px solid var(--tel-line);
border-radius: 12px;
background: #fff;
box-shadow: 0 10px 28px rgba(13, 37, 56, .05);
}
.tel-shop__progress {
display: grid;
grid-template-columns: repeat(5, 1fr);
margin: 0 0 28px;
padding: 0;
counter-reset: step;
list-style: none;
}
.tel-shop__progress li {
position: relative;
min-width: 0;
min-height: 42px;
color: var(--tel-muted);
font-size: 10px;
font-weight: 650;
text-align: center;
}
.tel-shop__progress button {
position: absolute;
z-index: 1;
inset: 0;
width: 100%;
padding: 25px 3px 0;
border: 0;
background: transparent;
color: inherit;
font: inherit;
line-height: 1.25;
cursor: pointer;
}
.tel-shop .tel-shop__progress button,
.tel-shop .tel-shop__progress button:hover,
.tel-shop .tel-shop__progress button:focus,
.tel-shop .tel-shop__progress button:active {
background: transparent;
}
.tel-shop__progress button:hover,
.tel-shop__progress button:focus-visible {
color: var(--tel-navy);
}
.tel-shop__progress button:focus-visible {
outline: 2px solid rgba(54, 93, 121, .25);
outline-offset: 3px;
border-radius: 4px;
}
.tel-shop__progress li::before {
position: absolute;
z-index: 2;
top: 0;
left: 50%;
display: grid;
width: 19px;
height: 19px;
place-items: center;
transform: translateX(-50%);
border: 1px solid var(--tel-line);
border-radius: 50%;
background: #fff;
content: counter(step);
counter-increment: step;
font-size: 9px;
pointer-events: none;
}
.tel-shop__progress li::after {
position: absolute;
top: 9px;
right: 50%;
width: 100%;
height: 1px;
background: var(--tel-line);
content: "";
pointer-events: none;
}
.tel-shop__progress li:first-child::after {
display: none;
}
.tel-shop__progress li.is-active::before,
.tel-shop__progress li.is-complete::before {
border-color: var(--tel-gold);
background: var(--tel-gold);
color: #fff;
}
.tel-shop__progress li.is-active {
color: var(--tel-navy);
}
.tel-shop__step h2 {
margin: 5px 0 20px;
color: var(--tel-navy);
font-size: 21px;
font-weight: 600;
letter-spacing: -.01em;
line-height: 1.25;
}
.tel-shop__step {
min-width: 0;
}
.tel-shop__step h2:focus {
outline: 0;
}
.tel-shop__grid,
.tel-shop__subgrid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 15px 18px;
}
.tel-shop__subgrid {
margin: 2px 0 4px;
padding: 18px;
border: 1px solid var(--tel-line);
border-radius: 8px;
background: var(--tel-blue-pale);
}
.tel-shop__subheading {
margin-bottom: -3px;
color: var(--tel-navy);
font-size: 13px;
font-weight: 750;
}
.tel-shop label:not(.tel-shop__check):not(.tel-shop__trap):not(.tel-shop__switch),
.tel-shop__package-select {
display: flex;
min-width: 0;
flex-direction: column;
gap: 5px;
}
.tel-shop label > span,
.tel-shop fieldset legend,
.tel-shop__field-label {
color: var(--tel-navy);
font-size: 12px;
font-weight: 700;
}
.tel-shop label small {
color: var(--tel-muted);
font-size: 11px;
font-weight: 400;
}
.tel-shop input,
.tel-shop select,
.tel-shop textarea {
width: 100%;
min-height: 40px;
padding: 9px 11px;
border: 1px solid #c8d3da;
border-radius: 6px;
background: #fff;
color: var(--tel-ink);
font: inherit;
font-size: 14px;
line-height: 1.35;
}
.tel-shop textarea {
min-height: 105px;
resize: vertical;
}
.tel-shop input:focus,
.tel-shop textarea:focus,
.tel-shop select:focus {
transform: none !important;
outline: 0;
border-color: var(--tel-blue);
box-shadow: 0 0 0 3px rgba(54, 93, 121, .12);
}
.tel-shop fieldset {
display: grid;
gap: 7px;
margin: 0;
padding: 0;
border: 0;
}
.tel-shop fieldset > label {
display: flex !important;
min-height: 40px;
align-items: center;
flex-direction: row !important;
gap: 8px;
padding: 9px 11px;
border: 1px solid var(--tel-line);
border-radius: 6px;
background: #fff;
}
.tel-shop fieldset input,
.tel-shop__check input {
width: 15px;
min-height: 15px;
flex: 0 0 15px;
margin: 2px 0 0;
padding: 0;
}
.tel-shop__selection {
display: grid;
grid-template-columns: 105px minmax(0, 1fr);
gap: 16px;
margin: -2px 0 22px;
padding: 11px 13px;
border-left: 2px solid var(--tel-gold);
background: var(--tel-blue-pale);
}
.tel-shop__selection span {
color: var(--tel-muted);
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
}
.tel-shop__selection strong {
color: var(--tel-navy);
font-size: 13px;
font-weight: 650;
}
.tel-shop__package-select {
max-width: 560px;
}
.tel-shop__select-control {
position: relative;
display: block;
}
.tel-shop__select-control::after {
position: absolute;
top: 50%;
right: 14px;
width: 8px;
height: 8px;
transform: translateY(-70%) rotate(45deg);
border-right: 2px solid var(--tel-navy);
border-bottom: 2px solid var(--tel-navy);
content: "";
pointer-events: none;
}
.tel-shop__select-control select {
min-height: 46px;
padding-right: 40px;
appearance: none;
color: var(--tel-navy);
font-weight: 650;
cursor: pointer;
}
.tel-shop__inquiry-count {
max-width: 560px;
margin-top: 14px;
}
.tel-shop__renewal {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
align-items: start;
gap: 28px;
margin-top: 28px;
padding-top: 24px;
border-top: 1px solid var(--tel-line);
}
.tel-shop__renewal-copy {
min-width: 0;
}
.tel-shop__switch {
display: flex;
align-items: center;
gap: 11px;
margin-top: 8px;
cursor: pointer;
}
.tel-shop__switch input {
position: absolute;
width: 1px;
min-height: 1px;
opacity: 0;
}
.tel-shop__switch-track {
position: relative;
width: 38px;
height: 22px;
flex: 0 0 38px;
border: 1px solid #b9c5cd;
border-radius: 999px;
background: #cbd4da;
transition: .16s ease;
}
.tel-shop__switch-track::after {
position: absolute;
top: 2px;
left: 2px;
width: 16px;
height: 16px;
border-radius: 50%;
background: #fff;
box-shadow: 0 1px 3px rgba(13, 37, 56, .22);
content: "";
transition: .16s ease;
}
.tel-shop__switch input:checked + .tel-shop__switch-track {
border-color: var(--tel-navy);
background: var(--tel-navy);
}
.tel-shop__switch input:checked + .tel-shop__switch-track::after {
transform: translateX(16px);
}
.tel-shop__switch input:focus-visible + .tel-shop__switch-track {
outline: 3px solid rgba(54, 93, 121, .18);
outline-offset: 2px;
}
.tel-shop__switch strong {
color: var(--tel-navy);
font-size: 14px;
font-weight: 700;
}
.tel-shop__contract-note {
max-width: 700px;
margin: 10px 0 0;
color: var(--tel-muted);
font-size: 12px;
line-height: 1.55;
}
.tel-shop__price,
.tel-shop__inquiry-price {
display: flex;
min-width: 0;
align-items: flex-end;
flex-direction: column;
justify-content: center;
padding: 16px 18px;
border-radius: 8px;
background: var(--tel-gold-soft);
text-align: right;
}
.tel-shop__price strong,
.tel-shop__inquiry-price strong {
color: var(--tel-navy);
font-size: 23px;
font-weight: 650;
line-height: 1.2;
}
.tel-shop__price span,
.tel-shop__inquiry-price span {
margin-top: 2px;
color: #6e633d;
font-size: 12px;
}
.tel-shop__price del {
color: var(--tel-muted);
font-size: 12px;
}
.tel-shop__price > small {
margin-top: 5px;
color: var(--tel-muted);
font-size: 11px;
}
.tel-shop__discount {
align-self: flex-end;
margin-bottom: 5px;
color: #6f5719;
font-size: 10px;
font-weight: 700;
}
.tel-shop__inquiry-price {
max-width: 560px;
align-items: flex-start;
margin-top: 18px;
text-align: left;
}
.tel-shop__inquiry-price strong {
font-size: 18px;
}
.tel-shop__check {
display: flex;
align-items: flex-start;
gap: 8px;
color: var(--tel-ink);
font-size: 12.5px;
line-height: 1.45;
}
.tel-shop__check > span {
color: inherit;
font-size: inherit;
font-weight: 400;
}
.tel-shop__check a {
color: var(--tel-blue);
font-weight: 650;
}
.tel-shop__legal {
display: grid;
gap: 9px;
margin-top: 20px;
padding-top: 18px;
border-top: 1px solid var(--tel-line);
}
.tel-shop__mandate {
margin: 4px 0;
padding: 11px 12px;
border: 1px solid #ded7bb;
border-radius: 6px;
background: #fff;
color: var(--tel-muted);
font-size: 11.5px;
line-height: 1.5;
}
.tel-shop__actions {
display: flex;
justify-content: space-between;
gap: 10px;
margin-top: 25px;
padding-top: 17px;
border-top: 1px solid var(--tel-line);
}
.tel-shop__primary {
margin-left: auto;
background: var(--tel-navy);
color: #fff;
}
.tel-shop__secondary {
background: #fff;
color: var(--tel-navy);
}
.tel-shop__primary:disabled {
opacity: .58;
cursor: wait;
}
.tel-shop__errors {
margin-bottom: 20px;
padding: 11px 13px;
border: 1px solid #d7a6a6;
border-radius: 7px;
background: #fff1f1;
color: #762222;
font-size: 12px;
}
.tel-shop__errors strong {
display: block;
}
.tel-shop__errors ul {
margin: 5px 0 0;
padding-left: 18px;
}
.tel-shop .has-error input,
.tel-shop .has-error textarea,
.tel-shop .has-error select,
.tel-shop .has-error {
border-color: #b83c3c;
}
.tel-shop__review {
display: grid;
gap: 14px;
}
.tel-shop__review section {
overflow: hidden;
border: 1px solid var(--tel-line);
border-radius: 8px;
background: #fff;
}
.tel-shop__review h3 {
margin: 0;
padding: 9px 12px;
background: var(--tel-blue-pale);
color: var(--tel-navy);
font-size: 12px;
font-weight: 750;
letter-spacing: .02em;
}
.tel-shop__review section > div {
display: grid;
grid-template-columns: 150px minmax(0, 1fr);
gap: 14px;
padding: 8px 12px;
border-top: 1px solid var(--tel-line);
font-size: 12.5px;
line-height: 1.45;
}
.tel-shop__review section > div > span {
color: var(--tel-navy);
font-weight: 750;
}
.tel-shop__review section > div > strong {
color: var(--tel-blue);
font-weight: 450;
}
.tel-shop__binding {
margin: 14px 0 0;
padding: 9px 11px;
border-radius: 6px;
background: var(--tel-gold-soft);
color: #5f573c;
font-size: 11.5px;
}
.tel-shop__success {
padding: clamp(26px, 4vw, 46px);
border: 1px solid #d7c98e;
border-radius: 12px;
background: var(--tel-gold-soft);
text-align: center;
}
.tel-shop__success h2 {
margin: 0 0 8px;
color: var(--tel-navy);
font-size: 22px;
}
.tel-shop__success strong {
display: block;
color: var(--tel-gold);
font-size: 20px;
}
.tel-shop__success small {
display: block;
margin-top: 12px;
color: var(--tel-muted);
}
.tel-shop__notice {
max-width: 1200px;
margin: 20px auto;
padding: 13px 15px;
border: 1px solid #e4d8b4;
border-radius: 7px;
background: #fbf8ef;
color: #665b3c;
}
.tel-shop__trap {
position: absolute !important;
left: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
.tel-shop .is-wide {
grid-column: 1 / -1;
}
@media (max-width: 720px) {
.tel-shop__product-card,
.tel-shop__product-head {
grid-template-columns: 1fr;
}
.tel-shop__product-media {
min-height: 190px;
}
.tel-shop__product-head-media {
height: auto;
min-height: 0;
}
.tel-shop__product-copy {
order: 2;
}
.tel-shop__gallery {
order: 1;
grid-template-columns: none;
grid-auto-columns: 60px;
grid-auto-flow: column;
gap: 8px;
margin-top: -8px;
overflow-x: auto;
overscroll-behavior-x: contain;
padding-bottom: 4px;
scroll-snap-type: x proximity;
scrollbar-color: var(--tel-gold) transparent;
touch-action: pan-x;
-webkit-overflow-scrolling: touch;
}
.tel-shop__gallery button {
width: 60px;
scroll-snap-align: start;
}
.tel-shop__product-image {
max-height: 210px;
}
.tel-shop[data-tel-shop] .tel-shop__product-head h1 {
overflow-wrap: normal;
font-size: 21px;
hyphens: none;
word-break: normal;
}
.tel-shop__services,
.tel-shop__grid,
.tel-shop__subgrid,
.tel-shop__renewal {
grid-template-columns: 1fr;
}
.tel-shop__renewal {
gap: 18px;
}
.tel-shop__price {
align-items: flex-start;
text-align: left;
}
.tel-shop__discount {
align-self: flex-start;
}
.tel-shop__progress li {
overflow: hidden;
white-space: nowrap;
}
.tel-shop__progress button {
color: transparent;
}
.tel-shop__progress li.is-active button {
color: var(--tel-navy);
}
.tel-shop__selection {
grid-template-columns: 1fr;
gap: 3px;
}
.tel-shop__review section > div {
grid-template-columns: 1fr;
gap: 2px;
}
.tel-shop input:not([type="checkbox"]):not([type="radio"]),
.tel-shop select,
.tel-shop textarea {
max-width: 100%;
font-size: 16px;
}
}
@media (max-width: 480px) {
.tel-shop__product-head,
.tel-shop__intro,
.tel-shop__checkout {
padding: 18px;
}
.tel-shop__actions {
flex-wrap: wrap;
}
.tel-shop__actions button {
flex: 1 1 auto;
}
}