/* FONTS */

@font-face {
    font-family: " SourceSans ";

    src: url("../fonts/SourceSansVariable-Roman.ttf") format("truetype");
}

@font-face {
    font-family: "AfterRegular";

    src: url("../fonts/After-Regular.ttf") format("truetype");
}

/* GLOBAL */

body {
    margin: 0;

    font-family: "SourceSans", sans-serif;

    background: #f5f5f5;

    overflow-x: hidden;
}

.inner-box {
    max-width: 1200px;

    margin: auto;

    position: relative;

    border-radius: 20px;
}

/* HEADER */

.header {
    padding: 20px 0;

    position: absolute;

    width: 100%;

    z-index: 10;
}

.logo {
    width: 85%;
}

.menu-center {
    gap: 40px;

    margin: auto;
}

.menu-center a {
    position: relative;

    text-decoration: none;

    font-family: "AfterRegular";

    font-size: 1.4rem;

    color: #000;

    padding-bottom: 5px;
}

/* underline */

.menu-center a::after {
    content: "";

    position: absolute;

    width: 0;

    height: 3px;

    background: #ff3cac;

    left: 0;

    bottom: -5px;

    transition: 0.3s;
}

.menu-center a:hover::after {
    width: 100%;
}

.menu-center a.active::after {
    width: 100%;
}

/* HERO */

.hero {
    padding-top: 150px;

    background-image: url("../images/home/hero-bg-white.jpg");

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;
}

.hero-text h1 {
    font-family: "AfterRegular";

    font-size: 5.5rem;

    line-height: 80px;
}

.hero-text p {
    font-family: "AfterRegular";

    font-size: 1.8rem;

    margin-top: 10px;
}

.hero-img {
    max-width: 80%;

    background-image: url("../images/home/grid-black.png");

    background-size: contain !important;

    background-repeat: no-repeat;

    background-position: right;
}

.hero-images {
    position: relative;
}

.grid-bg {
    position: absolute;

    width: 250px;

    height: 250px;

    right: 0;

    top: 50px;

    background-image: linear-gradient(#ddd 1px, transparent 1px),
        linear-gradient(90deg, #ddd 1px, transparent 1px);

    background-size: 20px 20px;

    z-index: -1;
}

/* BUTTON */

.hero .btn-main {
    background: #ff3cac;

    color: #fff;

    border: none;

    padding: 12px 30px;

    border-radius: 25px;

    font-family: "AfterRegular";
}

/* COLORS */

.gradient {
    color: #ff3cac;
}

.gradient1 {
    color: #ff8a3c;
}

.blue {
    color: #2dc4dd;
}

.black {
    color: #000;
}

/* TICKER */

.ticker {
    background: #fff;

    overflow: hidden;

    padding: 0px 0 80px;
}

.ticker-wrap {
    display: flex;

    overflow: hidden;
}

.ticker-track {
    display: flex;

    white-space: nowrap;

    animation: tickerScroll 20s linear infinite;
}

.ticker-track span {
    font-family: "AfterRegular";

    font-size: 2.5rem;

    padding-right: 40px;

    font-weight: 600;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* UPLOAD SECTION */

#phoneWrap {
    position: relative;
}

.floating-selection {
    position: absolute;

    pointer-events: none;

    /* transparent to clicks by default… */

    box-sizing: border-box;

    /* border: 1.5px dashed rgba(79, 111, 255, 0.9); */

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);

    z-index: 10;
}

/* …except the handles which are individually clickable */

/* .floating-selection .img-handle {
    pointer-events: all;

    position: absolute;

    width: 10px;

    height: 10px;

    background: #fff;

    /* border: 2px solid #1a3cff; *

    border-radius: 2px;

    box-sizing: border-box;

    transform: translate(-50%, -50%);

    z-index: 11;
} */

#imgWrapper {
    position: absolute;
}

#imgWrapper img {
    width: 100%;

    height: 100%;

    object-fit: fill;

    display: block;

    pointer-events: none;

    user-select: none;

    -webkit-user-drag: none;
}

#imgSelection {
    position: absolute;

    inset: -1px;

    border: 2px solid #1a3cff;

    box-sizing: border-box;

    pointer-events: none;
}

.img-handle {
    position: absolute;

    width: 10px;

    height: 10px;

    background: white;

    border: 2px solid #1a3cff;

    border-radius: 2px;

    transform: translate(-50%, -50%);

    pointer-events: all;

    box-sizing: border-box;

    z-index: 10;
}

.case-image-area {
    cursor: grab;
}

.case-image-area.dragging {
    cursor: grabbing;
}

.upload-section {
    position: relative;

    overflow: hidden;

    padding: 60px 0 80px;
}

.col-preview {
    flex: 1;

    min-width: 300px;

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 560px;
}

.col-controls {
    flex: 1;

    min-width: 300px;
}

/* ─── PHONE PREVIEW ─── */

.phone-stage {
    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    min-height: 560px;
}

.phone-wrap {
    position: relative;

    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

    animation: floatPhone 4s ease-in-out infinite;
}

/* The phone shell */

.phone-shell {
    position: relative;

    border-radius: var(--phone-radius, 36px);

    background: linear-gradient(145deg, #e0e0e8, #c8cad8);

    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset,
        0 0 0 3px rgba(0, 0, 0, 0.12), 12px 24px 60px rgba(26, 60, 255, 0.18),
        -4px -4px 20px rgba(255, 255, 255, 0.8);

    display: flex;

    flex-direction: column;

    align-items: center;

    overflow: hidden;

    transition: all 0.4s ease;
}

/* Custom image area on the back of the case */

.case-image-area {
    position: absolute;

    overflow: hidden;

    transition: all 0.4s ease;

    border-radius: calc(var(--phone-radius, 36px) - 6px);
}

.case-image-area img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;
}

