<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######################## */
/*         PRODUCT GRID     */
/* ######################## */

/* Header area */
#ProductListing {
    text-align: center;
    font-size: .9em;
    color: #444;
    padding: 12px 0 5px
}

#ProductListing h2 {
    margin-bottom: 0;
    padding-top: 10px
}

#ProductListing b, #ProductListing p {
    text-align: left;
    margin-bottom: 0
}

.PG_main_heading h1 {
    margin-bottom: 25px;
    font-weight: 700;
    float: left
}

.PG_main_heading_offers h1 {
    margin-bottom: 25px;
    font-weight: 700
}

.PG_Filters {
    float: right
}

.PG_ToggleImages {
    float: right;
    margin-left: 15px
}

.PG_Paging {
    padding-top: 4px;
    float: right;
    margin-left: 15px
}

.SearchLabel {
    font-size: 1.3em
}

.SearchLabelSmall {
    font-size: .9em
}

.filter_box {
    float: left;
    clear: left;
}

@media only screen and (min-width: 601px) {
    .filter_box {
        display: none;
    }
}

/* Item grid */
/* Mobile Styles */
@media only screen and (max-width: 600px) {
    .PG_Item {
        width: 47%;
        height: 470px;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em;
    }

    .PG_Item_R {
        width: 47%;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    .PG_Image_Wrapper {
        width: 90%;
    }


    a.PG_Title {
        width: 90%;
        height: 80px;
    }
}
/* Tablet Styles */
@media only screen and (min-width: 601px) and (max-width: 960px) {

    .PG_Item {
        width: 31%;
        height: 440px;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    .PG_Item_R {
        width: 31%;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    .PG_Image_Wrapper {
        width: 100%;
    }

    a.PG_Title {
        width: 95%;
        height: 60px;
    }
}
/* Desktop Styles */
@media only screen and (min-width: 961px) {

    .PG_Item {
        width: 23%;
        height: 440px;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    .PG_Item_R {
        width: 23%;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    .PG_Image_Wrapper {
        width: 100%;
    }

    a.PG_Title {
        width: 95%;
        height: 50px;
    }
}

.PG_Image_Outer {
    position: relative;
}

.PG_Bestseller {
    position: absolute;
    top: 0;
    left: 15px;
}

.PG_EdinburghOnly {
    position: absolute;
    top: 0;
    right: 20px;
}

.PG_Image_Wrapper {
    height: 150px;
    margin-bottom: 15px;
    display: table
}

.PG_Image_Wrapper_Inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.PG_Image {
    display: inline-block;
    max-height: 150px;
    max-width: 212px
}

a.PG_Title {
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
    display: block;
}

a.PG_Title:hover {
    text-decoration: underline
}

.PG_BrandSize {
    display: block;
    font-size: 1.2em;
    height: 28px
}

.PG_Attributes {
    text-align: center;
    height: 28px
}

.PG_Price_Wrapper {
    position: relative;
    height: 80px
}

.PG_Promotions {
    position: absolute;
    left: 25px;
    top: 3px
}

.PG_Price {
    height: 45px;
    line-height: 1.3em;
    font-size: 1.4em
}

.PG_Price span {
    font-size: 1.1em;
    font-weight: 700
}

span.PG_singleprice {
    padding-top: 7px;
    display: inline-block
}

span.PG_strikethrough {
    text-decoration: none;
    background-image: linear-gradient(transparent 10px,#999 10px,#999 12px,transparent 12px)
}

.PG_Quantity {
    margin: 0 auto
}

.PG_Quantity_Box {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #555
}

.PG_PackdownPrice {
    width: 180px;
    height: 32px;
    font-weight: 700;
    font-size: 1.2em;
    color: #555;
    margin-bottom: 13px
}

.PG_PackdownPrice_Promo {
    width: 220px;
    height: 32px;
    font-weight: 700;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 13px
}

@media only screen and (max-width: 800px) {
    .PG_Price_Wrapper {
        height: 100px
    }

    .PG_Price {
        height: 60px;
    }

    .PG_PackdownPrice {
        width: 100%;
        margin: 10px 0 20px 0;
    }

    .PG_PackdownPrice_Promo {
        width: 100%;
        margin: 10px 0 20px 0;
        font-size: 0.75em;
    }
}

.PG_InBasket {
    margin: 4px 0 8px;
    font-size: 1.2em;
    color: #e16000;
    font-weight: 700;
    display: block
}

@media only screen and (max-width: 600px) {
    .PG_InBasket {
        margin: 4px 0 8px;
        font-size: 1em;
        color: #e16000;
        font-weight: 700;
        display: block
    }
}

a.PG_Bulk {
    display: inline-block;
    padding-top: 10px;
    font-size: 1.2em;
    color: #333;
    font-weight: 400
}

.PG_Paging_Button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    color: #ff760e;
    font-weight: 700;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 16px
}

.PG_Paging_Button_Selected {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 16px
}
</pre></body></html>