.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-814d5f5e-f0d8-4dab-8cf9-2d2c66131367 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-814d5f5e-f0d8-4dab-8cf9-2d2c66131367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-814d5f5e-f0d8-4dab-8cf9-2d2c66131367.shg-box.shg-c {
  justify-content: center;
}

#s-baa259f8-79c7-4dc9-ae5a-062fc9ba13cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-baa259f8-79c7-4dc9-ae5a-062fc9ba13cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-baa259f8-79c7-4dc9-ae5a-062fc9ba13cc.shg-box.shg-c {
  justify-content: center;
}

#s-b1292087-50e7-40a0-93b9-1f0b6d72f2a7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b1292087-50e7-40a0-93b9-1f0b6d72f2a7 {
  margin-top: 0px;
}
}







#s-b1292087-50e7-40a0-93b9-1f0b6d72f2a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1292087-50e7-40a0-93b9-1f0b6d72f2a7.shg-box.shg-c {
  justify-content: center;
}

.holiday-listicle-tier1 .tablet,
.holiday-listicle-tier1 .mobile {
    display: none;
}
.holiday-listicle-tier1 {
    position: relative;
}
.holiday-listicle-tier1 img {
    width: 100%;
}
.holiday-listicle-tier1 .tier-content {
    position: absolute;
    left: 5%;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.holiday-listicle-tier1 .tier-image img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}
.holiday-listicle-tier1 h1 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
    max-width: 650px;
    text-transform: uppercase;
}
.holiday-listicle-tier1 .tier-arrow {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
}
.holiday-listicle-tier1 .tier-arrow .arrow-btn {
    width: 45px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .holiday-listicle-tier1 .desktop {
        display: none;
    }
    .holiday-listicle-tier1 .tablet {
        display: block;
    }
    .holiday-listicle-tier1 .tier-image img {
        min-height: unset;
    }
    .holiday-listicle-tier1 h1 {
        max-width: 350px;
    }
    .holiday-listicle-tier1 .tier-arrow {
        bottom: -15px;
    }
    .holiday-listicle-tier1 .tier-arrow .arrow-btn {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier1 .tablet {
        display: none;
    }
    .holiday-listicle-tier1 .mobile {
        display: block;
    }
    .holiday-listicle-tier1 .tier-content {
        position: absolute;
        left: 0px;
        top: 40px;
        height: auto;
        width: 100%;
        justify-content: center;
    }
    .holiday-listicle-tier1 h1 {
        max-width: 360px;
        text-align: center;
    }
    .holiday-listicle-tier1 .tier-arrow {
        bottom: -22px;
    }
    .holiday-listicle-tier1 .tier-arrow .arrow-btn {
        width: 45px;
    }
}
#s-bda88843-7d2d-473b-af4b-8cb6dcdfc9b7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bda88843-7d2d-473b-af4b-8cb6dcdfc9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bda88843-7d2d-473b-af4b-8cb6dcdfc9b7.shg-box.shg-c {
  justify-content: center;
}

  .collection-banner-icon {
    padding: 13px 15px 22px;
}
.collection-banner-icon .icon-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 897px;
    margin: auto;
    gap: 5.1vw;
}
  .collection-banner-icon p {
        font-size: 12px;
        margin: 0 auto;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
.collection-banner-icon .icon-item {
        display: block;
        text-align: center;
        width: 27.17vw;
    }
.collection-banner-icon .icon-item img {
    width: 35.775px;
    height: 37.133px;
    margin-bottom: 4.47px;
}
@media(min-width:767px){
 .collection-banner-icon {
    padding: 22px 0;
} 

.collection-banner-icon img {
    width: 100%;
}
.collection-banner-icon p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    
}

.collection-banner-icon .icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset;
}
.collection-banner-icon .icon-item img {
    margin-right: 24px;
    width: 56px;
    height: 59px;
    margin-bottom: 0;
    
}

}
@media(min-width:1000px){
    .collection-banner-icon .icon-items{
    justify-content: space-between;
}
}
@media (max-width: 767px){#s-4bb57d92-40a0-4fdd-a541-88ea2588abd7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
.magsafe-tier1 .tablet,
.magsafe-tier1 .mobile {
    display: none;
}
.magsafe-tier1 {
    position: relative;
}
.magsafe-tier1 img {
    width: 100%;
}
.magsafe-tier1 h2,
.magsafe-tier1 p {
    max-width: 500px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.magsafe-tier1 .tier-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
}
.magsafe-tier1 .tier-info {
    width: 100%;
    max-width: 1330px;
}
.magsafe-tier1 p {
    max-width: 500px;
    margin: 24px 0;
    line-height: 1.2;
}
.magsafe-tier1 .tier-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.magsafe-tier1 video {
    display: none;
}
.magsafe-tier1.true .tier-image {
    display: none;
}
.magsafe-tier1.true video {
    display: block;
}

@media (max-width: 991px) {
    .magsafe-tier1 .desktop {
        display: none;
    }
    .magsafe-tier1 .tablet {
        display: block;
    }
    .magsafe-tier1 .tier-content {
        padding: 0 32px;
    }
    .magsafe-tier1 p {
        margin: 12px 0;
    }
.magsafe-tier1 h2,
.magsafe-tier1 p {
    max-width: 300px;
}
}

@media (max-width: 767px) {
    .magsafe-tier1 .tablet {
        display: none;
    }
    .magsafe-tier1 .mobile {
        display: block;
    }
    .magsafe-tier1 .tier-content {
        top: unset;
        bottom: 40px;
        height: auto;
        padding: 0 16px;
    }
    .magsafe-tier1 p {
        margin: 24px 0;
    }
    .magsafe-tier1 .tier-btn {
        width: 100%;
    }
    .magsafe-tier1 h2,
    .magsafe-tier1 p {
        max-width: 700px;
   }
}
@media (min-width: 1200px){#s-acb5d11b-493c-4cac-b17e-df29e56c108f {
  display: none;
}
#s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-content-s-acb5d11b-493c-4cac-b17e-df29e56c108f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acb5d11b-493c-4cac-b17e-df29e56c108f {
  display: none;
}
#s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-content-s-acb5d11b-493c-4cac-b17e-df29e56c108f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acb5d11b-493c-4cac-b17e-df29e56c108f {
  display: none;
}
#s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-content-s-acb5d11b-493c-4cac-b17e-df29e56c108f { display: none !important; }}@media (max-width: 767px){#s-acb5d11b-493c-4cac-b17e-df29e56c108f {
  display: none;
}
#s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-s-acb5d11b-493c-4cac-b17e-df29e56c108f, #wrap-content-s-acb5d11b-493c-4cac-b17e-df29e56c108f { display: none !important; }}
#s-83425e7d-6731-41a6-8344-a8e8cf9b75a5 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-83425e7d-6731-41a6-8344-a8e8cf9b75a5 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-83425e7d-6731-41a6-8344-a8e8cf9b75a5 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-83425e7d-6731-41a6-8344-a8e8cf9b75a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83425e7d-6731-41a6-8344-a8e8cf9b75a5.shg-box.shg-c {
  justify-content: center;
}