.case-image-area .placeholder-art {
    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 10px;

    /* background: linear-gradient(135deg, #e8ecff 0%, #f0e8ff 50%, #ffe8f5 100%); */

    color: var(--muted);
}

.case-image-area .placeholder-art svg {
    opacity: 0.35;
}

.case-image-area .placeholder-art span {
    font-size: 11px;

    font-family: "DM Sans";

    opacity: 0.5;

    letter-spacing: 0.5px;
}

/* Camera module overlay */

.camera-module {
    position: absolute;

    background: linear-gradient(145deg, #2a2a32, #1a1a22);

    border-radius: 14px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.06);

    display: grid;

    padding: 6px;

    gap: 4px;
}

.cam-lens {
    background: radial-gradient(circle at 35% 35%, #2a4a8a, #0a0a14);

    border-radius: 50%;

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12),
        inset 0 0 6px rgba(100, 150, 255, 0.2);
}

/* Side buttons */

.side-btn {
    position: absolute;

    background: linear-gradient(90deg, #bfc2d2, #d4d7e8);

    border-radius: 3px;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Notch / Dynamic Island */

.notch {
    position: absolute;

    background: #1a1a22;

    border-radius: 0 0 12px 12px;

    top: 0;

    left: 50%;

    transform: translateX(-50%);

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);

    transition: all 0.4s ease;
}

/* Phone model: iPhone 15 Pro */

.phone--iphone15pro .phone-shell {
    width: 200px;

    height: 420px;

    --phone-radius: 44px;
}

.phone--iphone15pro .case-image-area {
    top: 10px;

    left: 10px;

    right: 10px;

    bottom: 10px;
}

.phone--iphone15pro .camera-module {
    top: 22px;

    left: 20px;

    width: 68px;

    height: 68px;

    grid-template-columns: 1fr 1fr;

    border-radius: 22px;
}

.phone--iphone15pro .cam-lens {
    width: 24px;

    height: 24px;
}

.phone--iphone15pro .notch {
    width: 80px;

    height: 28px;

    border-radius: 0 0 20px 20px;
}

.phone--iphone15pro .side-btn.vol1 {
    left: -4px;

    top: 110px;

    width: 4px;

    height: 30px;
}

.phone--iphone15pro .side-btn.vol2 {
    left: -4px;

    top: 150px;

    width: 4px;

    height: 30px;
}

.phone--iphone15pro .side-btn.pwr {
    right: -4px;

    top: 130px;

    width: 4px;

    height: 44px;
}

/* Phone model: Samsung S24 Ultra */

.phone--samsung-s24 .phone-shell {
    width: 192px;

    height: 434px;

    --phone-radius: 38px;
}

.phone--samsung-s24 .case-image-area {
    top: 10px;

    left: 10px;

    right: 10px;

    bottom: 10px;
}

.phone--samsung-s24 .camera-module {
    top: 28px;

    left: 50%;

    transform: translateX(-50%);

    width: 38px;

    height: 120px;

    grid-template-columns: 1fr;

    border-radius: 20px;

    padding: 8px 7px;

    gap: 6px;
}

.phone--samsung-s24 .cam-lens {
    width: 22px;

    height: 22px;
}

.phone--samsung-s24 .notch {
    width: 14px;

    height: 14px;

    border-radius: 50%;

    top: 14px;
}

.phone--samsung-s24 .side-btn.vol1 {
    left: -4px;

    top: 120px;

    width: 4px;

    height: 26px;
}

.phone--samsung-s24 .side-btn.vol2 {
    left: -4px;

    top: 155px;

    width: 4px;

    height: 26px;
}

.phone--samsung-s24 .side-btn.pwr {
    right: -4px;

    top: 140px;

    width: 4px;

    height: 40px;
}

/* Phone model: Google Pixel 8 */

.phone--pixel8 .phone-shell {
    width: 196px;

    height: 424px;

    --phone-radius: 40px;
}

.phone--pixel8 .case-image-area {
    top: 10px;

    left: 10px;

    right: 10px;

    bottom: 10px;
}

.phone--pixel8 .camera-module {
    top: 30px;

    left: 50%;

    transform: translateX(-50%);

    width: 130px;

    height: 36px;

    grid-template-columns: 1fr 1fr 1fr;

    border-radius: 18px;

    padding: 5px 8px;

    gap: 4px;
}

.phone--pixel8 .cam-lens {
    width: 20px;

    height: 20px;
}

.phone--pixel8 .notch {
    width: 12px;

    height: 12px;

    border-radius: 50%;

    top: 12px;
}

.phone--pixel8 .side-btn.vol1 {
    right: -4px;

    top: 110px;

    width: 4px;

    height: 26px;
}

.phone--pixel8 .side-btn.vol2 {
    right: -4px;

    top: 145px;

    width: 4px;

    height: 26px;
}

.phone--pixel8 .side-btn.pwr {
    right: -4px;

    top: 185px;

    width: 4px;

    height: 40px;
}

/* Phone model: iPhone 14 */

.phone--iphone14 .phone-shell {
    width: 196px;

    height: 416px;

    --phone-radius: 42px;
}

.phone--iphone14 .case-image-area {
    top: 10px;

    left: 10px;

    right: 10px;

    bottom: 10px;
}

.phone--iphone14 .camera-module {
    top: 22px;

    left: 20px;

    width: 62px;

    height: 62px;

    grid-template-columns: 1fr 1fr;

    border-radius: 20px;
}

.phone--iphone14 .cam-lens {
    width: 22px;

    height: 22px;
}

.phone--iphone14 .notch {
    width: 110px;

    height: 24px;

    top: 0;

    border-radius: 0 0 16px 16px;
}

.phone--iphone14 .side-btn.vol1 {
    left: -4px;

    top: 106px;

    width: 4px;

    height: 28px;
}

.phone--iphone14 .side-btn.vol2 {
    left: -4px;

    top: 144px;

    width: 4px;

    height: 28px;
}

.phone--iphone14 .side-btn.pwr {
    right: -4px;

    top: 126px;

    width: 4px;

    height: 44px;
}

/* Placeholder state: no phone selected */

.phone-empty {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    width: 240px;

    height: 360px;

    border: 2px dashed var(--border);

    border-radius: 36px;

    gap: 16px;

    color: var(--muted);

    animation: none;
}

.phone-empty svg {
    opacity: 0.3;
}

.phone-empty span {
    font-size: 13px;

    text-align: center;

    opacity: 0.6;
}

/* ─── CONTROLS PANEL ─── */

.upload-text h2 {
    font-family: "AfterRegular";

    /* font-size: clamp(22px, 3vw, 32px); */
    font-size: 35px;

    font-weight: 500;

    line-height: 1.2;

    margin-bottom: 10px;
}

#phoneWrap {
    position: relative;

    display: inline-block;
}

