@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


h1.title, body {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
.main-content > div:first-of-type {
    background: white;
    box-shadow: 
        -8px 0 10px -6px rgba(0, 0, 0, 0.3),
         8px 0 10px -6px rgba(0, 0, 0, 0.3);
}
*/

.ui-widget {
    background-color: #fc0;
}

div.card.main-content > div {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

body {
    font-size: 16px;
}

h1.title {
    font-size: 2.5em;
      font-weight: 500;
      padding-left:10px;
      padding-right:10px;
}

details summary {
    border-bottom: 0;
}


details.segura-accordion > summary {
    font-size: 1.8em;
    text-transform: capitalize;
    font-weight: 400;
}


details.segura-accordion > summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding-right: 40px; /* space for arrow */
}

details.segura-accordion > summary::-webkit-details-marker {
    display: none;
}

/* Custom arrow */
details.segura-accordion > summary::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #c4c2c2;
    border-bottom: 2px solid #c4c2c2;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.25s ease;
}

/* Rotate when open */
details.segura-accordion[open] > summary::after {
    transform: translateY(-50%) rotate(225deg);
}



.accordion{
    padding-left:10px; 
    padding-right:10px;
}

.seguraLogoContainer {
    text-align: center;
}

.productImage {
    border: 0;
}

h2 {
    font-size:14px !important
}

details div h2 u {
    text-decoration: none;
    font-size:16px;
    font-weight:500;
}

div.card.main-content div p {
    text-align: left;
}

a.buttonLink {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border: solid 1px #000;
    padding: 10px 30px;
    background-color: #fff;
}

a.buttonLink:hover {
    background-color: #000;
    color: #fff !important;
}

.seguraLogoContainer span {

    font-size: 10px;
    text-transform: uppercase;
}

.attribute-container {
    width: 98%;
    margin: 0 auto;
}

.segura-accordion {
    overflow: hidden;
}

div.attribute.component-raw-html {
    padding: 10px 0;
}

hr {
    height: 10px;
    visibility: hidden;
}

.segura-accordion {
    margin-top: 10px;
    margin-bottom: 10px;
}

.media-content .segura-accordion {
    margin-top: 0;
}

/* 2026-02-20 */


div.card.main-content > div > div.accordion details.segura-accordion {
    margin-top: 30px;
}

div.accordion details.segura-accordion div.accordion details.segura-accordion {
    margin-top: 0;
}



.wysiwyg-content li{
    padding-left:30px;
    list-style-type: square;
    list-style-position: inside;
    font-size:16px;
    line-height:24px;
}


/* --------------------------------------------------------------------------- */
/*                              SUPPLIER DETAILS                               */
/* --------------------------------------------------------------------------- */

/* Process Name */
details div h2 u {
    text-decoration: none;
    font-size:1.4rem !important;
    font-weight:400;
}

/* Supplier Name */
.media-content .accordion details.segura-accordion > summary > strong {
    font-size:1rem !important;
    font-weight:500;
    text-transform: capitalize;
}

/* Address */
.supplierAddress{
    display: block;
    padding-bottom:10px;
    color:#595959;
}


figure.supplier-flag {
    display: none;
}

div.retailerLogoContainer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}




/* --------------------------------------------------------------------------- */
/*                                  ATTRIBUTES                                 */
/* --------------------------------------------------------------------------- */
.attribute-component-text-left-right-right {
    font-weight:600;
}

.attribute.component-left-right 
.attribute-component span {
    line-height: 2rem;
}

ul{
    margin-left: -40px;
}

.WashCareTextDetails ul{
    margin-left: 0px !important;
}

.WashCareSymbolCell{
    width:120px
}

.WashCareTextTitle{
    display:block;
    font-weight:500;
}

.WashCareTable td {
    padding-bottom:20px;
}


.PackagingPromiseImage {
    width:120px; 
    background-image: url('https://filecdn.seguracp.com/demo/entityAttribute/4976f03c-212c-46fd-97a2-68a2fb5cd8b1/SwingTicket.png');
    background-size: contain;      /* makes the image cover the entire element */
    background-repeat: no-repeat; /* prevents repeating */
    background-position: center;  /* centers the image */
}


.LinkContainer {
  display: flex;
  gap: 1px;              /* space between boxes */
}

.LinkContainer > div {
  flex: 1;
    justify-content: center;    /* horizontal center */
  text-align: right;         /* ensures multi-line text is centered */
  font-weight: 800;
  color:white;
  padding-right:10px;
  cursor: pointer;
}

.Links_WomensWear{
    background-image: url('https://filecdn.seguracp.com/demo/entityAttribute/4976f03c-212c-46fd-97a2-68a2fb5cd8b1/womenswear.png');
    background-size: cover;      /* makes the image cover the entire element */
    background-repeat: no-repeat; /* prevents repeating */
    background-position: center;  /* centers the image */
    height:267px;
}

.Links_MensWear{
    background-image: url('https://filecdn.seguracp.com/demo/entityAttribute/4976f03c-212c-46fd-97a2-68a2fb5cd8b1/menswear.png');
    background-size: cover;      /* makes the image cover the entire element */
    background-repeat: no-repeat; /* prevents repeating */
    background-position: center;  /* centers the image */
    height:267px;
}

.Links_ChildrensWear{
    background-image: url('https://filecdn.seguracp.com/demo/entityAttribute/4976f03c-212c-46fd-97a2-68a2fb5cd8b1/childrenswear.png');
    background-size: cover;      /* makes the image cover the entire element */
    background-repeat: no-repeat; /* prevents repeating */
    background-position: center;  /* centers the image */
    height:267px;
}

.Links_HomeWear{
    background-image: url('https://filecdn.seguracp.com/demo/entityAttribute/4976f03c-212c-46fd-97a2-68a2fb5cd8b1/homewear.png');
    background-size: cover;      /* makes the image cover the entire element */
    background-repeat: no-repeat; /* prevents repeating */
    background-position: center;  /* centers the image */
    height:267px;
}


/* --------------------------------------------------------------------------- */
/*                                     PAGE                                   */
/* -------------------------------------------------------------------------- */

{
    @media only screen and (max-width: 800px) {
    .card.main-content > div:first-child {
        padding-left: 25px;
        padding-right: 25px;
    }
    }
}



/* --------------------------------------------------------------------------- */
/*                                ENVIRONMENTAL                                */
/* -------------------------------------------------------------------------- */
.score-card {
  color: green;

}

.score-main {
  padding: 10px 10px;
  text-align: center;
}

.score-value {
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
}

.pts-large {
  font-size: 32px;
  margin-left: 8px;
}

.score-sub {
  font-size: 24px;
  margin-top: 5px;
  opacity: 0.95;
}

.pts-small {
  font-size: 16px;
  margin-left: 3px;
}

.score-weight {
  font-size: 24px;
  opacity: 0.9;
}

.powered-by-ecobalysis{
display:block;
font-size:12px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight:600;
margin-left:35px;
}

.ecobalysis-logo{
    filter: grayscale(100%);
    width:125px;
}