#s-4e0c2061-3e71-44dd-b1f6-93024ed6a238 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e0c2061-3e71-44dd-b1f6-93024ed6a238 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-4e0c2061-3e71-44dd-b1f6-93024ed6a238 {
  padding-left: 16px;
padding-right: 16px;
}
}







#s-4e0c2061-3e71-44dd-b1f6-93024ed6a238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e0c2061-3e71-44dd-b1f6-93024ed6a238.shg-box.shg-c {
  justify-content: center;
}

.holiday-listicle-tier2-standardized .tablet,
.holiday-listicle-tier2-standardized .mobile {
    display: none;
}
.holiday-listicle-tier2-standardized {
    max-width: 1470px;
    margin: 0 auto;
}
.holiday-listicle-tier2-standardized img {
    width: 47.08vw;
}
.holiday-listicle-tier2-standardized h2,
.holiday-listicle-tier2-standardized p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}

.holiday-listicle-tier2-standardized .tablet,
.holiday-listicle-tier2-standardized .mobile {
    display: none;
}

.holiday-listicle-tier2-standardized h2,
.holiday-listicle-tier2-standardized p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.holiday-listicle-tier2-standardized .tier-content.true {
    flex-direction: row-reverse;
}
.holiday-listicle-tier2-standardized .tier-image {
    position: relative;
}
.holiday-listicle-tier2-standardized .badge-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 62px;
}
.holiday-listicle-tier2-standardized span.badge {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 44.154px;
    line-height: 1.01;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: "TradeGothicLTPro-BdCn20";
    font-weight: normal;
    display: flex;
}

.holiday-listicle-tier2-standardized .tier-content {
    
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:26px;
}
.holiday-listicle-tier2-standardized .tier-image {
    width: 53%;
}
.holiday-listicle-tier2-standardized .tier-info {
    width: 47%;
}
.holiday-listicle-tier2-standardized h2 {
    line-height: 1.2;
    text-transform: uppercase;
}
.holiday-listicle-tier2-standardized p {
    line-height: 1.5;
}

@media (max-width: 991px) {
    .holiday-listicle-tier2-standardized .desktop {
        display: none;
    }
    .holiday-listicle-tier2-standardized .tablet {
        display: block;
    }
    
    .holiday-listicle-tier2-standardized .tier-info {
        width: 280px;
    }
}
.mobile-img{
        display:none;
    }
@media (max-width: 767px) {
    .desktop-img{
        display:none;
    }
    
    .mobile-img{
        display:block;
    }
    .holiday-listicle-tier2-standardized img{
            width: 34.87vw;
    }
    .holiday-listicle-tier2-standardized h2 {
    margin-bottom: 15px !important;
}
    .holiday-listicle-tier2-standardized .tier-content {
    flex-direction: row !important;
}
.holiday-listicle-tier2-standardized .badge-column {
width: 24.806px;
height: 30.759px;
}
.holiday-listicle-tier2-standardized span.badge {
           font-size: 21.905px;
           line-height: 1.01;
}

    .holiday-listicle-tier2-standardized .tablet {
        display: none;
    }
    .holiday-listicle-tier2-standardized .mobile {
        display: block;
    }
    
    .holiday-listicle-tier2-standardized .tier-info {
        width: calc(100% - 165px);
    }
}
.holiday-listicle-tier2-standardized h2 {
    line-height: 1.2;
    text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: normal;
        
}
.holiday-listicle-tier2-standardized p {
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 991px) {
    .holiday-listicle-tier2-standardized .desktop {
        display: none;
    }
    .holiday-listicle-tier2-standardized .tablet {
        display: block;
    }
   
    .holiday-listicle-tier2-standardized .tier-image {
        width: 50%;
    }
    .holiday-listicle-tier2-standardized .tier-info {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier2-standardized .tablet {
        display: none;
    }
    .holiday-listicle-tier2-standardized .mobile {
        display: block;
    }
    
    .holiday-listicle-tier2-standardized .tier-image {
        width: 150px;
    }
    .holiday-listicle-tier2-standardized .tier-info {
        width: calc(100% - 165px);
    }
    .holiday-listicle-tier2-standardized p{
        line-height: 16.41px;
    }
}
#s-05701f50-5ac4-4331-b965-bed61f6ee174 {
  padding-bottom: 42px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-05701f50-5ac4-4331-b965-bed61f6ee174 {
  padding-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05701f50-5ac4-4331-b965-bed61f6ee174 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-05701f50-5ac4-4331-b965-bed61f6ee174 {
  padding-bottom: 0px;
}
}
#s-a03ab315-912b-4625-a053-a8e9213d52ba {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-a03ab315-912b-4625-a053-a8e9213d52ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a03ab315-912b-4625-a053-a8e9213d52ba.shg-box.shg-c {
  justify-content: center;
}