.phone-mockup-img {
    display: block;

    width: 100%;

    height: 600px;

    position: relative;

    z-index: 3;

    pointer-events: none;

    user-select: none;
}

.case-image-area {
    position: absolute;

    overflow: hidden;

    z-index: 2;
}

.case-area--iphone17 {
    top: 1%;
    left: 3%;
    width: 94%;
    height: 97%;
    border-radius: 28px;
}

button#hero-btn-3,
button#hero-btn-2,
button#hero-btn-1 {

    border: none !important;

}


.img-wrapper {
    position: absolute;

    cursor: grab;

    user-select: none;

    -webkit-user-drag: none;
}

.img-wrapper:active {
    cursor: grabbing;
}

.img-wrapper img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    pointer-events: none;

    user-select: none;

    -webkit-user-drag: none;
}

.floating-selection {
    position: absolute;

    pointer-events: none;

    box-sizing: border-box;

    /* border: 1.5px dashed rgba(79, 111, 255, 0.9); */

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);

    z-index: 10;
}

/* .floating-selection .img-handle {
    pointer-events: all;

    position: absolute;

    width: 10px;

    height: 10px;

    background: #fff;

    /* border: 2px solid #1a3cff; *

    border-radius: 2px;

    box-sizing: border-box;

    transform: translate(-50%, -50%);

    z-index: 11;
} */

/* Placeholder shown before upload */

.placeholder-art {
    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    color: #6b7089;

    font-size: 12px;

    text-align: center;

    pointer-events: none;
}

.steps-list {
    display: flex;

    flex-direction: row;

    justify-content: start;

    border-bottom: 1px solid #d7d7d7;

    gap: 53px;

    margin-bottom: 10px;

    max-width: 560px !important;
}

.price-h1 {
    font-weight: bold;
    font-size: 27px;
    margin-right: 20px;
    margin-bottom: 0pc !important;
}

#addToCartBtn {
    height: 40px;
    width: fit-content;
    margin: 0px;
    padding: 3px 20px;
    border-radius: 33px;
    font-weight: lighter;
}

.step-item h1 {
    font-family: "AfterRegular";
    font-size: 4rem !important;
    margin-bottom: -8px !important;
}

.step-content {
    margin-bottom: 13px;
}

.step-item {
    display: flex;

    flex-direction: column;

    /* align-items: center; */

    /* gap: 14px; */

    /* padding: 14px 18px; */

    background: var(--card);

    border: 1px solid var(--border);

    font-size: 15px;

    color: var(--muted);

    transition: all 0.3s ease;

    position: relative;

    overflow: hidden;
    color: #a4a4a4;
    line-height: 1.4;
    font-weight: lighter !important;
}

.step-num {
    font-family: "After Regular";

    font-size: clamp(22px, 3vw, 32px);

    font-weight: 800;

    min-width: 28px;

    background: linear-gradient(135deg, var(--grad-a), var(--grad-b));

    letter-spacing: 3px;
}

.control-group {
    margin-bottom: 20px;

    position: relative;
}

.control-label {
    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.8px;

    text-transform: uppercase;

    color: var(--muted);

    margin-bottom: 8px;

    display: block;
}

.phone-select {
    max-width: 250px;

    width: 100%;

    padding: 14px 45px 14px 18px;

    border: 1.5px solid #ff3cac;

    border-radius: 25px;

    font-family: "SourceSans", sans-serif !important;

    font-size: 15px;

    color: #ff3cac;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23ff3cac' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 18px center;

    appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none;

    cursor: pointer;

    transition: border-color 0.2s, box-shadow 0.2s;

    outline: none;
}

/* hover effect */

.phone-select:hover {
    box-shadow: 0 0 0 3px rgba(255, 60, 172, 0.1);
}

.phone-select:focus {
    border-color: #ff3cac;

    box-shadow: 0 0 0 3px rgba(255, 60, 172, 0.15);
}

.phone-select:focus {
    border-color: var(--blue-light);

    box-shadow: 0 0 0 3px rgba(79, 111, 255, 0.15);
}

/* ─── UPLOAD BOX ─── */

.upload-zone {
    border: 2px dashed #ff3cac;

    border-radius: 16px;

    padding: 28px 20px;

    text-align: center;

    cursor: pointer;

    transition: all 0.25s ease;

    background: var(--card);

    position: relative;

    overflow: hidden;
}

