/* Brand archive button */

.brand-archive-btn {
	display: inline-block;
	margin-top: 16px;
	padding: 10px 32px;
	border: 3px solid #fff;
	border-radius: 28px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	transition: background .2s, color .2s;
}

.brand-archive-btn:hover {
            background:#fff!important;
            color:#FF7160!important;
            text-decoration:none!important;
        }

/* Brand bottom block */

.wh-brand-full {
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            margin-bottom: 50px;
            border-radius: 30px 30px 0 0;
            overflow: hidden;
        }

        .wh-brand-full,
        .wh-brand-full * {
            box-sizing: border-box;
            font-family: inherit;
        }

        .wh-delivery-strip {
            background: #243126;
            color: #fff;
            padding: 18px 32px;
        }

        .wh-delivery-inner {
            width: min(100%, 760px);
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 26px;
        }

        .wh-omniva-card {
            width: 188px;
            height: 82px;
            flex: 0 0 auto;
            object-fit: contain;
        }

        .wh-delivery-copy h3 {
            margin: 0 0 8px;
            font-size: 22px;
            line-height: 1.15;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
        }

        .wh-delivery-copy p {
            margin: 0;
            color: rgba(255,255,255,.82);
            font-size: 15px;
            line-height: 1.5;
        }

        .wh-hero {
            background: #ff6d5f;
            color: #fff;
            text-align: center;
            padding: 68px 24px 74px;
        }

        .wh-hero-inner {
            width: min(100%, 1100px);
            margin: 0 auto;
        }

        .wh-hero h2 {
            margin: 0 0 34px;
            font-size: 66px;
            line-height: 1;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: -0.03em;
            color: #fff;
        }

        .wh-shortcode-box {
            width: min(100%, 980px);
            margin: 0 auto 42px;
            padding: 0 20px;
            font-size: 26px;
            line-height: 1.8;
            font-weight: 700;
            color: #fff;
        }

        .wh-shortcode-box p {
            color: #fff;
            margin-bottom: 14px;
        }

        .wh-shortcode-box p:last-child {
            margin-bottom: 0;
        }

        .wh-shortcode-button {
            font-size: 16px;
            line-height: 1.2;
            font-weight: 700;
        }

        @media (max-width: 767px) {
            .wh-brand-full {
                border-radius: 24px 24px 0 0;
                margin-bottom: 36px;
            }

            .wh-delivery-strip {
                padding: 16px 18px;
            }

            .wh-delivery-inner {
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                gap: 16px;
            }

            .wh-omniva-card {
                width: 120px;
                height: auto;
                max-width: 120px;
                flex: 0 0 120px;
            }

            .wh-delivery-copy h3 {
                font-size: 16px;
                margin-bottom: 6px;
                line-height: 1.15;
            }

            .wh-delivery-copy p {
                font-size: 12px;
                line-height: 1.45;
            }

            .wh-hero {
                padding: 48px 18px 56px;
            }

            .wh-hero h2 {
                font-size: 38px;
                margin-bottom: 26px;
            }

            .wh-shortcode-box {
                font-size: 18px;
                line-height: 1.65;
                padding: 0;
            }
        }
