/* IPEKERP_STOREFRONT_SF_SHELL_CANONICAL_OWNER_V1 */

/* SOURCE_ORDER=storefront.css -> storefront_redesign_v1.css */

/* OWNERSHIP=.sf-shell selector family only */

/* SOURCE=storefront.css */
.sf-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

/* SOURCE=storefront.css */
.sf-footer .sf-shell {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* SOURCE=storefront.css */
@media (max-width: 720px) {
.sf-shell { width: min(100% - 22px, 1180px); }
}

/* SOURCE=storefront.css */
@media (max-width: 720px) {
.sf-footer .sf-shell { align-items: flex-start; flex-direction: column; }
}

/* SOURCE=storefront.css */
.sf-shell {width:min(calc(100% - 40px),1240px)}

/* SOURCE=storefront.css */
.sf-site-mobile-menu>.sf-shell {padding:14px 0 18px;display:grid;gap:4px}

/* SOURCE=storefront.css */
.sf-site-footer__bottom .sf-shell {min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px}

/* SOURCE=storefront.css */
@media(max-width:860px) {
.sf-shell {width:min(calc(100% - 28px),1240px)}
}

/* SOURCE=storefront.css */
@media(max-width:560px) {
.sf-shell {width:min(calc(100% - 22px),1240px)}
}

/* SOURCE=storefront.css */
@media(max-width:560px) {
.sf-site-footer__bottom .sf-shell {align-items:flex-start;flex-direction:column;justify-content:center;gap:4px;padding:13px 0}
}

/* SOURCE=storefront_redesign_v1.css */
.sf-shell { width: min(1240px, calc(100% - 48px)); }

/* SOURCE=storefront_redesign_v1.css */
@media (max-width: 760px) {
.sf-shell { width: min(100% - 28px,1240px); }
}

/* SOURCE=storefront_redesign_v1.css */
.sf-help-v1__hero .sf-shell { position: relative; z-index: 1; }

/* SOURCE=storefront_redesign_v1.css */
.sf-help-v1__hero .sf-shell > span { color: #ff7c82; font-size: 10px; font-weight: 900; letter-spacing: .18em; }

/* SOURCE=storefront_redesign_v1.css */
.sf-content-v1__hero .sf-shell { position: relative; z-index: 1; }

/* SOURCE=storefront_redesign_v1.css */
.sf-search2-hero > .sf-shell, .sfc-final-index__hero > .sf-shell, .sfc-hero > .sf-shell, .sfb-index-hero > .sf-shell, .sfb-hero > .sf-shell, .sfp-hero > .sf-shell { position: relative; z-index: 1; }

/* SOURCE=storefront_redesign_v1.css */
.sf-simple-hero .sf-shell { text-align: center; }

/* SOURCE=storefront_redesign_v1.css */
.sf-help-v1__hero .sf-shell > span { color: var(--io-red); }

/* SOURCE=storefront_redesign_v1.css */
.sf-shell { width: min(1420px,calc(100% - 64px)); }

/* SOURCE=storefront_redesign_v1.css */
@media (max-width: 760px) {
.sf-shell { width: min(100% - 28px,1420px); }
}