.upload-zone:hover,
.upload-zone.dragover {
    border-color: var(--blue-light);

    background: linear-gradient(135deg, #f0f2ff, #f6f0ff);

    box-shadow: 0 0 0 4px rgba(79, 111, 255, 0.1);
}

.upload-zone.has-image {
    border-style: solid;

    border-color: #22c55e;

    background: #f0fff8;
}

.upload-zone input[type="file"] {
    display: none;
}

.upload-icon {
    margin: 0 auto 12px;

    width: 48px;

    height: 48px;

    background-color: #ff3cac;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.upload-icon svg {
    stroke: white;
}

.upload-hint {
    font-size: 14px;

    color: var(--muted);

    margin-bottom: 12px;
}

.upload-hint strong {
    color: var(--text);
}

.btn-browse {
    padding: 9px 22px;

    background-color: #ff3cac;

    color: white;

    border: none;

    border-radius: 8px;

    font-family: "DM Sans", sans-serif;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: opacity 0.2s, transform 0.15s;
}

.btn-browse:hover {
    opacity: 0.9;

    transform: translateY(-1px);
}

.upload-preview-thumb {
    display: none;

    width: 64px;

    height: 64px;

    border-radius: 10px;

    object-fit: cover;

    margin: 0 auto 10px;

    border: 2px solid #22c55e;
}

.upload-zone.has-image .upload-preview-thumb {
    display: block;
}

.upload-zone.has-image .upload-icon {
    display: none;
}

.upload-success-msg {
    display: none;

    font-size: 13px;

    color: #16a34a;

    font-weight: 500;
}

.upload-zone.has-image .upload-success-msg {
    display: block;
}

.upload-zone.has-image .upload-hint {
    display: none;
}

/* ─── CART BUTTON ─── */

.upload-section .btn-main {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 16px 36px;

    color: white;

    border: none;

    border-radius: 14px;

    font-family: "Syne", sans-serif;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;

    margin-top: 10px;

    width: 100%;

    justify-content: center;

    transition: all 0.25s ease;

    /* box-shadow: 0 8px 30px rgba(26, 60, 255, 0.25); */

    position: relative;

    overflow: hidden;

    background-color: #ff3cac;
}

.btn-main:hover {
    transform: translateY(-2px);

    box-shadow: 0 2px 40px rgb(243 75 124);
}

.btn-main:active {
    transform: translateY(0);
}

.btn-main:disabled {
    opacity: 0.45;

    cursor: not-allowed;

    transform: none;
}

/* ─── IMAGE POSITION CONTROLS ─── */

.img-controls {
    display: none;

    gap: 10px;

    margin-bottom: 16px;

    flex-wrap: wrap;
}

.img-controls.visible {
    display: flex;
}

.img-ctrl-label {
    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.8px;

    text-transform: uppercase;

    color: var(--muted);

    margin-bottom: 8px;

    display: block;

    width: 100%;
}

.ctrl-slider-group {
    flex: 1;

    min-width: 120px;
}

.ctrl-slider-group label {
    font-size: 11px;

    color: var(--muted);

    display: block;

    margin-bottom: 4px;
}

.ctrl-slider-group input[type="range"] {
    width: 100%;

    accent-color: var(--blue);

    cursor: pointer;

    height: 4px;

    border-radius: 2px;
}

/* notification toast */

.toast {
    position: fixed;

    bottom: 30px;

    left: 50%;

    transform: translateX(-50%) translateY(80px);

    max-width: 420px;

    background: #2dc4dd;

    color: #fff;

    padding: 14px 22px;

    border-radius: 12px;

    font-size: 14px;

    font-weight: 500;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);

    opacity: 0;

    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    z-index: 999;

    display: flex;

    align-items: center;

    gap: 10px;
}

.toast.show {
    transform: translateX(-50%) translateY(0);

    opacity: 1;
}

.toast-icon {
    width: 20px;

    height: 20px;

    background: #22c55e;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;
}

.toast-icon svg {
    width: 11px;

    stroke: white;

    stroke-width: 2.5;

    fill: none;
}

#toast-container.toast-bottom-left,
#toast-container.toast-bottom-right {
    left: 50% !important;

    right: auto !important;

    transform: translateX(-50%);
}

/* ABOUT */

.about-section {
    padding: 100px 0;

    background-color: #fff;

    /* background-image: url("../images/home/side-orb.png");

    background-repeat: no-repeat;

    background-size: contain;

    background-position: left center; */
}

.about-img {
    width: 100%;

    /* background-image: url("../images/home/grid.png");

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center; */
}

.about-left {}

.about-right h2 {
    font-family: "AfterRegular";

    font-size: 3rem;

    color: #ff3cac;
}

.about-right p {
    margin-top: 10px;
    color: #818181;
    font-size: 15px;
    font-weight: lighter;
    max-width: 21rem;
}

.col-lg-6.about-right {
    width: 32%;
}

.about-section .row .about-right {
    padding-top: 70px;
    max-width: 21rem;
}

/* SHOWCASE */

.showcase {
    width: 100%;

    overflow: hidden;

    padding: 80px 0;
}

.showcase-track {
    display: flex;

    gap: 30px;

    width: max-content;

    animation: scrollGallery 25s linear infinite;
}