#s-09078d6b-49eb-4081-a99a-2866e8deab81 {
  padding-top: 42px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-09078d6b-49eb-4081-a99a-2866e8deab81 {
  padding-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-09078d6b-49eb-4081-a99a-2866e8deab81 {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-09078d6b-49eb-4081-a99a-2866e8deab81 {
  padding-top: 20px;
}
}
#s-ac7cd3d2-9077-4bed-aa8c-96cfd212b2a3 {
  padding-bottom: 42px;
}
@media (min-width: 1200px){#s-ac7cd3d2-9077-4bed-aa8c-96cfd212b2a3 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac7cd3d2-9077-4bed-aa8c-96cfd212b2a3 {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac7cd3d2-9077-4bed-aa8c-96cfd212b2a3 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-ac7cd3d2-9077-4bed-aa8c-96cfd212b2a3 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-48baa514-d2a0-4509-9585-34d3d1a7b9cc {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-48baa514-d2a0-4509-9585-34d3d1a7b9cc {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48baa514-d2a0-4509-9585-34d3d1a7b9cc {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-48baa514-d2a0-4509-9585-34d3d1a7b9cc {
  margin-top: 20px;
margin-bottom: 0px;
}
}







#s-48baa514-d2a0-4509-9585-34d3d1a7b9cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48baa514-d2a0-4509-9585-34d3d1a7b9cc.shg-box.shg-c {
  justify-content: center;
}

#s-a644665d-32c1-460a-bb37-ee277872b597 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a644665d-32c1-460a-bb37-ee277872b597 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-a644665d-32c1-460a-bb37-ee277872b597 {
  padding-left: 16px;
padding-right: 16px;
}
}







#s-a644665d-32c1-460a-bb37-ee277872b597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a644665d-32c1-460a-bb37-ee277872b597.shg-box.shg-c {
  justify-content: center;
}

#s-3caa4796-be1b-403a-9dbf-17c5eb010118 {
  padding-bottom: 42px;
}
@media (min-width: 1200px){#s-3caa4796-be1b-403a-9dbf-17c5eb010118 {
  margin-top: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3caa4796-be1b-403a-9dbf-17c5eb010118 {
  padding-bottom: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3caa4796-be1b-403a-9dbf-17c5eb010118 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-3caa4796-be1b-403a-9dbf-17c5eb010118 {
  padding-bottom: 0px;
}
}
#s-58dbfe37-9e3b-42e4-891a-d9fb8dbdfcb3 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-58dbfe37-9e3b-42e4-891a-d9fb8dbdfcb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58dbfe37-9e3b-42e4-891a-d9fb8dbdfcb3.shg-box.shg-c {
  justify-content: center;
}

#s-181031a3-62dc-4ea7-a12a-45f3baa147f3 {
  padding-top: 42px;
}
@media (min-width: 1200px){#s-181031a3-62dc-4ea7-a12a-45f3baa147f3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-181031a3-62dc-4ea7-a12a-45f3baa147f3 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-181031a3-62dc-4ea7-a12a-45f3baa147f3 {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-181031a3-62dc-4ea7-a12a-45f3baa147f3 {
  padding-top: 20px;
}
}
#s-401dea4d-dacd-4ecd-8c90-8c5cbe8a58d3 {
  padding-bottom: 42px;
}
@media (min-width: 1200px){#s-401dea4d-dacd-4ecd-8c90-8c5cbe8a58d3 {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-401dea4d-dacd-4ecd-8c90-8c5cbe8a58d3 {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-401dea4d-dacd-4ecd-8c90-8c5cbe8a58d3 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-401dea4d-dacd-4ecd-8c90-8c5cbe8a58d3 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 {
  display: none;
}
#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-content-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 {
  display: none;
}
#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-content-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 {
  display: none;
}
#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-content-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 { display: none !important; }}@media (max-width: 767px){#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 {
  margin-top: 38px;
display: none;
}
#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1, #wrap-content-s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 { display: none !important; }}







#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b19ac8e-80f1-482a-9fe4-bbcef213b4d1.shg-box.shg-c {
  justify-content: center;
}

.holiday-listicle-tier1 .tablet,
.holiday-listicle-tier1 .mobile {
    display: none;
}
.holiday-listicle-tier1 {
    position: relative;
}
.holiday-listicle-tier1 img {
    width: 100%;
}
.holiday-listicle-tier1 .tier-content {
    position: absolute;
    left: 5%;
    top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.holiday-listicle-tier1 .tier-image img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}
.holiday-listicle-tier1 h1 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
    max-width: 650px;
    text-transform: uppercase;
}
.holiday-listicle-tier1 .tier-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.holiday-listicle-tier1 .tier-arrow {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
}
.holiday-listicle-tier1 .tier-arrow .arrow-btn {
    width: 45px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .holiday-listicle-tier1 .desktop {
        display: none;
    }
    .holiday-listicle-tier1 .tablet {
        display: block;
    }
    .holiday-listicle-tier1 .tier-image img {
        min-height: unset;
    }
    .holiday-listicle-tier1 h1 {
        max-width: 350px;
    }
    .holiday-listicle-tier1 .tier-arrow {
        bottom: -15px;
    }
    .holiday-listicle-tier1 .tier-arrow .arrow-btn {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier1 .tablet {
        display: none;
    }
    .holiday-listicle-tier1 .mobile {
        display: block;
    }
    .holiday-listicle-tier1 .tier-content {
        position: absolute;
        left: 0px;
        top: 40px;
        height: auto;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .holiday-listicle-tier1 h1 {
        max-width: 360px;
        text-align: center;
    }
    .holiday-listicle-tier1 .tier-arrow {
        bottom: -22px;
    }
    .holiday-listicle-tier1 .tier-arrow .arrow-btn {
        width: 45px;
    }
}
#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 {
  padding-top: 56px;
padding-left: 56px;
padding-bottom: 56px;
padding-right: 56px;
min-height: 50px;
background-color: rgba(120, 117, 98, 1);
}
@media (min-width: 1200px){#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 {
  display: none;
}
#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-content-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 {
  display: none;
}
#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-content-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
display: none;
}
#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-content-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 { display: none !important; }}@media (max-width: 767px){#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 85px;
padding-right: 16px;
display: none;
}
#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01, #wrap-content-s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 { display: none !important; }}







