<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
	--free-shipping: #ff4a3b;
    --scndColor: #00796b;
    --accent: #f6e27f;
    --title: "Hello Autumn Sale!";
}

/* sales and todays deals page */
.special.ml.custom{ background-image: url('../../images/promos/summer/15/today_d.webp') }
.special.ml section.customD h2,.special.ml section.customD #customTimer:after{color:var(--white)}
.special.ml section.customD h2 b,.special.ml #customTimer:before{color:var(--free-shipping)}
.special.ml #customTimer:after{content:'20-' attr(data-max) '% OFF';}
/* END sales and todays deals page */

._title::after{content:var(--title);font-weight: 400;font-family: 'Permanent Marker', cursive;letter-spacing:normal;font-size:26px;line-height: 1.2;margin-bottom: 4px;}
._robo_hero{background-image:none;padding: 4% 5%;}
.topPromo .t1:before {content:"Buy 2 Travel Sprays, Get 1 FREE!"}
.topPromo .t1:after,.topPromo .t2:after{display:none;}
.topPromo .t3:after{content:'Use Code: 'attr(rel);margin-left:4px;}
.topPromo .t2:before{content:'FREE US SHIPPING $' attr(data-m4f)'+'}
.hero .button{margin: 20px auto 11px;}
._robo_hero ._discount_sale {letter-spacing:normal;}
._discount_sale:before{content:'Buy 2 Travel Sprays'; display: block;font-weight:500;font-size:42px;padding:0px 0px 16px;}
._discount_sale:after{ content:'Get 1 FREE!';}
.button.mblOnly{display:none;}

.wPromo{background:var(--free-shipping)!important}
._title::after{color:var(--accent);}
.qnav &gt; a:last-of-type{color:var(--free-shipping)}
.topPromo,.toptap,.hero .button{background:var(--free-shipping)}
._robo_hero a, ._enter_code2 {color: var(--white);}
._robo_hero{background:var(--scndColor)}


@media (max-width:970px){
    ._robo_hero ._discount_sale {font-size: 57px;}
}
@media (max-width:768px){
    /* sales and todays deals page */
    .special.ml.custom{background-image: url('../../images/promos/summer/15/today_m.webp')}
	/* END sales and todays deals page */

    ._title::after{display:none}
    ._robo_hero{padding:4%;padding-bottom:53vw;}
    .hero p._title {color:var(--accent)}
    .button.dskOnly{display: none;}
    .button.mblOnly{display:inline-block;}
    ._robo_hero ._discount_sale{text-transform:uppercase}
    ._robo_hero ._discount_sale:before{font-weight:bold;font-size:38px;padding:0 0 10px;}
    ._robo_hero ._discount_sale:after{font-size:73px;}
}
@media (max-width:534px){
    ._robo_hero{padding-bottom:272px;}
}
@media(max-width:432px){
    ._robo_hero ._discount_sale:before{font-size:30px;}
    ._robo_hero ._discount_sale:after{font-size:60px;}
    ._robo_hero {padding-bottom: 251px;}
}
@media(max-width:350px){
    ._robo_hero ._discount_sale:before{font-size:27px;}
    ._robo_hero ._discount_sale:after{font-size:55px;}
}</pre></body></html>