.showcase-track img {
    height: 450px;

    border-radius: 20px;

    object-fit: cover;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* animation */

@keyframes scrollGallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.showcase-track img:hover {
    transform: scale(1.1);

    transition: 0.4s;
}

/* PRODUCTS */

.products {
    padding: 100px 0;
}

.products {
    padding: 120px 0;

    position: relative;

    overflow: hidden;
}

/* GRID BACKGROUND */

.products-bg {
    background-image: url("../images/home/grid-black.png");

    background-position: right bottom;

    background-size: 300px;

    background-repeat: no-repeat;
}

/* LEFT ORB */

.blob-left {
    position: absolute;

    width: 350px;

    height: 350px;

    background: url("../images/home/side-orb.png") no-repeat center;

    background-size: contain;

    left: -120px;

    top: 200px;

    z-index: 0;
}

/* RIGHT ORB */

.blob-right {
    position: absolute;

    width: 350px;

    height: 350px;

    background: url("../images/home/side-orb.png") no-repeat center;

    background-size: contain;

    right: -120px;

    bottom: 100px;

    z-index: 0;
}

.products h2 {
    font-family: "AfterRegular";

    font-size: 2.8rem;
}

.products .inner-box {
    position: relative;

    z-index: 2;
}

.product-card {
    background: transparent;
}

.product-img img {
    width: 100%;

    border-radius: 6px;
}

.product-info {
    margin-top: 15px;

    text-align: left;
}

.product-info h5 {
    font-size: 16px;

    margin-bottom: 5px;

    font-family: "SourceSans", sans-serif;
}

.model {
    font-size: 14px;

    color: #777;

    display: block;

    margin-bottom: 15px;
}

.product-bottom {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.price {
    font-size: 26px;

    font-weight: 500;
}

.btn-buy {
    padding: 4px 17px;
    border-radius: 25px;
    background: #ff3cac;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.btn-buy-outline {
    padding: 8px 18px;

    border-radius: 25px;

    border: 1px solid #ff3cac;

    color: #ff3cac;

    text-decoration: none;

    font-size: 14px;
}

/* LOCATION */

.location h2 {
    font-family: "AfterRegular";

    font-size: 3rem;

    text-align: justify;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
}

.location {
    padding: 80px 0 40px;

    text-align: center;
}

.location span {
    color: #00bcd4;
}

/* MAP */

.map iframe {
    width: 100%;

    height: 450px;

    border: 0;
}

/* FOOTER */

/* .footer .container {

    max-width: 1200px;

}



.footer {

    background: #f3f3f3;

    padding: 60px 0 20px;

    font-family: '"SourceSans", sans-serif;';

}



.footer-top {

    display: flex;

    align-items: flex-start;

    gap: 80px;

}



.footer-logo {

    width: 180px;

}



.footer-content h4 {

    font-family: 'AfterRegular';

    font-size: 2.6rem;

    margin-bottom: 10px;

}



.footer-links {

    display: flex;

    gap: 15px;

    list-style: none;

    padding: 0;

    margin: 0 0 20px 0;

}



.footer-links a {

    text-decoration: none;

    color: #555;

    font-size: 1rem;

    font-family: ""SourceSans", sans-serif;";

}



.footer-links a:hover {

    color: #ff3cac;

}



.footer-content p {

    color: #666;

    font-size: 14px;

    margin-bottom: 20px;

}



.footer-social {

    display: flex;

    gap: 15px;

}



.footer-social a {

    width: 35px;

    height: 35px;

    background: #333;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

    color: #fff;

    font-size: 16px;

}



.footer-bottom {

    display: flex;

    justify-content: center;

    margin-top: 40px;

    font-size: 12px;

    color: #888;

}



.footer-bottom p {

    font-family: ""SourceSans", sans-serif;";

    font-size: 1rem;

} */

.footer .container {
    max-width: 1200px;
}

.footer {
    background: #f3f3f3;

    padding: 60px 0 20px;

    font-family: "SourceSans", sans-serif;
}

/* TOP ROW */

.footer-top {
    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    gap: 60px;
}

/* 3 columns */

.footer-col {
    flex: 1;
}

/* logo */

.footer-logo {
    width: 250px;
}

/* headings */

.footer-col h4 {
    font-family: "AfterRegular";

    font-size: 2.6rem;

    margin-bottom: 10px;
}

/* links */

.footer-links {
    display: flex;

    gap: 15px;

    list-style: none;

    padding: 0;

    margin: 0 0 20px 0;
}

.footer-links a {
    text-decoration: none;

    color: #555;

    font-size: 1rem;

    font-family: "SourceSans", sans-serif;
}

.footer-links a:hover {
    color: #ff3cac;
}

/* location text */

.footer-col p {
    color: #666;

    font-size: 14px;

    margin-bottom: 20px;
}

/* social icons */

.footer-social {
    display: flex;

    gap: 15px;
}

.footer-social a {
    width: 35px;

    height: 35px;

    background: #333;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

    color: #fff;

    font-size: 16px;
}

/* bottom copyright */

.footer-bottom {
    display: flex;

    justify-content: center;

    margin-top: 40px;

    font-size: 12px;

    color: #888;
}

.footer-bottom p {
    font-family: "SourceSans", sans-serif;

    font-size: 1rem;
}

.blob-orb-left,
.blob-orb-right {
    position: absolute;

    width: 350px;

    height: 350px;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

    z-index: -1;
}

.blob-orb-left {
    background-image: url("../images/home/side-orb.png");

    left: -150px;

    top: 100px;
}

.blob-orb-right {
    background-image: url("../images/home/side-orb.png");

    right: -150px;

    top: 50px;
}

/* =========================

TABLET (≤992px)

========================= */

@media (max-width: 992px) {
    .hero-text h1 {
        font-size: 3.5rem;

        line-height: 55px;
    }

    .hero-text p {
        font-size: 1.3rem;
    }

    .menu-center {
        gap: 20px;
    }

    .showcase-track img {
        height: 320px;
    }

    .footer-top {
        flex-direction: column;

        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;

        gap: 10px;

        text-align: center;
    }

    .about-section .row {
        flex-direction: column;
    }

    .col-lg-6.about-right {
        width: 100%;

        padding-top: 40px;
    }

    .products h2 {
        font-size: 2.2rem;

        text-align: center;
    }
}

/* =========================

MOBILE (≤768px)

========================= */

@media (max-width: 768px) {
    .header {
        position: relative;

        background: #fff;
    }

    .logo {
        width: 120px;
    }

    .hero {
        padding-top: 80px;

        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.6rem;

        line-height: 40px;
    }

    .hero-text p {
        font-size: 1.1rem;
    }

    .hero-img {
        max-width: 100%;

        margin-top: 30px;
    }

    .ticker-track span {
        font-size: 1.4rem;
    }

    /* upload section */

    .upload-section .row {
        flex-direction: column;
    }

    .col-preview {
        min-height: 400px;
    }

    .phone-stage {
        min-height: 400px;
    }

    /* showcase */

    .showcase-track img {
        height: 220px;
    }

    /* products */

    .products .row {
        row-gap: 40px;
    }

    .product-img img {
        height: auto;
    }

    .price {
        font-size: 22px;
    }

    .product-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 10px;
    }

    /* footer */

    .footer-links {
        flex-wrap: wrap;

        justify-content: center;
    }

    .footer-content h4 {
        font-size: 1.8rem;
    }

    .inner-page-case-upload .step-item h1 {
        font-family: "AfterRegular";
        font-size: 2rem !important;
        margin-bottom: -8px !important;
    }

    .inner-page-case-upload .steps-list {
        gap: 12px !important;
    }

    .inner-page-case-upload .upload-text h2 {
        font-size: 1.2rem !important;
    }

    .inner-page-case-upload div#blob-orb-right-products {
        display: none !important;
    }

    .inner-page-case-upload .price-h1 {
        font-size: 19px !important;
    }
}