#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8ca2392-8b96-45f9-92fa-ac70a8b73d01.shg-box.shg-c {
  justify-content: center;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: inline-block;
    border: unset !important;
    padding: 0px;
    cursor: pointer;

    color: transparent;
    outline: none;
    background: white !important;
    min-height: 2px;
    height: 0px;
    box-shadow: unset !important;
    z-index: 999;
    width: 16px;
    bottom: -44px;
    border-radius: 0px !important;
}

.slick-prev
{
    right: 90px;
}
.slick-prev:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    bottom: -5px;
    left: 0px;
}
.slick-next
{
    right: 30px;
}
.slick-next:before {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: -5px;
    right: 0px;
}

/* Dots */
.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: flex;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    align-items: flex-end;
    justify-content: center;
    left: 0px;
}
.slick-dots li
{
    position: relative;

    display: inline-flex;

    width: auto;
    height: auto;
    margin: 0 8px 0 0;
    padding: 0;

    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    background-color: #eeece2;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    min-height: 0px;
    padding: 0;
    opacity: 1;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
}
.slick-dots li.slick-active button
{
    opacity: 1;
    background: #827E6D;
}

.holiday-listicle-tier5 .tablet,
.holiday-listicle-tier5 .mobile {
    display: none;
}
.holiday-listicle-tier5 img {
    width: 100%;
}
.holiday-listicle-tier5 h2,
.holiday-listicle-tier5 h3,
.holiday-listicle-tier5 h4,
.holiday-listicle-tier5 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.holiday-listicle-tier5 h2,
.holiday-listicle-tier5 h3,
.holiday-listicle-tier5 h4 {
    text-transform: uppercase;
}
.holiday-listicle-tier5 .tier-content {
    max-width: 1330px;
    margin: auto;
    text-align: center;
}
.holiday-listicle-tier5 .tier-review {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    padding: 6px 18px;
    border-radius: 112px;
    margin: 24px auto 52px auto;
}
.holiday-listicle-tier5 .tier-review div {
    width: 170px;
    margin-right: 8px;
}
.holiday-listicle-tier5 .tier-review p span {
    text-decoration: underline;
}
.holiday-listicle-tier5 .tier-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
    text-align: left;
}
.holiday-listicle-tier5 .tier-item h3 {
    margin: 16px 0 6px 0px;
}
.holiday-listicle-tier5 .tier-item .item-info {
    line-height: 1.2;
}
.holiday-listicle-tier5 .tier-item .item-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.holiday-listicle-tier5 .tier-item .item-reivew-info {
    display: flex;
    align-items: center;
}
.holiday-listicle-tier5 .tier-item .item-reivew-info div {
    width: 19px;
    margin-right: 4px;
}
.holiday-listicle-tier5 .tier-item .item-reivew-info h4 {
    margin-top: 4px;
}


@media (max-width: 991px) {
    .holiday-listicle-tier5 .desktop {
        display: none;
    }
    .holiday-listicle-tier5 .tablet {
        display: block;
    }
    .holiday-listicle-tier5 .tier-review {
        margin: 14px auto 24px auto;
    }
    .holiday-listicle-tier5 .tier-review div {
        width: 110px;
    }
    .holiday-listicle-tier5 .tier-item .item-reivew-info div {
        width: 16px;
    }
    .holiday-listicle-tier5 .tier-item .item-review {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .holiday-listicle-tier5 .tablet {
        display: none;
    }
    .holiday-listicle-tier5 .mobile {
        display: block;
    }
    .holiday-listicle-tier5 .tier-items {
        display: flex;
        margin-right: -16px;
        -moz-column-gap: 0px;
             column-gap: 0px;
    }
    .holiday-listicle-tier5 .tier-item {
        padding-right: 24px;
    }
    .holiday-listicle-tier5 .slick-list {
        padding-right: 80px;
    }
}
#s-50b9415c-f03c-4804-bd37-58733308b08a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-50b9415c-f03c-4804-bd37-58733308b08a {
  display: none;
}
#s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-content-s-50b9415c-f03c-4804-bd37-58733308b08a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50b9415c-f03c-4804-bd37-58733308b08a {
  display: none;
}
#s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-content-s-50b9415c-f03c-4804-bd37-58733308b08a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50b9415c-f03c-4804-bd37-58733308b08a {
  display: none;
}
#s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-content-s-50b9415c-f03c-4804-bd37-58733308b08a { display: none !important; }}@media (max-width: 767px){#s-50b9415c-f03c-4804-bd37-58733308b08a {
  display: none;
}
#s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-s-50b9415c-f03c-4804-bd37-58733308b08a, #wrap-content-s-50b9415c-f03c-4804-bd37-58733308b08a { display: none !important; }}







#s-50b9415c-f03c-4804-bd37-58733308b08a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50b9415c-f03c-4804-bd37-58733308b08a.shg-box.shg-c {
  justify-content: center;
}

