:root{--color-yellow: #F9BD16}.page-template-page-black-friday-full{--color-yellow: #FEB938}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 0;gap:10px;margin-top:90px;margin-bottom:90px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 768px){.pagination{margin-top:60px;margin-bottom:60px}}.pagination a,.pagination span{background-color:#fff;color:#000;padding:5px;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;-webkit-box-shadow:3px 3px 0 0 #000;box-shadow:3px 3px 0 0 #000;border-radius:5px;border:1px solid #000;font-family:"Norse","Cinzel","Trajan Pro 3","Trajan Pro","Trajan","Iowan Old Style","Sitka Display","Times New Roman",Times,serif;font-size:25px;font-weight:700;line-height:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pagination a:hover,.pagination span:hover{-webkit-box-shadow:0 0 0 0 #000;box-shadow:0 0 0 0 #000;-webkit-transform:translate(3px, 3px);transform:translate(3px, 3px)}.pagination .current{background-color:var(--color-yellow)}.pagination .prev,.pagination .next{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.pagination .prev svg{width:8px}.pagination .next svg{width:8px}.discount-banner{background-color:var(--color-yellow);border-radius:25px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.discount-banner .top-part{padding:30px 30px 0 30px}.blog .page-title,.archive .page-title{text-align:center;margin-top:60px;margin-bottom:60px}@media(max-width: 768px){.blog .page-title,.archive .page-title{font-size:40px;margin-top:2rem;margin-bottom:2rem}}.blog .archive-description,.archive .archive-description{margin-bottom:60px}.blog .custom-theme-wrapper,.archive .custom-theme-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:25px;grid-row-gap:45px}@media(max-width: 768px){.blog .custom-theme-wrapper,.archive .custom-theme-wrapper{grid-template-columns:1fr}}.blog .custom-theme-wrapper .thumbnail,.archive .custom-theme-wrapper .thumbnail{margin-bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border-radius:20px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer}@media(max-width: 768px){.blog .custom-theme-wrapper .thumbnail,.archive .custom-theme-wrapper .thumbnail{margin-bottom:16px}}.blog .custom-theme-wrapper .thumbnail:after,.archive .custom-theme-wrapper .thumbnail:after{content:"";position:absolute;top:0;left:0;width:100%;height:30%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);opacity:0;border-radius:20px}.blog .custom-theme-wrapper .thumbnail:hover,.archive .custom-theme-wrapper .thumbnail:hover{-webkit-box-shadow:7px 7px 0 0 #000;box-shadow:7px 7px 0 0 #000;border-radius:20px}.blog .custom-theme-wrapper .thumbnail:hover:after,.archive .custom-theme-wrapper .thumbnail:hover:after{opacity:.7}.blog .custom-theme-wrapper .thumbnail img,.archive .custom-theme-wrapper .thumbnail img{height:225px;-o-object-fit:cover;object-fit:cover;border-radius:20px}.blog .custom-theme-wrapper .post-date,.archive .custom-theme-wrapper .post-date{color:#c4c4c4;margin-bottom:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.blog .custom-theme-wrapper .post-date .author-name,.archive .custom-theme-wrapper .post-date .author-name{margin-right:1rem}.blog .custom-theme-wrapper .post-date .author-name a,.archive .custom-theme-wrapper .post-date .author-name a{text-decoration:none}.blog .custom-theme-wrapper .link-title,.archive .custom-theme-wrapper .link-title{text-decoration:none}.blog .custom-theme-wrapper .link-title h2,.archive .custom-theme-wrapper .link-title h2{font-size:18px;font-family:"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",system-ui,sans-serif;line-height:1.2222222222;margin-top:0;margin-bottom:1rem;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.blog .custom-theme-wrapper .link-title:hover h2,.archive .custom-theme-wrapper .link-title:hover h2{text-decoration:underline}.blog .custom-theme-wrapper .excerpt,.archive .custom-theme-wrapper .excerpt{display:none;margin-bottom:16px}.blog .custom-theme-wrapper .read-more,.archive .custom-theme-wrapper .read-more{text-decoration:none;color:#c4c4c4;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer}@media(max-width: 768px){.blog .custom-theme-wrapper .read-more,.archive .custom-theme-wrapper .read-more{color:#000}}.blog .custom-theme-wrapper .read-more:after,.archive .custom-theme-wrapper .read-more:after{content:"";width:0;height:1em;background-image:url(../../dist/images/arrow-top-btn.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media(max-width: 768px){.blog .custom-theme-wrapper .read-more:after,.archive .custom-theme-wrapper .read-more:after{opacity:1;width:16px}}.blog .custom-theme-wrapper .read-more:hover,.archive .custom-theme-wrapper .read-more:hover{color:#000}.blog .custom-theme-wrapper .read-more:hover:after,.archive .custom-theme-wrapper .read-more:hover:after{opacity:1;width:16px}@media(min-width: 768px){.blog .custom-theme-wrapper .post-tile:nth-child(4),.archive .custom-theme-wrapper .post-tile:nth-child(4){grid-column:1/-1;display:grid;grid-template-columns:2fr 1fr;grid-gap:25px;border-bottom:1px solid #e3e3e3;padding-bottom:40px;border-top:1px solid #e3e3e3;padding-top:40px}.blog .custom-theme-wrapper .post-tile:nth-child(4) .thumbnail,.archive .custom-theme-wrapper .post-tile:nth-child(4) .thumbnail{margin-bottom:0}.blog .custom-theme-wrapper .post-tile:nth-child(4) .thumbnail img,.archive .custom-theme-wrapper .post-tile:nth-child(4) .thumbnail img{height:393px}.blog .custom-theme-wrapper .post-tile:nth-child(4) .link-title h2,.archive .custom-theme-wrapper .post-tile:nth-child(4) .link-title h2{font-size:25px}.blog .custom-theme-wrapper .post-tile:nth-child(4) .excerpt,.archive .custom-theme-wrapper .post-tile:nth-child(4) .excerpt{display:block;margin-bottom:37px}}.blog .discount-banner .img-wrap img,.archive .discount-banner .img-wrap img{max-height:240px;-o-object-fit:contain;object-fit:contain}