/* =========================

SMALL MOBILE (≤480px)

========================= */

@media (max-width: 480px) {
    .about-section .blob-left {
        display: none;
    }

    .hero-text h1 {
        font-size: 2rem;

        line-height: 32px;
    }

    .products h2 {
        font-size: 1.7rem;
    }

    .upload-text h2 {
        font-size: 1.5rem;
    }

    .phone-select {
        max-width: 100%;
    }

    .showcase-track img {
        height: 180px;
    }

    .footer-logo {
        width: 140px;
    }

    .footer-links {
        font-size: 0.9rem;

        gap: 10px;
    }
}

.blob-orb-right-product {
    position: absolute;

    background-image: url(../images/home/side-orb.png);

    right: 65px;

    bottom: 50px;

    width: 500px;

    background-size: 500px;

    height: 500px;
}

/* Cart page */

.shopCart {
    margin-top: 200px;
}

.shopCart h4 {
    font-family: "AfterRegular";

    font-size: 28px;

    font-weight: 600;

    letter-spacing: 2px;

    color: #ff3cac;
}

/* ORDER SUMMARY CARD */

._furniture_order_summery {
    border-radius: 12px;

    border: 1px solid #eee;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* TITLE */

._furniture_order_summery h5 {
    font-size: 20px;

    font-weight: 600;

    margin-bottom: 10px;
}

/* ROW ITEMS */

._furniture_order_summery .d-flex {
    padding: 10px 0;

    border-bottom: 1px dashed #eee;

    font-size: 14px;
}

._furniture_order_summery .d-flex:last-child {
    border-bottom: none;
}

/* COUPON BOX */

#coupon-code-ajax {
    /* background:#fafafa; */

    /* padding: 15px; */

    /* border-bottom: 1px solid#000; */

    /* border-radius:8px; */

    margin-bottom: 15px;
}

#promo-code {
    border: none;

    outline: none;

    font-size: 14px;
}

/* APPLY BUTTON */

#coupon-code-ajax button {
    background: #111;

    color: #fff;

    border-radius: 4px;

    margin-top: 15px;

    padding: 6px;

    font-family: "AfterRegular";

    font-size: 13px;

    letter-spacing: 1px;
}

/* TOTAL */

#order-summary-list h2 {
    font-weight: 700;

    color: #111;
}

#order-summary-list h4 {
    font-weight: 600;
}

/* CHECKOUT BUTTON */

.themeholy-btn {
    background: #ff6a00;

    border: none;

    color: #fff;

    font-weight: 600;

    border-radius: 6px;

    transition: 0.3s;
}

/* .themeholy-btn:hover{

    background:#ff7d1a;

} */

/* CONTINUE SHOPPING */

/* Continue Shopping Button */

.navink.themeholy-btn {
    background: #ff3cac;

    color: #ffffff;

    font-family: "AfterRegular" !important;

    letter-spacing: 1px;

    text-decoration: none;

    border: none;
}

/* Hover */

.navink.themeholy-btn:hover {
    background: #2dc4dd;

    color: #ffffff;

    text-decoration: none;
}

/* Proceed Button */

.themeholy-btn.wc-forward {
    background: #ff3cac;

    color: #ffffff;

    font-family: inherit;

    text-decoration: none;

    border: none;
}

#coupon-code-ajax button {
    background: #ff3cac;

    font-family: "AfterRegular" !important;

    border-radius: 8px;

    border-color: #ff3cac;
}

/* Hover */

.themeholy-btn.wc-forward:hover {
    background: #2dc4dd;

    color: #ffffff;

    text-decoration: none;
}

/* SPACING */

#order-summary-list {
    gap: 6px !important;
}

.shopCart .row {
    align-items: flex-start;
}

#shopping-list thead th {
    font-family: "AfterRegular";

    font-weight: 400 !important;
}

/* ITEM PRICE (Original Price) */

.item-price-row {
    font-size: 16px;
}

.item-price-value {
    font-size: 18px;

    font-weight: 600;

    /* text-decoration: line-through; */

    color: #9ca3af;
}

/* PRODUCT DISCOUNT */

/* PRODUCT DISCOUNT ROW */

.product-discount-row {
    background: #fff5f7;

    border: 1px dashed #ffb3d1;

    border-radius: 8px;

    padding: 8px 10px;

    margin: 6px 0;

    align-items: center !important;
}

/* LABEL */