.mens-tier8  .tablet,
.mens-tier8 .mobile {
    display: none;
}
.mens-tier8 {
    position: relative;
    padding: 60px 20px;
    text-align: center;
}
.mens-tier8 p,
.mens-tier8 h1,
.mens-tier8 h2 {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.mens-tier8 img {
    width: 100%;
}
.mens-tier8 h1 {
    line-height: normal;
    font-family: "tradegothicbold";
    color: rgba(255,255,255,1);
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.mens-tier8 .tier8-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 700px;
    margin: auto;
}
.mens-tier8 .tier8-item {
    width: 33.333%;
    max-width: 160px;
}
.mens-tier8 .tier8-item.second {
    max-width: 200px;
}
.mens-tier8 .item-image {
    width: 80px;
    margin: auto;
}
.mens-tier8 .tier8-item.second .item-image {
    width: 60px;
    margin-top: 10px;
}
.mens-tier8 h2 {
    font-family: "tradegothicbold";
    color: rgba(255,255,255,1);
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.mens-tier8 .tier8-item.second h2 {
    margin-top: 10px;
}
.mens-tier8 p {
    line-height: 120%;
    font-family: "TradeGothicNextLTPro-Lt";
    color: rgba(255,255,255,1);
    font-size: 14px;
    text-align: center;
}
.mens-tier8 .tier8-button {
    padding: 10px 30px 5px 30px;
    margin-top: 40px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    font-family: "TradeGothicLTPro-Bold";
    font-size: 18px;
    display: inline-block;
}

@media (max-width: 991px) {
    .mens-tier8 .desktop {
        display: none;
    }
    .mens-tier8 .tablet {
        display: block;
    }
    .mens-tier8 {
        padding: 50px 20px;
    }
    .mens-tier8 h1 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .mens-tier8 .item-image {
        width: 40px;
    }
    .mens-tier8 h2 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .mens-tier8 p {
        font-size: 12px;
        line-height: 16px;
    }
    .mens-tier8 .tier8-item.second .item-image {
        width: 30px;
        margin-top: 5px;
    }
    .mens-tier8 .tier8-button {
        margin-top: 30px;
        font-size: 14px;
        line-height: 16px;
    }
    .mens-tier8 .tier8-item.second h2 {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .mens-tier8 .tablet {
        display: none;
    }
    .mens-tier8 .mobile {
        display: block;
    }
    .mens-tier8 h1 {
        font-size: 34px;
        max-width: 250px;
        margin: 0 auto 40px auto;
    }   
    .mens-tier8 .tier8-items {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .mens-tier8 .tier8-item {
        width: 100%;
        max-width: 240px;
        margin: auto;
    }
    .mens-tier8 .tier8-item.second {
        order: 3;
        max-width: 240px;
    }
    .mens-tier8 .tier8-item.third {
        max-width: 200px;
        margin: 20px auto 40px auto;
    }
    .mens-tier8 .item-image {
        width: 80px;
    }
    .mens-tier8 .tier8-item.second .item-image {
        width: 60px;
        margin: 0px auto;
    }
    .mens-tier8 h2 {
        font-size: 18px;
    }
    .mens-tier8 .tier8-item.second h2 {
        margin-top: 10px;
    }
    .mens-tier8 p {
        font-size: 14px;
        line-height: 120%;
    }
    .mens-tier8 .tier8-button {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
        font-size: 19px;
        line-height: 22px;
    }
}
#s-c3689ddd-abce-4bbf-9874-73d35af7b18f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c3689ddd-abce-4bbf-9874-73d35af7b18f {
  display: none;
}
#s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-content-s-c3689ddd-abce-4bbf-9874-73d35af7b18f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3689ddd-abce-4bbf-9874-73d35af7b18f {
  display: none;
}
#s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-content-s-c3689ddd-abce-4bbf-9874-73d35af7b18f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3689ddd-abce-4bbf-9874-73d35af7b18f {
  display: none;
}
#s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-content-s-c3689ddd-abce-4bbf-9874-73d35af7b18f { display: none !important; }}@media (max-width: 767px){#s-c3689ddd-abce-4bbf-9874-73d35af7b18f {
  padding-top: 40px;
min-height: 0px;
display: none;
}
#s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-s-c3689ddd-abce-4bbf-9874-73d35af7b18f, #wrap-content-s-c3689ddd-abce-4bbf-9874-73d35af7b18f { display: none !important; }}







#s-c3689ddd-abce-4bbf-9874-73d35af7b18f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3689ddd-abce-4bbf-9874-73d35af7b18f.shg-box.shg-c {
  justify-content: center;
}

    .info-section-july2024 .tablet,
    .info-section-july2024 .mobile {
        display: none;
    }
    
    .info-section-july2024 {
        position: relative;
    }
    
    .info-section-july2024 img {
        width: 100%;
    }
    
    .info-section-july2024 h2,
    .info-section-july2024 p {
        padding: 0px;
        margin: 0px;
        letter-spacing: 0px;
        line-height: 1;
        color: white;
    }
    
    .info-section-july2024 .tier-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 60px;
    }
    
    .info-section-july2024 .tier-info {
        width: 100%;
        max-width: 1330px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    
    .info-section-july2024 h2 {
        max-width: 500px;
    }
    
    .info-section-july2024 p {
        margin: 24px 0;
        line-height: 1.2;
        max-width: 500px;
    }
    
    .info-section-july2024 .tier-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    @media(min-width:767px) {
        .info-section-july2024 .tier-content {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px 60px;
        }
    }
    
    @media (max-width: 767px) {
        info-section-july2024 .tier-info {
        align-items: flex-start;
        }
        .info-section-july2024 .desktop,
        .info-section-july2024 .tablet {
            display: none;
        }
        .info-section-july2024 .mobile {
            display: block;
        }
        .info-section-july2024 .tier-content {
            position: absolute;
            top: unset;
            bottom: 40px;
            height: auto;
            padding: 0 16px;
            left: 0;
            width: 100%;
        }
        .info-section-july2024 h2,
        .info-section-july2024 p {
            text-align: left;
        }
        .info-section-july2024 p {
            margin: 24px 0;
            max-width: 400px;
        }
        .info-section-july2024 .tier-btn {
            width: 100%;
        }
    }
#s-9670f9da-31be-4495-a44e-d9e4d6485921 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-9670f9da-31be-4495-a44e-d9e4d6485921 {
  display: none;
}
#s-9670f9da-31be-4495-a44e-d9e4d6485921, #wrap-s-9670f9da-31be-4495-a44e-d9e4d6485921, #wrap-content-s-9670f9da-31be-4495-a44e-d9e4d6485921 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9670f9da-31be-4495-a44e-d9e4d6485921 {
  display: none;
}
#s-9670f9da-31be-4495-a44e-d9e4d6485921, #wrap-s-9670f9da-31be-4495-a44e-d9e4d6485921, #wrap-content-s-9670f9da-31be-4495-a44e-d9e4d6485921 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9670f9da-31be-4495-a44e-d9e4d6485921 {
  display: none;
}
#s-9670f9da-31be-4495-a44e-d9e4d6485921, #wrap-s-9670f9da-31be-4495-a44e-d9e4d6485921, #wrap-content-s-9670f9da-31be-4495-a44e-d9e4d6485921 { display: none !important; }}







