/*  ------  reset   ------  */


/*  ------  variables   ------  */

.uv__page { 
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",Helvetica, Arial, sans-serif;
    --GOTHAM-BOLD: "Gotham SSm bold A", "Gotham SSm bold B", "Gotham Bold",Helvetica, Arial, sans-serif;
    --COLOR-DEFAULT:#333;
    --COLOR-PAGE: #AC651B;
    --COLOR-RED-A:#b40024;
    --COLOR-RED-B:#8c0b26;
}



/*  ------  page   ------  */

.uv__page {font-family: var(--GOTHAM-BOOK);font-weight: normal; position: relative; width: 100%; }

.uv__page * {box-sizing: border-box; }

.uv__page h1,
.uv__page h2,
.uv__page h3,
.uv__page h4 {margin: 0;padding: 0;font-weight: normal; }
.uv__page p {margin: 0;padding: 0; }
.uv__page picture {display: block; width: 100%; }
.uv__page img { width: 100%;display: block; }
.uv__page sup { line-height: 1em; font-size: 0.55em; position: relative; left:0.1em; }

.uv__page a {color: var(--COLOR-DEFAULT);text-decoration: none; }

.uv__page .uv__bloc { position: relative; width: 100%; margin: 0 auto; }

.uv__page .uv__title { text-rendering: optimizeSpeed; }
.uv__page .uv__text { text-rendering: optimizeSpeed; }

.uv__page .uv__text .uv__nowrap {white-space: nowrap; }
.uv__page .uv__text a { text-decoration: underline; }
.uv__page .uv__text a:hover { text-decoration: none; }

.uv__page .uv__colored { color:var(--COLOR-PAGE); }


.uv__page .uv__text strong,
.uv__page .uv__strong {font-family: var(--GOTHAM-MEDIUM); font-weight: normal; }

.uv__page .uv__price {font-size: 16px;line-height: 20px; }