.product-discount-row div:first-child {
    font-weight: 600;

    color: #ff3cac;
}

/* VALUE */

.product-discount-value {
    font-size: 18px;

    font-weight: 700;

    color: #ff3cac;
}

._furniture_order_summery .d-flex {
    padding: 10px 5px;
}

.d-flex.flex-wrap.justify-content-between.align-items-center.gap-2.product-discount-row {
    border-bottom: unset;
}

.themeholy-btn {
    padding: 10px !important;
}

/* Footer */

.case_foo {
    background: #f3f3f3;

    padding: 60px 20px 20px;
}

/* container */

.case_foo_container {
    max-width: 1200px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    /* center layout */

    gap: 120px;

    /* control space manually */
}

/* logo */

.case_foo_logo img {
    width: 220px;
}

/* headings */

.case_foo h3 {
    font-size: 32px;

    font-family: "AfterRegular";

    margin-bottom: 10px;

    font-weight: 500;
}

.case_foo_links {
    margin-bottom: 46px;
}

/* links */

.case_foo_links ul {
    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    gap: 15px;

    align-items: center;
}

.case_foo_links li {
    position: relative;
}

.case_foo_links li:not(:last-child)::after {
    content: "|";

    margin-left: 15px;

    color: #777;
}

.case_foo_links a {
    text-decoration: none;

    color: #555;

    font-family: "SourceSans", sans-serif !important;

    font-size: 15px;
}

.case_foo_links a:hover {
    color: #000;
}

/* location */

.case_foo_location p {
    font-size: 14px;

    font-family: "SourceSans", sans-serif !important;

    color: #666;

    margin-bottom: 15px;
}

/* social */

.case_foo_social {
    display: flex;

    gap: 10px;
}

.case_foo_social a {
    width: 38px;

    height: 38px;

    background: #333;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

    font-size: 15px;

    text-decoration: none;
}

/* bottom */

.case_foo_bottom {
    text-align: center;

    margin-top: 50px;

    font-size: 14px;

    color: #777;
}

/* responsive */

@media (max-width: 768px) {
    .case_foo_container {
        flex-direction: column;

        align-items: center;

        text-align: center;

        gap: 30px;
    }

    .case_foo_links ul {
        justify-content: center;

        flex-wrap: wrap;
    }

    .case_foo_social {
        justify-content: center;
    }

    .case_foo_logo img {
        width: 180px;
    }
}

/* cart-side-open */

/* .side-cart-overlay {

    position: fixed;

    inset: 0;

    background: rgba(0,0,0,0.5);

    opacity: 0;

    visibility: hidden;

    transition: 0.3s ease;

    z-index: 1000;

}



.side-cart-overlay.open {

    opacity: 1;

    visibility: visible;

}



.side-cart {

    position: fixed;

    top: 0;

    right: -400px;

    width: 400px;

    height: 100%;

    background: #fff;

    box-shadow: -5px 0 15px rgba(0,0,0,0.15);

    transition: 0.3s ease;

    z-index: 1001;

    display: flex;

    flex-direction: column;

}



.side-cart.open {

    right: 0;

}



.side-cart-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 25px;

    border-bottom: 1px solid #eee;

}



.side-cart-title {

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 3px;

    margin: 0;

}



.side-cart-body {

    flex: 1;

    padding: 20px;

    overflow-y: auto;

}



.side-cart-footer {

    padding: 20px;

    border-top: 1px solid #eee;

}



.side-cart-footer .cart-btn {

    display: block;

    width: 100%;

    margin-bottom: 12px;

    text-align: center;

}



.side-cart-footer .cart-btn:last-child {

    margin-bottom: 0;

} */

/* sign in */

.login-form h2 {
    font-family: "AfterRegular" !important;

    font-weight: 500 !important;

    text-transform: uppercase !important;
}

.btn-primary {
    font-family: "AfterRegular" !important;

    background: #ff3cac !important;

    letter-spacing: 1px;
}

.btn-primary:hover {
    background: #2dc4dd !important;
}

.signup-container .themeholy-btn {
    font-family: "AfterRegular" !important;

    font-weight: 500 !important;

    border-radius: 0px;
}

.themeholy-btn.wc-forward {
    font-family: "AfterRegular" !important;

    background: #2dc4dd !important;

    color: #fff !important;

    /* width: 100%; */

    margin: unset;

    letter-spacing: 1px;
}

.themeholy-btn.wc-forward:hover {
    background: #ff3cac !important;
}

/* -----sign up----- */

.fw-bold {
    font-family: "AfterRegular" !important;

    font-weight: 500 !important;

    text-transform: uppercase !important;

    letter-spacing: 1px;
}

/* Add to your <style> block */

.btn-reset {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-top: 8px;

    padding: 7px 14px;

    background: transparent;

    border: 1.5px solid rgba(107, 112, 137, 0.4);

    border-radius: 8px;

    color: #6b7089;

    font-size: 12px;

    font-weight: 500;

    cursor: pointer;

    transition: border-color 0.2s, color 0.2s, background 0.2s;
    position: absolute;
    top: -11px;
    left: 5px;
    border-radius: 13px;
    display: none;
}

.price {
    font-size: 15px !important;
}

p#products-desc-0 {
    font-size: 15px;
    font-weight: lighter;
}

.product-info h5 {
    font-size: 16px;
    color: #818181 !important;
}

.btn-reset:hover {
    border-color: #1a3cff;

    color: #1a3cff;

    background: rgba(26, 60, 255, 0.05);
}

.btn-reset:active {
    background: rgba(26, 60, 255, 0.12);
}

/* checkout-payment */

.caserush-card-header {
    background: #ff3cac !important;

    padding: 16px 24px;

    color: white;
}

.caserush-payment-list li.radio-listin.g {
    display: flex !important;
}