#s-9670f9da-31be-4495-a44e-d9e4d6485921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9670f9da-31be-4495-a44e-d9e4d6485921.shg-box.shg-c {
  justify-content: center;
}

.collection-content-tier-info {
    width: 100%;
    max-width: 1330px;
}
.collection-banner-hero {
    position: relative;
}
.collection-banner-hero .mb-image {
    display: none;
}
.collection-banner-hero img {
    width: 100%;
    
}
.collection-banner-hero .dk-image img {
    min-height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    /* max-height: 472px; */
}
.collection-banner-hero h1,
.collection-banner-hero h2,
.collection-banner-hero p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}

.collection-banner-hero p {
        font-family: 'Roboto';
    font-size: 20px;
    color: white;
    max-width: 490px;
    text-align: left;
}





@media (max-width: 991px) {
    .collection-banner-hero .collection-content {
        left: 40px;
    }
    .collection-banner-hero h1 {
        font-size: 42px;
    }
        .collection-banner-hero p {
        font-size: 16px;
        max-width: 358px;
    }
   
    
   
}


.collection-banner-hero h1 {
        font-size: 48px;
        max-width: 358px;
        line-height: 47.76px;
        font-family: 'tradegothicbold';
        color: white;
        text-align: left;
        margin-bottom: 16px;
        font-weight: normal;
    }


@media(min-width:767px){
  .collection-banner-hero h1 {
    font-size: 64px;
    line-height: 60px;
    max-width: 500px;   
}
.collection-banner-hero .collection-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 60px;
 }
}

@media (max-width: 767px) {
    .collection-banner-hero .collection-content {
        position: absolute;
        padding: 0 16px;
    }

    .collection-banner-hero .dk-image {
        display: none;
    }
    .collection-banner-hero .mb-image {
        display: block;
    }
    
    .collection-banner-hero .collection-content {
        left: 0;
        width: 100%;
        top: auto;
        height: auto;
        justify-content: center;
        bottom: 40px;
    }
    .collection-banner-hero .mb-image .shogun-image{
            max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    }
    
    
}
#s-c48cdadf-88b6-44e9-b57f-341b4c0b1423 {
  margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-c48cdadf-88b6-44e9-b57f-341b4c0b1423 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-c48cdadf-88b6-44e9-b57f-341b4c0b1423 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-9c4f947d-6c9c-4f7c-875d-2ad791ae4682 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9c4f947d-6c9c-4f7c-875d-2ad791ae4682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c4f947d-6c9c-4f7c-875d-2ad791ae4682.shg-box.shg-c {
  justify-content: center;
}

.holiday-listicle-tier6-standardized{
    max-width: 1470px;
    margin: 0 auto;
}
.holiday-listicle-tier6-standardized .desktop .tier-info h3{
    font-family:"TradeGothicLTPro-BdCn20";
    color:white;
    background:#FD7D46;
    font-size:20px;
        display: inline-block;
            padding: 3.5px 29.5px;
    margin-bottom: 21px;    
    line-height: 24px;
    font-weight: normal;
    
}
.holiday-listicle-tier6-standardized .desktop .tier-info h2{
    font-family:"TradeGothicLTPro-BdCn20";
    color:black;
    font-size:48px;
    line-height: 48px;
    font-weight: normal;
}
.holiday-listicle-tier6-standardized .desktop .tier-text{
    font-family:Roboto;
    color:black;
    font-size:16px;
    line-height: 18.75px !important;
    font-weight: 400;
}
.holiday-listicle-tier6-standardized .desktop .tier-color-text{
    font-family:Roboto;
    color:black;
    font-size:16px;
    line-height: 18.75px;
    font-weight: 400;
}
.holiday-listicle-tier6-standardized .desktop .tier-color-items p{
    font-family:Roboto;
    color:black;
    font-size:14px;
} 

.holiday-listicle-tier6-standardized .desktop .tier-item p{
    font-family:Roboto;
    color:#000;
    font-size:16px;
} 
.holiday-listicle-tier6-standardized .desktop .tier-btn{
    font-family:"TradeGothicLTPro-BdCn20";
    color:white;
    background:black;
    font-size:20px;
    line-height: 24px;
} 


/*tablet*/
.holiday-listicle-tier6-standardized .tablet .tier-info h3{
    font-family:"TradeGothicLTPro-BdCn20";
    color:white;
    background:#FD7D46;
    font-size:16px;
    display: inline-block;
    padding: 9px 29px;
    margin-bottom: 26px;
    line-height: 19.2px;
    font-weight: normal;
}
.holiday-listicle-tier6-standardized .tablet .tier-info h2{
    font-family:"TradeGothicLTPro-BdCn20";
    color:black;
    font-size:40px;
    line-height: 40px;
    font-weight: normal;
}
.holiday-listicle-tier6-standardized .tablet .tier-text{
    font-family:Roboto;
    color:black;
    font-size:16px;
}
.holiday-listicle-tier6-standardized .tablet .tier-color-text{
   font-family:Roboto;
   color:black;
   font-size:16px;
}
.holiday-listicle-tier6-standardized .tablet .tier-color-items p{
    font-family:Roboto;
    color:black;
    font-size:16px;
} 

.holiday-listicle-tier6-standardized .tablet .tier-item p{
    font-family:Roboto;
    color:#787562;
    font-size:12px;
} 
.holiday-listicle-tier6-standardized .tablet .tier-btn{
    font-family:"TradeGothicLTPro-BdCn20";
    color:white;
    background:black;
    font-size:20px;
    line-height: 24px;
} 