.uv__page .uv__cta { }
.uv__page .uv__cta-btn {cursor: pointer; display: inline-flex; height: auto; padding: 14px 16px; font-size: 14px;line-height: 1em;text-align: center;text-decoration: none;letter-spacing: 0;color: #fff;background-color: var(--COLOR-RED-A);border: 1px solid var(--COLOR-RED-A);border-radius: 5px;font-family: var(--GOTHAM-MEDIUM, Helvetica, Arial);font-weight: 500; position: relative; top:0; left:0; align-items: center;justify-content: center;}
.uv__page .uv__cta-btn:hover { color: #fff; outline: 0 !important;  background-color: var(--COLOR-RED-B);  border-color: var(--COLOR-RED-B); }

.uv__page .uv__cta-white {color: var(--COLOR-DEFAULT); background: #fff;  border: 1px solid #B0A9A5; transition:all 0.3s; }
.uv__page .uv__cta-white:hover { color: var(--COLOR-DEFAULT);  border: 1px solid #797674; background: #fff;  box-shadow: 0px 0px 7px 0px #00000026; }

.uv__page .uv__cta-transparent {color: #fff; background: transparent;  border: 1px solid #fff; transition:all 0.3s; }
.uv__page .uv__cta-transparent:hover { color: #fff;  border: 1px solid #fff; background: transparent;  box-shadow: 0px 0px 7px 0px #00000026; }

.uv__page .uv__cta .add-to-bag button { background-color: var(--COLOR-RED-A) !important; border: 2px solid var(--COLOR-RED-A) !important; height:52px !important; width: auto; text-transform: none; padding-left: 1.575em; padding-right: 1.575em; }
.uv__page .uv__cta .add-to-bag button:active,
.uv__page .uv__cta .add-to-bag button:focus { border: 2px solid var(--COLOR-RED-A) !important; color: #fff !important; }
.uv__page .uv__cta .add-to-bag button:focus { outline: 2px solid var(--COLOR-RED-A)!important; }
.uv__page .uv__cta .add-to-bag button:hover { border: 2px solid var(--COLOR-RED-A) !important; color: #fff !important; background-color:var(--COLOR-RED-B) !important; }

.uv__page .uv__link { cursor: pointer; text-decoration: underline; color:#fff; font-family: var(--GOTHAM-MEDIUM); font-size: 11px; line-height: 1.42em; letter-spacing: 0.02em;  text-transform: uppercase; display: inline-block; }
.uv__page .uv__link:hover { text-decoration: none; }

.uv__page .uv__link-quickshop { cursor: pointer; text-decoration: underline; display: inline-block; }
.uv__page .uv__link-quickshop:hover { text-decoration: none; }

.uv__page .uv__gradient { position:fixed; top:0; left:0; width:100%; height:100vh; background: linear-gradient(290.41deg, #DC903B 2.55%, #9E4D16 35.47%, #240600 92.85%); }
.uv__page .uv__nowrap { white-space: nowrap; }

.uv__page .uv__quickshop { display: none; }
.uv__page .uv__addtobag  { display: none; }


@media (min-width: 768px) { 


}



/*   push    */

.uv__page .uv__push { --ratioPush:calc(100vw / 376); position: relative; top:0; left:0; width: calc(100% - 32px); max-width: 1264px; margin: 0 auto; }

.uv__page .uv__push-media {  position: relative; top:0; left:0; width: 100%; height:100%; display: block; border-radius: 8px; overflow: hidden;  }
.uv__page .uv__push-picture { height: 100%; width: 100%; }
.uv__page .uv__push-img { height: 100%; width: 100%; object-fit:cover; }

.uv__page .uv__push-body { position: relative; top:0; left:0; width: 100%; height: 100%; display: flex; align-items:flex-start; justify-content:flex-start; }

.uv__page .uv__push-content { width: 100%; }

.uv__page .uv__push-new { font-size: calc( 14 * var(--ratioPush)); line-height: 1.45em; padding-bottom: calc( 4 * var(--ratioPush)); text-transform: uppercase; }

.uv__page .uv__push-title { font-size: calc( 24 * var(--ratioPush)); line-height: 1.2em; font-family:var(--GOTHAM-MEDIUM); width: calc( 150 * var(--ratioPush)); padding-bottom: calc( 12 * var(--ratioPush)); }

.uv__page .uv__push-text {font-size: calc( 14 * var(--ratioPush)); line-height: 1.45em;  }

  .uv__page .uv__push-cta { padding-top: calc( 12 * var(--ratioPush)); }

.uv__page .uv__push-legend { display: none; }


@media (max-width: 768px) { 

.uv__page .uv__push-media { border-radius: 8px 8px 0 0; }
.uv__page .uv__push-body { border:solid 1px #D3CCC8; border-top:none; border-radius: 0 0 8px 8px; }
.uv__page .uv__push-content { padding:calc( 16 * var(--ratioPush)) calc( 16 * var(--ratioPush)) calc( 30 * var(--ratioPush)) calc( 16 * var(--ratioPush)); }


}


@media (min-width: 769px) { 

  .uv__page .uv__push { container-type: inline-size; --ratioPush:calc(100cqw/1264); width: 100%; max-width: 1264px; height: calc( 500 * var(--ratioPush)); max-height: 500px; }

  .uv__page .uv__push-body { position: absolute; left:calc( 820 * var(--ratioPush) ); width: calc( 100% - 820 * var(--ratioPush) - 20px ); padding: 0; align-items:center;  }

  .uv__page .uv__push-content { padding:0;  text-align: left; }

  .uv__page .uv__push-new { color:#fff; font-size: calc( 16 * var(--ratioPush)); line-height: 1.45em; padding-bottom: calc( 4 * var(--ratioPush)); }
  .uv__page .uv__push-title {  color:#fff; font-size: calc( 44 * var(--ratioPush)); line-height: 1.2em; width: calc( 275 * var(--ratioPush)); padding-bottom: calc( 4 * var(--ratioPush)); }
  .uv__page .uv__push-text {  color:#fff; font-size: calc( 20 * var(--ratioPush)); line-height: 1.45em; }

   .uv__page .uv__push-cta { padding-top: calc( 16 * var(--ratioPush)); }

}