.caserush-radio-listing {
    padding: 16px 0px !important;
}

.caserush-justify-content-start-payment {
    padding: 0px 10px !important;
}

.caserush-cod {
    padding-left: 10px !important;
}

a.navink.themeholy-btn.active.fontinherit.caserush-continue-shopping {
    background: #ff3cac !important;

    border-radius: 10px !important;

    color: white !important;

    text-decoration: none !important;

    width: 100%;

    margin: unset;

    text-align: center;
}

a.navink.themeholy-btn.active.fontinherit.caserush-continue-shopping:hover {
    background: #2dc4dd !important;
}

button.themeholy-btn.wc-forward.fontinherit.btn-loader.caserush-proceed-to-pay {
    background: #2dc4dd !important;

    border: unset !important;

    border-radius: 10px !important;

    color: white !important;

    text-decoration: none !important;

    width: 100%;

    text-align: center;
}

button.themeholy-btn.wc-forward.fontinherit.btn-loader.caserush-proceed-to-pay:hover {
    background: #ff3cac !important;
}

.cr_logo img {
    height: auto !important;

    width: 85% !important;

    max-height: unset !important;
}

.about-section .blob-left {
    display: none;
}

label.fw-semibold.fontinherit {
    font-family: "AfterRegular";

    font-weight: 500 !important;

    font-size: 15px;

    /* letter-spacing: 0px; */
}

._furniture_order_summery h5 {
    font-family: "AfterRegular";

    font-weight: 400;
}

button.accordion-button.shipping-address-title {
    font-family: "AfterRegular" !important;

    letter-spacing: 1px !important;

    font-weight: 100 !important;
}

button.accordion-button.billing-address-title {
    font-family: "AfterRegular" !important;

    letter-spacing: 1px !important;

    font-weight: 100 !important;
}

/* pre-loader */

#page-loader {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.8);

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 9999;

    opacity: 0;

    visibility: hidden;

    transition: 0.3s;
}

#page-loader.active {
    opacity: 1;

    visibility: visible;
}

.loader-spinner {
    width: 40px;

    height: 40px;

    border: 4px solid #ddd;

    border-top: 4px solid #ff3cac;

    border-radius: 50%;

    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.table thead th {
    font-family: "AfterRegular" !important;
}

.nav-item .active {
    background: #ff3cac !important;

    font-family: "AfterRegular" !important;
}

.btn-view {
    background: #ff3cac !important;
}

.order-id {
    font-weight: 400 !important;

    letter-spacing: 1px !important;

    color: #000;

    font-family: "AfterRegular" !important;

    font-size: 1rem;
}

.spacing-top {
    margin-top: 200px !important;
}

/* CART */

.cr_shopcart {
    max-width: 1200px !important;
}

.cr-cart-pdt-title {
    max-width: 150px !important;
}

.account-dropdown .sub-menu {
    margin: revert-layer;
    border-radius: 10px;
}

.account-dropdown .dropdown-item:hover {
    width: auto;

    height: auto;

    background: unset;
}

.account-dropdown .sub-menu li {
    list-style: none;
}

.account-dropdown .dropdown-item {
    display: block;
    text-align: center !important;

    width: 100%;

    height: 100%;

    padding: unset !important;
}

/* shipping page */

.checkout-box {
    max-width: 75% !important;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700;1,800;1,900&display=swap");

.about-cr {
    font-family: "Nunito", sans-serif;
    padding: 70px 0 80px;
    background: #fff;
}

.container {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.about-cr__title {
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    color: #fd2a75;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

/* ── Hero ── */
.about-cr__hero {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 20px;
    position: relative;
}

.about-cr__hero-img-wrap {
    position: relative;
    flex: 0 0 auto;
    width: 400px;
}

.about-cr__hero-img-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 18px;
    display: block;
}

.about-cr__hero-text {
    flex: 1;
    padding-top: 30px;
}

.about-cr__hero-text .quote {
    font-size: 0.95rem;
    font-style: italic;
    font-weight: 700;
    color: #fd2a75;
    margin-bottom: 14px;
}

.about-cr__hero-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.78;
    font-style: italic;
    margin-bottom: 14px;
}

.about-cr__hero-text p:last-child {
    margin-bottom: 0;
}

/* ── Connectors ── */
.about-cr__connector {
    width: 100%;
    line-height: 0;
}

.about-cr__connector img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Feature rows ── */
.about-cr__row {
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
    padding: 20px 0;
}

.about-cr__row--reverse {
    flex-direction: row-reverse;
}

.about-cr__mascot {
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-cr__mascot img {
    width: 400px;
    object-fit: contain;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.08));
}

.about-cr__row-text h3 {
    font-size: 0.95rem;
    font-weight: 800;
    font-style: italic;
    color: #fd2a75;
    margin-bottom: 8px;
}

.about-cr__row-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.78;
    font-style: italic;
    margin: 0;
}

.about-cr__row-text a {
    color: #fd2a75;
    font-weight: 700;
    text-decoration: none;
}

.about-cr__store-img {
    flex: 0 0 400px;
}

.about-cr__store-img img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

@media (max-width: 996px) {
    .container {
        width: 80%;
    }
}

@media (max-width: 850px) {

    .about-cr__hero,
    .about-cr__row,
    .about-cr__row--reverse {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-cr__hero-text {
        padding-top: 0;
    }

    .about-cr__hero,
    .about-cr__row {
        gap: 0;
    }

    .about-cr__hero-img-wrap {
        width: 100%;
        max-width: 300px;
    }

    .about-cr__mascot {
        flex: unset;
    }

    .about-cr__store-img {
        flex: unset;
        width: 100%;
        max-width: 300px;
    }

    .about-cr__connector {
        display: none;
    }
}