/*Mobile*/
.holiday-listicle-tier6-standardized .mobile .tier-info h3{
    font-family:"TradeGothicLTPro-BdCn20";
    color:white;
    background:#FD7D46;
    font-size:16px;
        display: inline-block;
        padding: 4px 8px;
    margin-bottom: 26px;
    line-height: 19.2px;
    font-weight: normal;
}
.holiday-listicle-tier6-standardized .mobile .tier-info h2{
    font-family:"TradeGothicLTPro-BdCn20";
    color:black;
    font-size:40px;
    line-height:40px;
    font-weight: normal;
}

.holiday-listicle-tier6-standardized .mobile .tier-text{
    font-family:Roboto;
    color:black;
    font-size:16px;
    line-height: 153.188% !important;
}

.holiday-listicle-tier6-standardized .mobile .tier-color-text{
   font-family:Roboto;
   color:black;
   font-size:14px;
   line-height: 16.41px;
   font-weight: 400;
}

.holiday-listicle-tier6-standardized .mobile .tier-color-items p{
    font-family:Roboto;
    color:black;
    font-size:16px;
    
} 

.holiday-listicle-tier6-standardized .mobile .tier-item p{
    font-family:Roboto;
    color:#787562;
    font-size:12px;
} 
.holiday-listicle-tier6-standardized .mobile .tier-btn{
    font-family:"TradeGothicLTPro-BdCn20";
    color:white;
    background:black;
    font-size:20px;
    line-height: 24px;
} 




.holiday-listicle-tier6-standardized  .tiem6-image img {
    width: 38px;
    height: 38px;
}
.holiday-listicle-tier6-standardized .tiem6-text p {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.holiday-listicle-tier6-standardized .tier6-item {
     display: flex;
    gap: 10px;
    align-items: center;
}
.holiday-listicle-tier6-standardized .tier6-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 19px;
    -moz-column-gap: 18px;
    column-gap: 18px;
        margin-bottom: 22px;
}


.holiday-listicle-tier6-standardized .tablet,
.holiday-listicle-tier6-standardized .mobile {
    display: none;
}
.holiday-listicle-tier6-standardized img {
    width: 100%;
}
.holiday-listicle-tier6-standardized h2,
.holiday-listicle-tier6-standardized h3,
.holiday-listicle-tier6-standardized p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.holiday-listicle-tier6-standardized .tier-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 1360px;*/
    margin: auto;
        flex-direction: row-reverse;
    -moz-column-gap: 10px;
         column-gap: 10px;
}
.holiday-listicle-tier6-standardized .tier-image {
    width: 50%;
}
.holiday-listicle-tier6-standardized .tier-image h3 {
    background: #FD7D46;
    padding: 10px 0 0 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.holiday-listicle-tier6-standardized .tier-info {
    width: 100%;
    max-width: 629px;
}
.holiday-listicle-tier6-standardized .tier-info h2 {
    line-height: 1.2;
    text-transform: uppercase;
}
.holiday-listicle-tier6-standardized .tier-info .tier-text {
    line-height: 1.5;
    margin: 22px 0 31px 0px;
}
.holiday-listicle-tier6-standardized .tier-info .tier-text li:first-child {
    margin-top: 10px;
}

.holiday-listicle-tier6-standardized  .tier-colors {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.holiday-listicle-tier6-standardized .tier-image {
    position: relative;
        max-width: 536px;
}

.holiday-listicle-tier6-standardized .tier-color-items {
    display: inline-flex;
    align-items: center;
    padding: 6px;
    background: #ECEBE5;
    gap: 9px;
}
.holiday-listicle-tier6-standardized .tier-color-items img {
    width: 26.299px;
height: 26.299px;
 
}
.holiday-listicle-tier6-standardized .tier-color-items p {
    margin-left: 5px;
}
.holiday-listicle-tier6-standardized .tier-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    text-transform: uppercase;
    cursor: pointer;
        max-width: 300px;
}
.holiday-listicle-tier6-standardized .tier-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    gap: 10px;
}
.holiday-listicle-tier6-standardized.true .tier-items {
    display: none;
}
.holiday-listicle-tier6-standardized .tier-item {
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 12px;
    background: #F1F1F1;
}
.holiday-listicle-tier6-standardized .tier-item div {
    width: 20px;
    margin-right: 8px;
}
.holiday-listicle-tier6-standardized .tier-item.second {
    /*border-left: 1px solid #787562;*/
    /*border-right: 1px solid #787562;*/
}
.holiday-listicle-tier6-standardized .tier-colors.true {
    display: none;
}

@media (max-width: 991px) {
    .holiday-listicle-tier6-standardized .desktop {
        display: none;
    }
    .holiday-listicle-tier6-standardized .tablet {
        display: block;
    }
    .holiday-listicle-tier6-standardized .tier-content {
        display: block;
    }
    .holiday-listicle-tier6-standardized .tier-image {
        width: 100%;
        margin-bottom: 26px;
    }
    .holiday-listicle-tier6-standardized .mobile .tier-info h3 {
    margin-bottom: 21px;
}
.holiday-listicle-tier6-standardized .tier6-row {
    margin-bottom: 35px;
    -moz-column-gap: 24px;
         column-gap: 24px;
}
.holiday-listicle-tier6-standardized .tier6-item {
    gap: 6px;
}
    .holiday-listicle-tier6-standardized .tier-info {
        width: 100%;
        max-width:100%;
        padding: 0px;
    }
    .holiday-listicle-tier6-standardized .tier-info .tier-text{
           margin: 22px 0 17px 0px; 
    }
    .holiday-listicle-tier6-standardized .tiem6-text p {
    font-size: 12px;
}
.holiday-listicle-tier6-standardized .tiem6-image img {
    width: 25px;
    height: 25px;
}
.holiday-listicle-tier6-standardized .tier-btn {

    max-width: 100%;
}
.holiday-listicle-tier6-standardized .tier-items {
    margin-top: 43px;
    grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 767px) {
    .holiday-listicle-tier6-standardized .tablet {
        display: none;
    }
    .holiday-listicle-tier6-standardized .mobile {
        display: block;
    }
    
    .holiday-listicle-tier6-standardized .tier-item {
        text-align: center;
        gap: 9px;
    }
    
}


@media(max-width:400px){
    .holiday-listicle-tier6-standardized .tiem6-image img {
    width: 27.2px;
}
}

#s-86672460-b4e5-4635-aa8a-242d5a1c5b60 {
  padding-top: 56px;
padding-left: 60px;
padding-bottom: 56px;
padding-right: 52px;
}
@media (min-width: 768px) and (max-width: 991px){#s-86672460-b4e5-4635-aa8a-242d5a1c5b60 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-86672460-b4e5-4635-aa8a-242d5a1c5b60 {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}
#s-eb1347e9-dba3-47c4-b80d-ffcd6066891c {
  min-height: 50px;
}








