* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #fafafa;
    color: #2c2c2c;
    line-height: 1.5;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}


.hero-slider {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
}

.slider-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    height: 450px;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.8s;
}

.slide.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.slide-content {
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.slide-content h2 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
}

.slide-content p {
    font-size: 20px;
    margin-bottom: 24px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.btn-slide {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
    transition: all 0.3s;
}

.btn-slide:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.5);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 32px;
    padding: 12px 18px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    border-radius: 4px;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider-btn.prev {
    left: 20px;
}

.slider-btn.next {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active,
.dot:hover {
    background: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.category-line {
    padding: 28px 0 18px;
    background: linear-gradient(to bottom, #fafafa, #f5f5f5);
}

.category-line-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.category-pill {
    flex: 0 0 160px;
    height: 160px;
    border-radius: 28px;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    font-size: 15px;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background-size: 200% 200%;
    background-position: 0% 0%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.category-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25), transparent 60%);
    mix-blend-mode: lighten;
    opacity: 0.7;
    z-index: 0;
}

.category-icon {
    font-size: 56px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

.category-pill-label {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.category-pill:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background-position: 100% 100%;
}


.category-singles {
    background:
        radial-gradient(ellipse 120px 100px at 20% 30%, #0d9488, transparent),
        radial-gradient(ellipse 100px 140px at 80% 20%, #6366f1, transparent),
        radial-gradient(ellipse 150px 80px at 50% 70%, #164e63, transparent),
        linear-gradient(135deg, #0f172a 0%, #164e63 50%, #0f172a 100%);
    background-size: 100% 100%;
}

.category-sellado {
    background:
        radial-gradient(ellipse 120px 100px at 80% 20%, #ec4899, transparent),
        radial-gradient(ellipse 100px 140px at 10% 60%, #f97316, transparent),
        radial-gradient(ellipse 150px 80px at 70% 70%, #d97706, transparent),
        linear-gradient(135deg, #1f1f2e 0%, #8b5cf6 50%, #1f1f2e 100%);
    background-size: 100% 100%;
}

.category-torneo {
    background:
        radial-gradient(ellipse 120px 100px at 70% 20%, #facc15, transparent),
        radial-gradient(ellipse 100px 140px at 20% 50%, #7c2d12, transparent),
        radial-gradient(ellipse 150px 80px at 60% 80%, #16a34a, transparent),
        linear-gradient(135deg, #2d1b4e 0%, #854d0e 50%, #2d1b4e 100%);
    background-size: 100% 100%;
}

.category-accesorios {
    background:
        radial-gradient(ellipse 120px 100px at 30% 20%, #fbbf24, transparent),
        radial-gradient(ellipse 100px 140px at 80% 60%, #ec4899, transparent),
        radial-gradient(ellipse 150px 80px at 50% 80%, #c084fc, transparent),
        linear-gradient(135deg, #1e3a5f 0%, #7c3aed 50%, #1e3a5f 100%);
    background-size: 100% 100%;
}

.category-preventa {
    background:
        radial-gradient(ellipse 120px 100px at 70% 20%, #d946ef, transparent),
        radial-gradient(ellipse 100px 140px at 20% 70%, #fbbf24, transparent),
        radial-gradient(ellipse 150px 80px at 80% 50%, #6b21a8, transparent),
        linear-gradient(135deg, #2d1b4e 0%, #a21caf 50%, #2d1b4e 100%);
    background-size: 100% 100%;
}

.category-figuras {
    background:
        radial-gradient(ellipse 120px 100px at 20% 20%, #06b6d4, transparent),
        radial-gradient(ellipse 100px 140px at 80% 70%, #7c3aed, transparent),
        radial-gradient(ellipse 150px 80px at 50% 40%, #14b8a6, transparent),
        linear-gradient(135deg, #0f172a 0%, #06b6d4 50%, #0f172a 100%);
    background-size: 100% 100%;
}


.top-banner {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


.header {
    background: #fff;
    border-bottom: 1px solid #efefef;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    min-width: 200px;
    letter-spacing: -0.5px;
}

.nav {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 24px;
    align-items: center;
}

.nav-item {
    position: relative;
    text-decoration: none;
    color: #2c2c2c;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 4px;
    transition: color 0.2s;
    letter-spacing: 0.3px;
}

.nav-item>a {
    text-decoration: none;
    color: #2c2c2c;
    transition: color 0.2s;
}

.nav-item:hover,
.nav-item>a:hover {
    color: #6366f1;
}


.dropdown {
    position: relative;
}

.dropdown>a::after {
    content: "▼";
    font-size: 8px;
    margin-left: 4px;
    opacity: 0.6;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 8px 0;
    margin-top: 8px;
    z-index: 1000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    display: block;
    padding: 10px 18px;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.2s, color 0.2s;
}

.dropdown-content a:hover {
    background: #f5f5f5;
    color: #6366f1;
}

.nav-icons {
    background: #f3f3f3;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.nav-icon {
    font-size: 18px;
}

.header-actions {
    display: flex;
    gap: 15px;
}

.header-actions button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e74c3c;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}


.section {
    padding: 40px 0;
    border-bottom: 1px solid #f0f0f0;
}

.section h2 {
    font-size: 26px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: -0.5px;
}


.grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}


.card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.card:hover {
    border-color: #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card img {
    width: 100%;
    aspect-ratio: 1/1.35;
    object-fit: cover;
    display: block;
    background: #f8f8f8;
}

.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: white;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.card h3 {
    font-size: 13px;
    padding: 14px;
    line-height: 1.4;
    min-height: 44px;
    color: #1a1a1a;
    font-weight: 500;
}

.prices {
    padding: 0 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.old {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}

.new {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.add-cart {
    width: calc(100% - 28px);
    margin: 0 14px 14px;
    padding: 11px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.2s;
    letter-spacing: 0.3px;
}

.add-cart:hover {
    background: #2c2c2c;
}


.newsletter {
    padding: 40px 0;
    text-align: center;
}

.newsletter h2 {
    margin-bottom: 20px;
}

.newsletter form {
    display: flex;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter input {
    flex: 1;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    font-size: 14px;
}

.newsletter button {
    padding: 12px 32px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    transition: background 0.2s;
}

.newsletter button:hover {
    background: #2c2c2c;
}


.footer {
    background: #f8f8f8;
    padding: 40px 0 20px;
    border-top: 1px solid #f0f0f0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
}

.footer p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    color: #999;
    font-size: 12px;
}


@media (max-width: 1400px) {
    .grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1200px) {
    .grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .nav {
        gap: 20px;
    }
}


.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #1a1a1a;
    padding: 10px;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        
    }

    .header .container {
        flex-wrap: wrap;
        position: relative;
        justify-content: flex-end;
        
        min-height: 40px;
        
    }

    .menu-toggle {
        display: block;
        margin-left: 10px;
    }

    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        gap: 10px;
        position: relative;
        z-index: 10;
        background: rgba(255, 255, 255, 0.8);
        
    }

    .nav {
        display: none;
        
        width: 100%;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 20px 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        order: 4;
    }

    .nav.active {
        display: flex;
        
    }

    .nav-item {
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
        
        gap: 12px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        
        gap: 10px;
    }

    .section h2 {
        font-size: 20px;
    }
}


.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.cart-overlay.open {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.cart-drawer.open {
    right: 0;
}

.drawer-header {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drawer-header h2 {
    font-size: 20px;
    margin: 0;
}

.close-drawer {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f9f9f9;
}

.cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.cart-item-controls button {
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.remove-item {
    background: none;
    border: none;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    align-self: flex-start;
}

.remove-item:hover {
    color: #e74c3c;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
}

.cart-footer .cart-total {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.checkout-btn {
    width: 100%;
    padding: 14px;
    background: #6366f1;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.checkout-btn:hover {
    background: #4f46e5;
}

.checkout-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}/ *   S e a r c h   R e s u l t s   D r o p d o w n   * / 
 
 . s e a r c h - b a r   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         w i d t h :   1 0 0 % ; 
 
         m a x - w i d t h :   4 0 0 p x ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t s   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   1 0 0 % ; 
 
         l e f t :   0 ; 
 
         w i d t h :   1 0 0 % ; 
 
         b a c k g r o u n d :   # f f f ; 
 
         b o r d e r :   1 p x   s o l i d   # f 0 f 0 f 0 ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
         b o x - s h a d o w :   0   4 p x   1 2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
         m a x - h e i g h t :   4 0 0 p x ; 
 
         o v e r f l o w - y :   a u t o ; 
 
         z - i n d e x :   1 0 0 0 ; 
 
         d i s p l a y :   n o n e ; 
 
         m a r g i n - t o p :   8 p x ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t s . a c t i v e   { 
 
         d i s p l a y :   b l o c k ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m   { 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         g a p :   1 2 p x ; 
 
         p a d d i n g :   1 0 p x ; 
 
         b o r d e r - b o t t o m :   1 p x   s o l i d   # f 9 f 9 f 9 ; 
 
         c u r s o r :   p o i n t e r ; 
 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m : h o v e r   { 
 
         b a c k g r o u n d :   # f 5 f 5 f 5 ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m   i m g   { 
 
         w i d t h :   4 0 p x ; 
 
         h e i g h t :   4 0 p x ; 
 
         o b j e c t - f i t :   c o v e r ; 
 
         b o r d e r - r a d i u s :   4 p x ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i n f o   { 
 
         f l e x :   1 ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i n f o   h 4   { 
 
         f o n t - s i z e :   1 3 p x ; 
 
         m a r g i n :   0   0   4 p x ; 
 
         c o l o r :   # 1 a 1 a 1 a ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - m e t a   { 
 
         f o n t - s i z e :   1 1 p x ; 
 
         c o l o r :   # 6 6 6 ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - t y p e   { 
 
         d i s p l a y :   i n l i n e - b l o c k ; 
 
         p a d d i n g :   2 p x   6 p x ; 
 
         b a c k g r o u n d :   # e e e ; 
 
         b o r d e r - r a d i u s :   3 p x ; 
 
         f o n t - s i z e :   1 0 p x ; 
 
         m a r g i n - r i g h t :   6 p x ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
 } 
 
 
 
 . s e a r c h - n o - r e s u l t s   { 
 
         p a d d i n g :   1 5 p x ; 
 
         t e x t - a l i g n :   c e n t e r ; 
 
         c o l o r :   # 9 9 9 ; 
 
         f o n t - s i z e :   1 3 p x ; 
 
 } 
 
 / *   P r o d u c t   M o d a l   S t y l e s   * / 
 
 . p r o d u c t - m o d a l - o v e r l a y   { 
 
         p o s i t i o n :   f i x e d ; 
 
         t o p :   0 ; 
 
         l e f t :   0 ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   1 0 0 % ; 
 
         b a c k g r o u n d :   r g b a ( 0 ,   0 ,   0 ,   0 . 8 ) ; 
 
         z - i n d e x :   2 0 0 0 ; 
 
         d i s p l a y :   n o n e ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         p a d d i n g :   2 0 p x ; 
 
 } 
 
 
 
 . p r o d u c t - m o d a l - p a d d i n g   { 
 
         p a d d i n g - t o p :   5 0 p x ; 
 
         / *   S p a c e   f o r   m o b i l e   n a v   i f   n e e d e d   * / 
 
 } 
 
 
 
 . p r o d u c t - m o d a l - c o n t e n t   { 
 
         b a c k g r o u n d :   # f f f ; 
 
         w i d t h :   1 0 0 % ; 
 
         m a x - w i d t h :   8 0 0 p x ; 
 
         b o r d e r - r a d i u s :   8 p x ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         d i s p l a y :   f l e x ; 
 
         g a p :   3 0 p x ; 
 
         p a d d i n g :   3 0 p x ; 
 
         m a x - h e i g h t :   9 0 v h ; 
 
         o v e r f l o w - y :   a u t o ; 
 
         a n i m a t i o n :   f a d e I n   0 . 2 s ; 
 
 } 
 
 
 
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   { 
 
         . p r o d u c t - m o d a l - c o n t e n t   { 
 
                 f l e x - d i r e c t i o n :   c o l u m n ; 
 
                 p a d d i n g :   2 0 p x ; 
 
                 g a p :   2 0 p x ; 
 
         } 
 
 } 
 
 
 
 . p r o d u c t - m o d a l - c l o s e   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   1 5 p x ; 
 
         r i g h t :   2 0 p x ; 
 
         f o n t - s i z e :   3 0 p x ; 
 
         b a c k g r o u n d :   n o n e ; 
 
         b o r d e r :   n o n e ; 
 
         c u r s o r :   p o i n t e r ; 
 
         l i n e - h e i g h t :   1 ; 
 
         z - i n d e x :   1 0 ; 
 
 } 
 
 
 
 . m o d a l - i m a g e - c o n t a i n e r   { 
 
         f l e x :   1 ; 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         b a c k g r o u n d :   # f 9 f 9 f 9 ; 
 
         b o r d e r - r a d i u s :   8 p x ; 
 
 } 
 
 
 
 . m o d a l - i m a g e - c o n t a i n e r   i m g   { 
 
         m a x - w i d t h :   1 0 0 % ; 
 
         m a x - h e i g h t :   4 0 0 p x ; 
 
         o b j e c t - f i t :   c o n t a i n ; 
 
 } 
 
 
 
 . m o d a l - d e t a i l s   { 
 
         f l e x :   1 ; 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
 } 
 
 
 
 . m o d a l - c a t e g o r y   { 
 
         f o n t - s i z e :   1 4 p x ; 
 
         c o l o r :   # 6 6 6 ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         m a r g i n - b o t t o m :   5 p x ; 
 
 } 
 
 
 
 . m o d a l - t i t l e   { 
 
         f o n t - s i z e :   2 4 p x ; 
 
         m a r g i n :   0   0   1 5 p x ; 
 
         l i n e - h e i g h t :   1 . 3 ; 
 
 } 
 
 
 
 . m o d a l - p r i c e   { 
 
         f o n t - s i z e :   2 8 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c o l o r :   # e 7 4 c 3 c ; 
 
         m a r g i n - b o t t o m :   2 0 p x ; 
 
 } 
 
 
 
 . m o d a l - d e s c r i p t i o n   { 
 
         f o n t - s i z e :   1 5 p x ; 
 
         l i n e - h e i g h t :   1 . 6 ; 
 
         c o l o r :   # 4 4 4 ; 
 
         m a r g i n - b o t t o m :   3 0 p x ; 
 
         f l e x :   1 ; 
 
 } 
 
 
 
 . m o d a l - a c t i o n s   { 
 
         m a r g i n - t o p :   a u t o ; 
 
 } 
 
 
 
 . m o d a l - a d d - b t n   { 
 
         w i d t h :   1 0 0 % ; 
 
         p a d d i n g :   1 5 p x ; 
 
         b a c k g r o u n d :   # 6 3 6 6 f 1 ; 
 
         / *   U s i n g   s i t e   c o l o r   * / 
 
         c o l o r :   w h i t e ; 
 
         b o r d e r :   n o n e ; 
 
         b o r d e r - r a d i u s :   6 p x ; 
 
         f o n t - s i z e :   1 6 p x ; 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         c u r s o r :   p o i n t e r ; 
 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ; 
 
 } 
 
 
 
 . m o d a l - a d d - b t n : h o v e r   { 
 
         b a c k g r o u n d :   # 4 f 4 6 e 5 ; 
 
 } 
 
 
 
 / *   C o m p a c t   S e a r c h   R e s u l t s   O v e r r i d e s   * / 
 
 . s e a r c h - r e s u l t s   { 
 
         b o r d e r - t o p :   n o n e ; 
 
         b o x - s h a d o w :   0   1 0 p x   2 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 5 ) ; 
 
         m a x - h e i g h t :   3 0 0 p x ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m   { 
 
         p a d d i n g :   8 p x   1 2 p x ; 
 
         g a p :   1 0 p x ; 
 
         h e i g h t :   a u t o ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m   i m g   { 
 
         w i d t h :   3 0 p x ; 
 
         / *   S m a l l e r   i m a g e   * / 
 
         h e i g h t :   3 0 p x ; 
 
         d i s p l a y :   n o n e ; 
 
         / *   H i d e   i m a g e   a s   p e r   u s e r   r e q u e s t   f o r   l i s t   s t y l e   * / 
 
 } 
 
 
 
 / *   I f   u s e r   w a n t s   j u s t   t e x t   l i s t ,   w e   s h o w   f l e x   b u t   n o   i m a g e   * / 
 
 . s e a r c h - r e s u l t - i n f o   h 4   { 
 
         f o n t - s i z e :   1 4 p x ; 
 
         f o n t - w e i g h t :   5 0 0 ; 
 
         m a r g i n :   0 ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - m e t a   { 
 
         f o n t - s i z e :   1 2 p x ; 
 
         c o l o r :   # 8 8 8 ; 
 
 } 
 
 
 
 . s e a r c h - s e c t i o n - t i t l e   { 
 
         b a c k g r o u n d :   # e e e ; 
 
         c o l o r :   # 5 5 5 ; 
 
         f o n t - s i z e :   1 0 p x ; 
 
         l e t t e r - s p a c i n g :   0 . 5 p x ; 
 
         p a d d i n g :   6 p x   1 2 p x ; 
 
 } 
 
 
 
 / *   C a r d   U p d a t e s   * / 
 
 . c a r d   { 
 
         c u r s o r :   p o i n t e r ; 
 
         t r a n s i t i o n :   t r a n s f o r m   0 . 2 s ; 
 
 } 
 
 
 
 . c a r d : h o v e r   { 
 
         t r a n s f o r m :   t r a n s l a t e Y ( - 5 p x ) ; 
 
 } 
 
 
 
 / *   H i d e   t h e   o l d   o v e r l a y   b u t t o n   i n t e r a c t i o n   * / 
 
 . c a r d - o v e r l a y   { 
 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 
 } 
 
 / *   F o r c e   S e a r c h   R e s u l t s   t o   b e   a   l i s t   * / 
 
 . s e a r c h - r e s u l t s   { 
 
         d i s p l a y :   b l o c k   ! i m p o r t a n t ; 
 
         m a x - h e i g h t :   4 0 0 p x ; 
 
         o v e r f l o w - y :   a u t o ; 
 
         b a c k g r o u n d :   w h i t e ; 
 
         b o r d e r :   1 p x   s o l i d   # d d d ; 
 
         b o r d e r - t o p :   n o n e ; 
 
         b o x - s h a d o w :   0   4 p x   6 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m   { 
 
         d i s p l a y :   f l e x   ! i m p o r t a n t ; 
 
         f l e x - d i r e c t i o n :   r o w   ! i m p o r t a n t ; 
 
         / *   F o r c e   r o w   * / 
 
         a l i g n - i t e m s :   c e n t e r   ! i m p o r t a n t ; 
 
         p a d d i n g :   1 0 p x   1 5 p x   ! i m p o r t a n t ; 
 
         b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 
         c u r s o r :   p o i n t e r ; 
 
         b a c k g r o u n d :   w h i t e ; 
 
         w i d t h :   1 0 0 %   ! i m p o r t a n t ; 
 
         b o x - s i z i n g :   b o r d e r - b o x ; 
 
         h e i g h t :   a u t o   ! i m p o r t a n t ; 
 
         m i n - h e i g h t :   4 0 p x ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m : h o v e r   { 
 
         b a c k g r o u n d - c o l o r :   # f 5 f 5 f 5 ; 
 
 } 
 
 
 
 / *   F o r c e   I m a g e   H i d e   * / 
 
 . s e a r c h - r e s u l t - i t e m   i m g   { 
 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 
         w i d t h :   0   ! i m p o r t a n t ; 
 
         h e i g h t :   0   ! i m p o r t a n t ; 
 
 } 
 
 
 
 / *   T e x t   s t y l e s   * / 
 
 . s e a r c h - r e s u l t - i n f o   { 
 
         f l e x :   1 ; 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         w i d t h :   1 0 0 % ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i n f o   h 4   { 
 
         f o n t - s i z e :   1 4 p x   ! i m p o r t a n t ; 
 
         m a r g i n :   0   ! i m p o r t a n t ; 
 
         f o n t - w e i g h t :   5 0 0   ! i m p o r t a n t ; 
 
         c o l o r :   # 3 3 3   ! i m p o r t a n t ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - m e t a   { 
 
         f o n t - s i z e :   1 4 p x   ! i m p o r t a n t ; 
 
         f o n t - w e i g h t :   b o l d   ! i m p o r t a n t ; 
 
         c o l o r :   # 4 4 4   ! i m p o r t a n t ; 
 
         w h i t e - s p a c e :   n o w r a p ; 
 
         m a r g i n - l e f t :   1 0 p x ; 
 
 } 
 
 
 
 / *   S e c t i o n   T i t l e   * / 
 
 . s e a r c h - s e c t i o n - t i t l e   { 
 
         b a c k g r o u n d :   # f 0 f 0 f 0 ; 
 
         p a d d i n g :   8 p x   1 5 p x ; 
 
         f o n t - s i z e :   1 1 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c o l o r :   # 6 6 6 ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         l e t t e r - s p a c i n g :   0 . 5 p x ; 
 
 } 
 
 
 
 / *   E n s u r e   n o   c a r d   s t y l e s   l e a k   * / 
 
 . s e a r c h - r e s u l t - i t e m   . c a r d , 
 
 . s e a r c h - r e s u l t - i t e m   . c a r d - i m a g e , 
 
 . s e a r c h - r e s u l t - i t e m   . c a r d - i n f o   { 
 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 
 } 
 
 / *   C l e a n   S e a r c h   L i s t   S t y l e s   ( v 9 )   * / 
 
 . s e a r c h - r e s u l t s   { 
 
         d i s p l a y :   n o n e ; 
 
         / *   H i d d e n   b y   d e f a u l t   * / 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   1 0 0 % ; 
 
         l e f t :   0 ; 
 
         w i d t h :   1 0 0 % ; 
 
         b a c k g r o u n d :   w h i t e ; 
 
         b o r d e r :   1 p x   s o l i d   # e 5 e 5 e 5 ; 
 
         b o r d e r - t o p :   n o n e ; 
 
         b o x - s h a d o w :   0   4 p x   1 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
         m a x - h e i g h t :   4 0 0 p x ; 
 
         o v e r f l o w - y :   a u t o ; 
 
         z - i n d e x :   1 0 0 0 ; 
 
 } 
 
 
 
 . s e a r c h - s e c t i o n - t i t l e   { 
 
         p a d d i n g :   8 p x   1 2 p x ; 
 
         f o n t - s i z e :   1 1 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c o l o r :   # 8 8 8 ; 
 
         b a c k g r o u n d :   # f 9 f 9 f 9 ; 
 
         l e t t e r - s p a c i n g :   0 . 5 p x ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m   { 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         p a d d i n g :   1 0 p x   1 5 p x ; 
 
         c u r s o r :   p o i n t e r ; 
 
         b o r d e r - b o t t o m :   1 p x   s o l i d   # f 0 f 0 f 0 ; 
 
         t r a n s i t i o n :   b a c k g r o u n d   0 . 1 s ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m : l a s t - c h i l d   { 
 
         b o r d e r - b o t t o m :   n o n e ; 
 
 } 
 
 
 
 . s e a r c h - r e s u l t - i t e m : h o v e r   { 
 
         b a c k g r o u n d - c o l o r :   # f 3 f 4 f 6 ; 
 
 } 
 
 
 
 . s e a r c h - n a m e   { 
 
         f o n t - s i z e :   1 4 p x ; 
 
         c o l o r :   # 1 f 2 9 3 7 ; 
 
         f o n t - w e i g h t :   5 0 0 ; 
 
         f l e x :   1 ; 
 
         / *   T a k e   a v a i l a b l e   s p a c e   * / 
 
         w h i t e - s p a c e :   n o w r a p ; 
 
         o v e r f l o w :   h i d d e n ; 
 
         t e x t - o v e r f l o w :   e l l i p s i s ; 
 
         m a r g i n - r i g h t :   1 5 p x ; 
 
 } 
 
 
 
 . s e a r c h - m e t a   { 
 
         f o n t - s i z e :   1 3 p x ; 
 
         c o l o r :   # 6 3 6 6 f 1 ; 
 
         / *   B r a n d   c o l o r   * / 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         w h i t e - s p a c e :   n o w r a p ; 
 
 } 
 
 
 
 / *   E n s u r e   n o   i m a g e s   o r   b u t t o n s   m e s s   i t   u p   ( j u s t   i n   c a s e   o f   c a c h e )   * / 
 
 . s e a r c h - r e s u l t - i t e m   i m g , 
 
 . s e a r c h - r e s u l t - i t e m   b u t t o n   { 
 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 
 } 
 
 / *   - - -   M O D E R N   C A R D   S T Y L E S   ( v 1 7 )   - - -   * / 
 
 . c a r d   { 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         b a c k g r o u n d :   # f f f ; 
 
         b o r d e r - r a d i u s :   1 6 p x ; 
 
         / *   M o r e   r o u n d e d   * / 
 
         o v e r f l o w :   h i d d e n ; 
 
         b o x - s h a d o w :   0   4 p x   1 5 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ; 
 
         t r a n s i t i o n :   t r a n s f o r m   0 . 3 s   e a s e ,   b o x - s h a d o w   0 . 3 s   e a s e ; 
 
         b o r d e r :   1 p x   s o l i d   # f 0 f 0 f 0 ; 
 
         h e i g h t :   1 0 0 % ; 
 
 } 
 
 
 
 . c a r d : h o v e r   { 
 
         t r a n s f o r m :   t r a n s l a t e Y ( - 8 p x ) ; 
 
         b o x - s h a d o w :   0   1 2 p x   2 5 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 5 ) ; 
 
 } 
 
 
 
 . c a r d - i m a g e   { 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         w i d t h :   1 0 0 % ; 
 
         p a d d i n g - t o p :   1 0 0 % ; 
 
         o v e r f l o w :   h i d d e n ; 
 
         b a c k g r o u n d :   # f 8 f 9 f a ; 
 
 } 
 
 
 
 . c a r d - i m a g e   i m g   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   0 ; 
 
         l e f t :   0 ; 
 
         w i d t h :   1 0 0 % ; 
 
         h e i g h t :   1 0 0 % ; 
 
         o b j e c t - f i t :   c o n t a i n ; 
 
         p a d d i n g :   2 0 p x ; 
 
         t r a n s i t i o n :   t r a n s f o r m   0 . 5 s   e a s e ; 
 
 } 
 
 
 
 . c a r d : h o v e r   . c a r d - i m a g e   i m g   { 
 
         t r a n s f o r m :   s c a l e ( 1 . 0 5 ) ; 
 
 } 
 
 
 
 . c a r d - i n f o   { 
 
         p a d d i n g :   2 0 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         f l e x - g r o w :   1 ; 
 
 } 
 
 
 
 . c a t e g o r y   { 
 
         f o n t - s i z e :   1 0 p x ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         c o l o r :   # 8 8 8 ; 
 
         l e t t e r - s p a c i n g :   1 p x ; 
 
         m a r g i n - b o t t o m :   8 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
 } 
 
 
 
 . c a r d - i n f o   h 3   { 
 
         f o n t - s i z e :   1 6 p x ; 
 
         c o l o r :   # 2 d 3 7 4 8 ; 
 
         m a r g i n :   0   0   1 2 p x   0 ; 
 
         l i n e - h e i g h t :   1 . 4 ; 
 
         f o n t - w e i g h t :   6 0 0 ; 
 
         f l e x - g r o w :   1 ; 
 
 } 
 
 
 
 . p r i c e s   { 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         g a p :   1 0 p x ; 
 
         m a r g i n - b o t t o m :   2 0 p x ; 
 
 } 
 
 
 
 . p r i c e s   . o l d   { 
 
         f o n t - s i z e :   1 3 p x ; 
 
         c o l o r :   # a 0 a e c 0 ; 
 
         t e x t - d e c o r a t i o n :   l i n e - t h r o u g h ; 
 
 } 
 
 
 
 . p r i c e s   . n e w   { 
 
         f o n t - s i z e :   1 8 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c o l o r :   # 0 0 0 ; 
 
         / *   B l a c k   f o r   p r i c e   * / 
 
 } 
 
 
 
 / *   A c t i o n   B u t t o n s   C o n t a i n e r   * / 
 
 . c a r d - a c t i o n s   { 
 
         d i s p l a y :   f l e x ; 
 
         g a p :   1 2 p x ; 
 
         m a r g i n - t o p :   a u t o ; 
 
 } 
 
 
 
 . b t n - c a r d   { 
 
         f l e x :   1 ; 
 
         p a d d i n g :   1 2 p x   0 ; 
 
         b o r d e r - r a d i u s :   5 0 p x ; 
 
         / *   F u l l y   r o u n d e d / P i l l   s h a p e   * / 
 
         f o n t - s i z e :   1 3 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c u r s o r :   p o i n t e r ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
 
         b o r d e r :   n o n e ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         l e t t e r - s p a c i n g :   0 . 5 p x ; 
 
 } 
 
 
 
 / *   B t n   D e t a i l s :   W h i t e   B a c k g r o u n d ,   B l a c k   T e x t   * / 
 
 . b t n - d e t a i l s   { 
 
         b a c k g r o u n d :   # f f f f f f ; 
 
         c o l o r :   # 0 0 0 0 0 0 ; 
 
         b o r d e r :   2 p x   s o l i d   # 0 0 0 0 0 0 ; 
 
 } 
 
 
 
 . b t n - d e t a i l s : h o v e r   { 
 
         b a c k g r o u n d :   # 0 0 0 0 0 0 ; 
 
         c o l o r :   # f f f f f f ; 
 
 } 
 
 
 
 / *   B t n   A d d :   B l a c k   B a c k g r o u n d ,   W h i t e   T e x t   * / 
 
 . b t n - a d d   { 
 
         b a c k g r o u n d :   # 0 0 0 0 0 0 ; 
 
         c o l o r :   # f f f f f f ; 
 
         b o r d e r :   2 p x   s o l i d   # 0 0 0 0 0 0 ; 
 
 } 
 
 
 
 . b t n - a d d : h o v e r   { 
 
         b a c k g r o u n d :   # 3 3 3 3 3 3 ; 
 
         b o r d e r - c o l o r :   # 3 3 3 3 3 3 ; 
 
         t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ; 
 
         b o x - s h a d o w :   0   4 p x   1 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 ) ; 
 
 } 
 
 
 
 / *   - - -   M O D E R N   M O D A L   S T Y L E S   ( v 1 7 )   - - -   * / 
 
 . p r o d u c t - m o d a l - c o n t e n t   { 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   r o w ; 
 
         w i d t h :   9 0 0 p x ; 
 
         m a x - w i d t h :   9 5 v w ; 
 
         h e i g h t :   a u t o ; 
 
         m a x - h e i g h t :   8 5 v h ; 
 
         p a d d i n g :   0 ; 
 
         o v e r f l o w :   h i d d e n ; 
 
         b o r d e r - r a d i u s :   2 0 p x ; 
 
         b o x - s h a d o w :   0   2 5 p x   5 0 p x   - 1 2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 5 ) ; 
 
 } 
 
 
 
 . m o d a l - l e f t   { 
 
         f l e x :   1 ; 
 
         b a c k g r o u n d :   # f 8 f 9 f a ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         p a d d i n g :   4 0 p x ; 
 
 } 
 
 
 
 . m o d a l - l e f t   i m g   { 
 
         m a x - w i d t h :   1 0 0 % ; 
 
         m a x - h e i g h t :   5 0 0 p x ; 
 
         o b j e c t - f i t :   c o n t a i n ; 
 
         m i x - b l e n d - m o d e :   m u l t i p l y ; 
 
 } 
 
 
 
 . m o d a l - r i g h t   { 
 
         f l e x :   1 ; 
 
         p a d d i n g :   5 0 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         o v e r f l o w - y :   a u t o ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         b a c k g r o u n d :   w h i t e ; 
 
 } 
 
 
 
 . p r o d u c t - m o d a l - c l o s e   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   2 0 p x ; 
 
         r i g h t :   2 5 p x ; 
 
         b a c k g r o u n d :   n o n e ; 
 
         b o r d e r :   n o n e ; 
 
         f o n t - s i z e :   3 2 p x ; 
 
         c u r s o r :   p o i n t e r ; 
 
         c o l o r :   # a 0 a e c 0 ; 
 
         z - i n d e x :   1 0 ; 
 
         l i n e - h e i g h t :   1 ; 
 
         t r a n s i t i o n :   c o l o r   0 . 2 s ; 
 
 } 
 
 
 
 . p r o d u c t - m o d a l - c l o s e : h o v e r   { 
 
         c o l o r :   # 0 0 0 ; 
 
 } 
 
 
 
 . m o d a l - c a t e g o r y   { 
 
         f o n t - s i z e :   1 3 p x ; 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
         c o l o r :   # a 0 a e c 0 ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         l e t t e r - s p a c i n g :   2 p x ; 
 
         m a r g i n - b o t t o m :   1 5 p x ; 
 
 } 
 
 
 
 . m o d a l - t i t l e   { 
 
         f o n t - s i z e :   3 2 p x ; 
 
         l i n e - h e i g h t :   1 . 1 ; 
 
         m a r g i n - b o t t o m :   2 5 p x ; 
 
         c o l o r :   # 1 a 2 0 2 c ; 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
 } 
 
 
 
 . m o d a l - d e s c r i p t i o n   { 
 
         f o n t - s i z e :   1 6 p x ; 
 
         l i n e - h e i g h t :   1 . 7 ; 
 
         c o l o r :   # 4 a 5 5 6 8 ; 
 
         m a r g i n - b o t t o m :   3 0 p x ; 
 
 } 
 
 
 
 . m o d a l - p r i c e   { 
 
         f o n t - s i z e :   3 6 p x ; 
 
         f o n t - w e i g h t :   9 0 0 ; 
 
         c o l o r :   # 0 0 0 ; 
 
         m a r g i n - b o t t o m :   3 0 p x ; 
 
 } 
 
 
 
 . m o d a l - a c t i o n s   { 
 
         m a r g i n - t o p :   a u t o ; 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         g a p :   1 5 p x ; 
 
 } 
 
 
 
 . m o d a l - a d d - b t n   { 
 
         b a c k g r o u n d :   # 0 0 0 ; 
 
         c o l o r :   w h i t e ; 
 
         b o r d e r :   n o n e ; 
 
         p a d d i n g :   1 8 p x ; 
 
         f o n t - s i z e :   1 6 p x ; 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
         b o r d e r - r a d i u s :   5 0 p x ; 
 
         c u r s o r :   p o i n t e r ; 
 
         t r a n s i t i o n :   t r a n s f o r m   0 . 2 s ,   b a c k g r o u n d   0 . 2 s ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         l e t t e r - s p a c i n g :   1 p x ; 
 
 } 
 
 
 
 . m o d a l - a d d - b t n : h o v e r   { 
 
         b a c k g r o u n d :   # 3 3 3 ; 
 
         t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ; 
 
 } 
 
 
 
 . m o d a l - c l o s e - s e c o n d a r y   { 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r :   2 p x   s o l i d   # e 2 e 8 f 0 ; 
 
         p a d d i n g :   1 6 p x ; 
 
         f o n t - s i z e :   1 4 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c o l o r :   # 7 1 8 0 9 6 ; 
 
         b o r d e r - r a d i u s :   5 0 p x ; 
 
         c u r s o r :   p o i n t e r ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 } 
 
 
 
 . m o d a l - c l o s e - s e c o n d a r y : h o v e r   { 
 
         b a c k g r o u n d :   # f 7 f a f c ; 
 
         c o l o r :   # 2 d 3 7 4 8 ; 
 
         b o r d e r - c o l o r :   # c b d 5 e 0 ; 
 
 } 
 
 
 
 / *   M o b i l e   R e s p o n s i v e n e s s   * / 
 
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   { 
 
         . p r o d u c t - m o d a l - c o n t e n t   { 
 
                 f l e x - d i r e c t i o n :   c o l u m n ; 
 
         } 
 
 
 
         . m o d a l - l e f t   { 
 
                 p a d d i n g :   2 0 p x ; 
 
                 m i n - h e i g h t :   2 5 0 p x ; 
 
         } 
 
 
 
         . m o d a l - r i g h t   { 
 
                 p a d d i n g :   2 5 p x ; 
 
         } 
 
 
 
         . m o d a l - t i t l e   { 
 
                 f o n t - s i z e :   2 4 p x ; 
 
         } 
 
 } 
 
 / *   H E A D E R   R E D E S I G N   v 1 8   * / 
 
 . h e a d e r   { 
 
         b a c k g r o u n d :   w h i t e ; 
 
         b o x - s h a d o w :   0   2 p x   1 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ; 
 
         p o s i t i o n :   s t i c k y ; 
 
         t o p :   0 ; 
 
         z - i n d e x :   1 0 0 0 ; 
 
 } 
 
 
 
 . h e a d e r   . c o n t a i n e r   { 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         m a x - w i d t h :   1 6 0 0 p x ; 
 
         p a d d i n g :   1 0 p x   2 0 p x ; 
 
         m a r g i n :   0   a u t o ; 
 
 } 
 
 
 
 / *   D e s k t o p   L a y o u t   ( S p l i t   M e n u )   * / 
 
 @ m e d i a   ( m i n - w i d t h :   1 0 2 4 p x )   { 
 
         . h e a d e r   . c o n t a i n e r   { 
 
                 d i s p l a y :   g r i d ; 
 
                 g r i d - t e m p l a t e - c o l u m n s :   1 f r   a u t o   1 f r   a u t o ; 
 
                 / *   N a v L e f t ,   L o g o ,   N a v R i g h t ,   A c t i o n s   * / 
 
                 a l i g n - i t e m s :   c e n t e r ; 
 
         } 
 
 
 
         . n a v - l e f t   { 
 
                 j u s t i f y - s e l f :   c e n t e r ; 
 
                 / *   P u s h   t o w a r d s   c e n t e r   * / 
 
                 d i s p l a y :   f l e x ; 
 
                 a l i g n - i t e m s :   c e n t e r ; 
 
                 g a p :   3 0 p x ; 
 
                 m a r g i n - r i g h t :   2 0 p x ; 
 
         } 
 
 
 
         . n a v - r i g h t   { 
 
                 j u s t i f y - s e l f :   c e n t e r ; 
 
                 / *   P u s h   t o w a r d s   c e n t e r   * / 
 
                 d i s p l a y :   f l e x ; 
 
                 a l i g n - i t e m s :   c e n t e r ; 
 
                 g a p :   3 0 p x ; 
 
                 m a r g i n - l e f t :   2 0 p x ; 
 
         } 
 
 
 
         . l o g o - c e n t e r   { 
 
                 d i s p l a y :   f l e x ; 
 
                 j u s t i f y - c o n t e n t :   c e n t e r ; 
 
                 a l i g n - i t e m s :   c e n t e r ; 
 
                 p a d d i n g :   0   1 0 p x ; 
 
         } 
 
 
 
         . l o g o - c e n t e r   i m g   { 
 
                 h e i g h t :   9 0 p x ; 
 
                 w i d t h :   a u t o ; 
 
                 o b j e c t - f i t :   c o n t a i n ; 
 
         } 
 
 
 
         . h e a d e r - a c t i o n s   { 
 
                 j u s t i f y - s e l f :   e n d ; 
 
                 d i s p l a y :   f l e x ; 
 
                 a l i g n - i t e m s :   c e n t e r ; 
 
         } 
 
 
 
         / *   H i d e   o l d   n a v   * / 
 
         . n a v   { 
 
                 d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 
         } 
 
 
 
         / *   L i n k   S t y l e s   * / 
 
         . n a v - i t e m   { 
 
                 f o n t - f a m i l y :   ' P o p p i n s ' ,   s a n s - s e r i f ; 
 
                 f o n t - w e i g h t :   7 0 0 ; 
 
                 f o n t - s i z e :   1 4 p x ; 
 
                 t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
                 c o l o r :   # 1 a 2 0 2 c ; 
 
                 t e x t - d e c o r a t i o n :   n o n e ; 
 
                 l e t t e r - s p a c i n g :   0 . 5 p x ; 
 
                 t r a n s i t i o n :   c o l o r   0 . 2 s ; 
 
                 p o s i t i o n :   r e l a t i v e ; 
 
         } 
 
 
 
         . n a v - i t e m : h o v e r   { 
 
                 c o l o r :   # 6 3 6 6 f 1 ; 
 
         } 
 
 
 
         . n a v - i t e m : : a f t e r   { 
 
                 c o n t e n t :   ' ' ; 
 
                 p o s i t i o n :   a b s o l u t e ; 
 
                 w i d t h :   0 ; 
 
                 h e i g h t :   2 p x ; 
 
                 b a c k g r o u n d :   # 6 3 6 6 f 1 ; 
 
                 b o t t o m :   - 4 p x ; 
 
                 l e f t :   0 ; 
 
                 t r a n s i t i o n :   w i d t h   0 . 3 s ; 
 
         } 
 
 
 
         . n a v - i t e m : h o v e r : : a f t e r   { 
 
                 w i d t h :   1 0 0 % ; 
 
         } 
 
 
 
         / *   H i d e   M e n u   T o g g l e   o n   D e s k t o p   * / 
 
         . m e n u - t o g g l e   { 
 
                 d i s p l a y :   n o n e ; 
 
         } 
 
 } 
 
 
 
 / *   M o b i l e   L a y o u t   * / 
 
 @ m e d i a   ( m a x - w i d t h :   1 0 2 3 p x )   { 
 
         . h e a d e r   . c o n t a i n e r   { 
 
                 d i s p l a y :   f l e x ; 
 
                 j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
         } 
 
 
 
         / *   H i d e   s p l i t   m e n u s   o n   m o b i l e ,   r e l y   o n   s i d e b a r / d r a w e r   i f   p r e s e n t   o r   d e f a u l t   n a v   * / 
 
         . n a v - l e f t , 
 
         . n a v - r i g h t   { 
 
                 d i s p l a y :   n o n e ; 
 
         } 
 
 
 
         . l o g o - c e n t e r   i m g   { 
 
                 h e i g h t :   5 0 p x ; 
 
         } 
 
 
 
         . m e n u - t o g g l e   { 
 
                 d i s p l a y :   b l o c k ; 
 
                 f o n t - s i z e :   2 4 p x ; 
 
                 b a c k g r o u n d :   n o n e ; 
 
                 b o r d e r :   n o n e ; 
 
                 c u r s o r :   p o i n t e r ; 
 
         } 
 
 } 
 
 
 
 / *   M o d e r n   C a r t   I c o n   * / 
 
 . m o d e r n - c a r t - b t n   { 
 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
 
         b o r d e r :   n o n e ; 
 
         c u r s o r :   p o i n t e r ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         c o l o r :   # 1 a 2 0 2 c ; 
 
         t r a n s i t i o n :   t r a n s f o r m   0 . 2 s ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         p a d d i n g :   1 0 p x ; 
 
 } 
 
 
 
 . m o d e r n - c a r t - b t n   s v g   { 
 
         w i d t h :   2 8 p x ; 
 
         h e i g h t :   2 8 p x ; 
 
 } 
 
 
 
 . m o d e r n - c a r t - b t n : h o v e r   { 
 
         t r a n s f o r m :   s c a l e ( 1 . 1 ) ; 
 
         c o l o r :   # 6 3 6 6 f 1 ; 
 
 } 
 
 
 
 . c a r t - c o u n t   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         t o p :   2 p x ; 
 
         r i g h t :   0 ; 
 
         b a c k g r o u n d :   # e 5 3 e 3 e ; 
 
         c o l o r :   w h i t e ; 
 
         f o n t - s i z e :   1 1 p x ; 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
         w i d t h :   1 8 p x ; 
 
         h e i g h t :   1 8 p x ; 
 
         b o r d e r - r a d i u s :   5 0 % ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         b o r d e r :   2 p x   s o l i d   w h i t e ; 
 
         b o x - s h a d o w :   0   2 p x   4 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
 } 
 
 / *   - - -   H E A D E R   R E D E S I G N   v 1 9   ( C e n t e r e d   &   C o r p o r a t e )   - - -   * / 
 
 . h e a d e r   . c o n t a i n e r   { 
 
         d i s p l a y :   f l e x ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         / *   C e n t e r   e v e r y t h i n g   * / 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         m a x - w i d t h :   1 4 0 0 p x ; 
 
         p a d d i n g :   1 5 p x   4 0 p x ; 
 
 } 
 
 
 
 / *   L o g o   i n   a b s o l u t e   c e n t e r   * / 
 
 . l o g o - c e n t e r   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         l e f t :   5 0 % ; 
 
         t r a n s f o r m :   t r a n s l a t e X ( - 5 0 % ) ; 
 
         z - i n d e x :   1 0 ; 
 
 } 
 
 
 
 . l o g o - c e n t e r   i m g   { 
 
         h e i g h t :   1 1 0 p x   ! i m p o r t a n t ; 
 
         / *   S l i g h t l y   l a r g e r   a s   r e q u e s t e d   * / 
 
         w i d t h :   a u t o ; 
 
         f i l t e r :   d r o p - s h a d o w ( 0   4 p x   6 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ) ; 
 
 } 
 
 
 
 / *   N a v   S p l i t   -   P u s h e d   c l o s e r   t o   c e n t e r   * / 
 
 . n a v - l e f t , 
 
 . n a v - r i g h t   { 
 
         d i s p l a y :   f l e x ; 
 
         g a p :   4 0 p x ; 
 
         / *   S p a c e   b e t w e e n   i t e m s   * / 
 
         f o n t - s i z e :   1 5 p x ; 
 
         / *   S l i g h t l y   l a r g e r   t e x t   * / 
 
 } 
 
 
 
 . n a v - l e f t   { 
 
         m a r g i n - r i g h t :   1 4 0 p x ; 
 
         / *   M a k e   s p a c e   f o r   l o g o   * / 
 
 } 
 
 
 
 . n a v - r i g h t   { 
 
         m a r g i n - l e f t :   1 4 0 p x ; 
 
         / *   M a k e   s p a c e   f o r   l o g o   * / 
 
 } 
 
 
 
 / *   N a v   I t e m s   C o r p o r a t e   S t y l e   * / 
 
 . n a v - i t e m   { 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         c o l o r :   # 2 d 3 7 4 8 ; 
 
         l e t t e r - s p a c i n g :   1 p x ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         t r a n s i t i o n :   c o l o r   0 . 3 s ; 
 
 } 
 
 
 
 . n a v - i t e m : h o v e r   { 
 
         c o l o r :   # 4 a 5 5 6 8 ; 
 
 } 
 
 
 
 . n a v - i t e m : : a f t e r   { 
 
         h e i g h t :   3 p x ; 
 
         b a c k g r o u n d :   # 2 d 3 7 4 8 ; 
 
         / *   D a r k   c o r p o r a t e   c o l o r   * / 
 
         b o r d e r - r a d i u s :   2 p x ; 
 
 } 
 
 
 
 / *   C a r t   &   M e n u   A c t i o n s   * / 
 
 . h e a d e r - a c t i o n s   { 
 
         p o s i t i o n :   a b s o l u t e ; 
 
         r i g h t :   4 0 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
 } 
 
 
 
 / *   - - -   C O R P O R A T E   P R O D U C T   C A R D S   v 1 9   - - -   * / 
 
 . c a r d   { 
 
         b a c k g r o u n d :   w h i t e ; 
 
         b o r d e r - r a d i u s :   2 4 p x ; 
 
         / *   S o f t   c o r p o r a t e   r o u n d n e s s   * / 
 
         b o x - s h a d o w :   0   1 0 p x   3 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 6 ) ; 
 
         / *   S o f t   d i s t i n c t   s h a d o w   * / 
 
         b o r d e r :   1 p x   s o l i d   r g b a ( 0 ,   0 ,   0 ,   0 . 0 4 ) ; 
 
         o v e r f l o w :   h i d d e n ; 
 
         t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         h e i g h t :   1 0 0 % ; 
 
 } 
 
 
 
 . c a r d : h o v e r   { 
 
         t r a n s f o r m :   t r a n s l a t e Y ( - 8 p x ) ; 
 
         b o x - s h a d o w :   0   2 0 p x   4 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 2 ) ; 
 
 } 
 
 
 
 . c a r d - i m a g e   { 
 
         b a c k g r o u n d :   # f d f d f d ; 
 
         p a d d i n g :   2 0 p x ; 
 
         p o s i t i o n :   r e l a t i v e ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
         a s p e c t - r a t i o :   1 / 1 ; 
 
 } 
 
 
 
 . c a r d - i m a g e   i m g   { 
 
         m a x - w i d t h :   9 0 % ; 
 
         m a x - h e i g h t :   9 0 % ; 
 
         o b j e c t - f i t :   c o n t a i n ; 
 
         f i l t e r :   d r o p - s h a d o w ( 0   4 p x   8 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 8 ) ) ; 
 
         t r a n s i t i o n :   t r a n s f o r m   0 . 3 s ; 
 
 } 
 
 
 
 . c a r d : h o v e r   . c a r d - i m a g e   i m g   { 
 
         t r a n s f o r m :   s c a l e ( 1 . 0 8 ) ; 
 
 } 
 
 
 
 . c a r d - i n f o   { 
 
         p a d d i n g :   2 4 p x ; 
 
         d i s p l a y :   f l e x ; 
 
         f l e x - d i r e c t i o n :   c o l u m n ; 
 
         f l e x - g r o w :   1 ; 
 
         b a c k g r o u n d :   w h i t e ; 
 
 } 
 
 
 
 . c a t e g o r y   { 
 
         f o n t - s i z e :   1 1 p x ; 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
         c o l o r :   # a 0 a e c 0 ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         l e t t e r - s p a c i n g :   1 . 5 p x ; 
 
         m a r g i n - b o t t o m :   8 p x ; 
 
 } 
 
 
 
 . c a r d - i n f o   h 3   { 
 
         f o n t - s i z e :   1 8 p x ; 
 
         f o n t - w e i g h t :   7 0 0 ; 
 
         c o l o r :   # 1 a 2 0 2 c ; 
 
         m a r g i n :   0   0   1 2 p x   0 ; 
 
         l i n e - h e i g h t :   1 . 3 ; 
 
 } 
 
 
 
 . p r i c e s   { 
 
         m a r g i n - t o p :   a u t o ; 
 
         m a r g i n - b o t t o m :   2 0 p x ; 
 
 } 
 
 
 
 . p r i c e s   . n e w   { 
 
         f o n t - s i z e :   2 0 p x ; 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
         c o l o r :   # 2 d 3 7 4 8 ; 
 
 } 
 
 
 
 / *   C o r p o r a t e   B u t t o n s   * / 
 
 . a d d - c a r t   { 
 
         w i d t h :   1 0 0 % ; 
 
         d i s p l a y :   f l e x   ! i m p o r t a n t ; 
 
         / *   O v e r r i d e   f l e x   * / 
 
         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n   ! i m p o r t a n t ; 
 
         g a p :   1 0 p x ; 
 
         b a c k g r o u n d :   t r a n s p a r e n t   ! i m p o r t a n t ; 
 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
 
         p a d d i n g :   0   ! i m p o r t a n t ; 
 
 } 
 
 
 
 . b t n - c a r d   { 
 
         f l e x :   1 ; 
 
         h e i g h t :   4 4 p x ; 
 
         b o r d e r - r a d i u s :   1 2 p x ; 
 
         f o n t - s i z e :   1 2 p x ; 
 
         f o n t - w e i g h t :   8 0 0 ; 
 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
         l e t t e r - s p a c i n g :   0 . 5 p x ; 
 
         c u r s o r :   p o i n t e r ; 
 
         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
         d i s p l a y :   f l e x ; 
 
         a l i g n - i t e m s :   c e n t e r ; 
 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 } 
 
 
 
 / *   V i e w   D e t a i l s :   L i g h t   G r a y / B l u e   T i n t   * / 
 
 . b t n - d e t a i l s   { 
 
         b a c k g r o u n d :   # e d f 2 f 7 ; 
 
         c o l o r :   # 2 d 3 7 4 8 ; 
 
         b o r d e r :   n o n e ; 
 
 } 
 
 
 
 . b t n - d e t a i l s : h o v e r   { 
 
         b a c k g r o u n d :   # c b d 5 e 0 ; 
 
 } 
 
 
 
 / *   A d d   C a r t :   D a r k   C o r p o r a t e   B l u e / B l a c k   * / 
 
 . b t n - a d d   { 
 
         b a c k g r o u n d :   # 1 a 2 0 2 c ; 
 
         c o l o r :   w h i t e ; 
 
         b o r d e r :   n o n e ; 
 
 } 
 
 
 
 . b t n - a d d : h o v e r   { 
 
         b a c k g r o u n d :   # 0 0 0 ; 
 
         t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ; 
 
         b o x - s h a d o w :   0   4 p x   1 2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 ) ; 
 
 } 
 
 
 
 / *   M o b i l e   A d j u s t m e n t s   * / 
 
 @ m e d i a   ( m a x - w i d t h :   1 0 2 4 p x )   { 
 
 
 
         . n a v - l e f t , 
 
         . n a v - r i g h t   { 
 
                 d i s p l a y :   n o n e ; 
 
         } 
 
 
 
         . l o g o - c e n t e r   { 
 
                 p o s i t i o n :   s t a t i c ; 
 
                 t r a n s f o r m :   n o n e ; 
 
         } 
 
 
 
         . h e a d e r   . c o n t a i n e r   { 
 
                 j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
                 p a d d i n g :   1 0 p x   2 0 p x ; 
 
         } 
 
 
 
         . h e a d e r - a c t i o n s   { 
 
                 p o s i t i o n :   s t a t i c ; 
 
         } 
 
 } 
 
 