#s-eb1347e9-dba3-47c4-b80d-ffcd6066891c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb1347e9-dba3-47c4-b80d-ffcd6066891c.shg-box.shg-c {
  justify-content: center;
}

.travel-tier7 .tablet,
.travel-tier7 .mobile {
    display: none;
}
.travel-tier7 h2,
.travel-tier7 h3,
.travel-tier7 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.travel-tier7 h2,
.travel-tier7 h3 {
    text-transform: uppercase;
}
.travel-tier7 img {
    width: 100%;
}
.travel-tier7 .tier-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.travel-tier7 .tier-image {
    width: 50%;
}
.travel-tier7 .tier-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover
}
.travel-tier7 .tier-info {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 10px;
}
.travel-tier7 .tier-sub-info {
    max-width: 500px;
}
.travel-tier7 .tier-info p {
    line-height: 1.5;
    margin: 5px 0 16px 0;
}
.travel-tier7 .tier-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
    max-width: 480px;
}
.travel-tier7 .item-label {
    display: inline-block;
    padding: 5px 12px;
    text-transform: uppercase;
}
.travel-tier7 .item-content {
    width: 100%;
    padding: 8px 16px;
    display: flex;
    align-items: center;
}
.travel-tier7 .item-content .item-image {
    width: 125px;
    margin-right: 12px;
}
.travel-tier7 .item-content .item-info {
    width: calc(100% - 137px);
}
.travel-tier7 .item-content .item-info p {
    line-height: 1.2;
    margin: 2px 0 0 0;
}

@media (max-width: 991px) {
    .travel-tier7 .desktop {
        display: none;
    }
    .travel-tier7 .tablet {
        display: block;
    }
    .travel-tier7 .tier-sub-info {
        max-width: 300px;
    }
    .travel-tier7 .item-content .item-image {
        width: 80px;
        margin-right: 10px;
    }
    .travel-tier7 .item-content .item-info {
        width: calc(100% - 90px);
    }
}
@media (max-width: 767px) {
    .travel-tier7 .tablet {
        display: none;
    }
    .travel-tier7 .mobile {
        display: block;
    }
    .travel-tier7 .tier-content {
        display: block;
    }
    .travel-tier7 .tier-info,
    .travel-tier7 .tier-image {
        width: 100%;
    }
    .travel-tier7 .tier-info {
        padding: 32px 16px;
    }
    .travel-tier7 .tier-sub-info {
        max-width: 360px;
    }
    .travel-tier7 .item-content .item-image {
        width: 125px;
        margin-right: 16px;
    }
    .travel-tier7 .item-content .item-info {
        width: calc(100% - 141px);
    }
    .travel-tier7 .item-content {
        padding: 16px;
    }
}
@media (max-width: 767px){#s-a39598dd-2db1-4c40-a5cc-617d22a998d5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a16f8174-52a0-4348-8776-826acd3271b2 {
  margin-top: 40px;
padding-top: 56px;
padding-left: 56px;
padding-bottom: 56px;
padding-right: 56px;
min-height: 50px;
background-color: rgba(15, 15, 15, 1);
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-a16f8174-52a0-4348-8776-826acd3271b2 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (max-width: 767px){#s-a16f8174-52a0-4348-8776-826acd3271b2 {
  margin-top: 0px;
padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
}
}







#s-a16f8174-52a0-4348-8776-826acd3271b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a16f8174-52a0-4348-8776-826acd3271b2.shg-box.shg-c {
  justify-content: center;
}

.travel-tier9 .tablet,
.travel-tier9 .mobile {
    display: none;
}
.travel-tier9 h2,
.travel-tier9 p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1;
}
.travel-tier9 h2 {
    text-transform: uppercase;
}
.travel-tier9 .tier-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
}
.travel-tier9 .tier-block {
    width: 50%;
    max-width: 550px;
    margin-right: 20px;
}
.travel-tier9 .tier-items {
    width: 50%;
    max-width: 640px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
}
.travel-tier9 .tier-block p {
    line-height: 1.5;
    margin-top: 10px;
}
.travel-tier9 .tier-items div {
    padding-bottom: 24px;
    border-bottom: 1px solid white;
}

@media (max-width: 991px) {
    .travel-tier9 .desktop {
        display: none;
    }
    .travel-tier9 .tablet {
        display: block;
    }
    .travel-tier9 .tier-items div {
        padding-bottom: 10px;
    }
    
}
@media (max-width: 767px) {
    .travel-tier9 .tablet {
        display: none;
    }
    .travel-tier9 .mobile {
        display: block;
    }
    .travel-tier9 .tier-content {
        display: block;
        max-width: 358px;
    }
    .travel-tier9 .tier-block {
        width: 100%;
        max-width: 100%;
        margin: 0 0 32px 0;
    }
    .travel-tier9 .tier-items {
        width: 100%;
        max-width: 100%;
    }
    .travel-tier9 .tier-items div {
        padding-bottom: 24px;
    }
    .travel-tier9.true .tier-content {
        display: flex;
        flex-wrap: wrap;
    }
    .travel-tier9.true .tier-block {
        margin: 32px 0 0 0;
        order: 2;
    }
    .travel-tier9.true .tier-items {
        order: 1;
    }
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
