/**
*
* CATEGORY.CSS
*
* Adding CG4.5 category styles here to keep CSS separate from main callawaygolf.css file.
* media query states.
*
*
*/
a.circles-expand {color:#000; font-size:12px;}
button.circles-expand{
	border: none;
    background-color: transparent;
    font-size: 12px;
    font-family:'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    font-weight: bold;
}

.circle-swiper-container{ 
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}


.circles ul { list-style: none; padding: 1rem 0; margin: 0;}
.circles ul li {
	width: 110px;
    height: 110px;
    transition: box-shadow 0.2s;
    box-shadow: inset 0 0 0 0;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-clip: content-box;
    border: 1px solid #707070;
    border-radius: 55px;
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: initial;
}
.circles ul li:hover{
	transition: box-shadow 0.2s;
    box-shadow: inset 0 0 0 2px;
}
.circles ul li a {
    color: #222;
    visibility: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-swiper-container.swiper-container-horizontal>.swiper-scrollbar{ opacity: 0; transition: 0.3s; }
.circle-swiper-container .swiper-scrollbar-drag{ background: rgb(0 0 0 / 0.3); }
.circles-container:hover .circle-swiper-container.swiper-container-horizontal>.swiper-scrollbar { opacity: 1; transition: 0.3s; }

.pt_category .category-page-container.product-category-container{
    overflow: hidden;
    position: static;
}

.pt_category #content-container{ /* position: relative; */ }

.category-page-container.search-container .filter-container,
.category-page-container.search-container .filter-icon{ display: none; }

.category-page-container.product-category-container .filter-container{ width: 20%; position:absolute; display:none; }
.category-page-container.product-category-container .filter-container.open{ display:block; }
.category-page-container.product-category-container .filter-container .list-group-item{ border-bottom: 0px; margin: 0.5rem 0; padding: 0; }

.category-page-container.product-category-container .filter-container .list-group-item.checkbox::before {
	content: "";
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--form-background);
	margin: 0;
	font: inherit;
	color: #000;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #000;
	display: inline-block;
	place-content: center;
}

.category-page-container.product-category-container .filter-container .list-group-item.external-link::before{ 
	content: "\f08e";
	margin: 0;
	color: #000;
	display: inline-block;
    font-family: "Font Awesome 6 Pro";
    position: relative;
    top: -4px;
}

.category-page-container.product-category-container .filter-container .list-group-item.checkbox.selected::before { background-color: #000;}

.category-page-container.product-category-container .filter-container .list-group-item.checkbox.selected::after {
    content: "";
    width: 1.15em;
    height: 1.15em;
    position: absolute;
    left: 0;
    top: 2px;
    border: 0.15em solid #000;
    border-radius: 0.15em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #000;
    transform: scale(0.5);
}

.category-page-container.product-category-container .filter-container .list-group-item.checkbox.selected::after { border-color: #fff; background-color: #fff; }

.category-page-container.product-category-container .filter-container .list-group-item.checkbox:before:focus {
	outline: max(2px, 0.15em) solid currentColor;
	outline-offset: max(2px, 0.15em);
}

.category-page-container.product-category-container .filter-container .refinement a{ color: #000; margin-left: 10px; opacity: 1; transition: 0.3s opacity;}
.category-page-container.product-category-container .filter-container .refinement .list-group-item a {
	font-size: 14px;
	color: #000;
    padding-left: 30px;
    margin-left: 0;
    opacity: 1;
    transition: 0.3s opacity;
    position: absolute;
    width: 100%;
    left: 0;
    top: -3px;
    z-index: 10000;
}
.category-page-container.product-category-container .filter-container .refinement a:hover{ opacity: 0.5; transition: 0.3s opacity;}

.category-page-container.product-category-container .filter-container .refinement li.selected .refinement-link span::before{ background-color: #000; }

/*Checkmark of the fake checkbox*/
.category-page-container.product-category-container .filter-container .refinement li .refinement-link span::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    
    transform: rotate(-45deg);
    
    left: 4px;
    top: 20px;
}

/*Hide the checkmark by default*/
.category-page-container.product-category-container .filter-container .refinement li .refinement-link span::after {
    content: none;
}

/*Unhide on the checked state*/
.category-page-container.product-category-container .filter-container .refinement li.selected .refinement-link span::after {
    content: "";
    color: #fff;
}

.category-page-container.product-category-container .filter-container .clear-refinement a{     
	color: #000;
    position: relative;
    padding-left: 19px;
    opacity: 1;
    transition: 0.3s opacity;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 0.7rem;
}
.category-page-container.product-category-container .filter-container .clear-refinement a:hover{ opacity: 0.5; transition: 0.3s opacity;}

.category-page-container.product-category-container .filter-icon,
.category-sorting-container .btn.btn-secondary.filter-btn{
    display: none;
}

.category-page-container.product-category-container .product-grid-container{ position: relative; width: 100%; }

.category-header-details{
   margin:2rem 0;
}

.category-header-details .category-header-content{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.category-header-details .nav-breadcrumb-parent {margin-bottom:5px;}
.category-header-details .header-title{ margin-right: 2rem; }
.category-header-details .header-title h1{ margin: 0 10px 0 0; line-height: 3rem; display:inline-block;}
.category-header-details .header-title h1 a{ color: #000; }

.category-header-details .category-header-left,
.category-header-details .category-sorting-container{ display: flex; align-items: center; }
.category-header-details .category-header-left{ flex-direction: column;}
.category-header-details .category-sorting-container .fa.fa-sort-amount-desc{ display: none;}
.category-header-details .category-sorting-container .sort-by .far{ color: #fff; position: absolute; right: 1rem; top: 15px; z-index: 10; }

.category-header-details .category-sorting-container h4{ color: #fff; font-weight: bold; margin-right: 1rem; }

.category-sorting-container .sort-by form { position: relative; }
.category-sorting-container .sort-by form #grid-sort-header{
    width: auto;
    height: 45px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    right: auto;
}

.category-sorting-container .fa.fa-sort-amount-desc{ display: none; }
.pt_category .category-page-container.product-category-container .pagination{ display: none; }

.pt_category .category-page-container.product-category-container .pagination{
		display: block;
    	color: #000;
}

.customs-tooltip{ font-family: "Raleway"; }


.category-page-container.product-category-container .filter-container{
    background-color: #fff;
    z-index: 100;
    padding: 0 0 320px 0;
    right: -1000px;
    transition: right 0.5s;
    width: 80%;
    max-width: 425px;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
}

.category-page-container.product-category-container .filter-container .filter-container-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #000;
    color: #fff;
    padding: 1.5rem;
}

.category-page-container.product-category-container .filter-container .filter-container-header i{ font-size: 24px; cursor: pointer; transition: transform 0.3s; }
.category-page-container.product-category-container .filter-container .filter-container-header i:hover{ transform: scale(1.09); transition: transform 0.3s; }

.category-page-container.product-category-container .filter-container.open{ right: 0; transition: right 0.5s;}

.category-page-container.product-category-container .filter-container.remove-fixed{position: absolute !important; top: 0 !important;}

.filter-container .toggle{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: color 0.3s;
}

.filter-container .toggle.refineUnderline:hover .far.fa-angle-down{ color: #333; transition: transform ease-out 0.4s, color 0.3s;}
.far.fa-angle-down{ color: #C4C4C4; font-size: 22px; transition: transform ease-out 0.4s, color 0.3s; }
.far.fa-angle-down.closed {transform: rotate(180deg); transition: transform ease-out 0.4s, color 0.3s; }

.filter-container .toggle .clear-refinement{
	position: absolute;
    left: 100px;
    top: -1px;
}

.filter-container .nav.nav-list{ padding-left: 1.5rem; }
.filter-container .category-refinement .nav.nav-list{ padding-left: initial; }
.filter-container .category-refinement-header{ padding-left: 1.5rem;}

.filter-container .refinement{ padding-top: 1rem; margin: 1rem 1.5rem; border-top: 1px solid #CDCDCD; }

.filter-overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index: 100;
    opacity: 0;
}
.filter-overlay.hide{
    display: none;
}
.filter-overlay.show{
	display: block;
}

.selected-refinements-container .btn-clear-refinement{    
	background-color: #CDCDCD;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: all 0.1s;
    font-size: 14px;
    padding: 0px 15px;
    margin: 1rem 1rem 1rem 0;
}
.selected-refinements-container .btn-clear-refinement a{ color: #000; }
.selected-refinements-container .btn-clear-refinement .fa-times{ padding-left: 8px; position: relative; top: 1px; }

.filter-container-header .clear-all-refinement{ display: none;     text-transform: capitalize; }
.filter-container-header .clear-all-refinement a{ font-size: 13px; font-weight: bold; color: #000; }
.filter-container-header .clear-all-refinement.open{ display: inline-block; position: relative; top: -1px; margin-left: 15px;}

.pt_category .btn.filter-btn:focus{ outline-color: #000; outline-width: 0; }

.sort-by-buttons-container .sort-by-values{
    display: inline-block;
    overflow-x: scroll;
    z-index: 10;
    width: 100%;
    white-space: nowrap;
}

.sort-by-buttons-container .sort-by-values button{ 
	display: inline; 
	width: auto; 
	padding: 7px 14px;
    margin-right: 10px;
	font-size: 14px; 
	min-width: auto;
    background-color: #fff;
    border-color: #000;
}
.sort-by-buttons-container .sort-by-values button a{ color: #000; }
.sort-by-buttons-container .sort-by-values button.selected{
	background-color: #000;
	border-color: #000;
}
.sort-by-buttons-container .sort-by-values button.selected a{ color: #fff; }

.sort-by-buttons-container .sort-by-values.closed{
    display: none;
}

.sub-category-sliders-container .subcategory-products-slider,
.sub-category-sliders-container .slot.slot-content { margin-bottom: 4rem;}

/* TOP LEVEL CATEGORY PAGE  */
.category-top-level-container .subheader{
	text-align: center;
	margin-bottom: 2rem;
}
.category-top-level-container .category-grid .content-square,
.category-top-level-container #collapse-categories .content-square,
.content-slot-grid .category-grid .content-square{
	position: relative;
	margin-bottom: 4rem;
}

.category-top-level-container .category-grid .content-square .episode-title h4,
.category-top-level-container #collapse-categories .content-square .episode-title h4,
.content-slot-grid .category-grid .content-square .episode-title h4{
	text-align: center;
	font-size: 24px;
	line-height: normal;
	margin-top: 1rem;
	text-transform: uppercase;
}

.content-slot-grid .category-container .btn-container{ text-align: center; }

.category-top-level-container .slot > div{ padding-bottom: 3rem; }

.category-top-level-container .expand-container{ width: 100%; }
.category-top-level-container .btn-container{ width: 100%; text-align: center; margin-bottom: 2rem; }
.category-top-level-container #collapse-categories{ transition: height 0.8s ease;}

/* CSS PRODUCT GRID  */

.search-result-content #search-result-items{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 2rem;
    grid-auto-flow: dense;
}

.search-result-content li[class*="col-"] {
    width: auto;
    float: none;
    padding: 0;
    margin: 0 0 40px 0;
    max-width: none;
    flex: auto;
}
html.no-flexboxlegacy #product-grid-slot-container{ display: none; }
#product-grid-slot-container .btn{ transition: border 0.2s, background 0.2s; }
#product-grid-slot-container p{ margin: 0 0 1rem 0; }
#product-grid-slot-container .btn a{ color: #000; }
#product-grid-slot-container .btn:hover a{ color: #fff; transition: border 0.2s, background 0.2s; }
#product-grid-slot-container .btn:hover{ background-color: #000; border: 1px solid #fff; transition: border 0.2s, background 0.2s; }
#product-grid-slot-container{     
	-ms-grid-column: 3;  
	-ms-grid-column-span: 1;  
	grid-column: 3 / 4;
    -ms-grid-row: 1;
    grid-row: 1 / 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
    margin-bottom: 40px;
}

#product-grid-slot-container .image-text-button-container{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#product-grid-slot-container .image-text-button.image{
    height: 106%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 2;
        -ms-flex: 2 1 auto;
            flex: 2 1 auto;
    }

#product-grid-slot-container .image-text-button.text{
    height: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 3 auto;
            flex: 1 3 auto;
}
#product-grid-slot-container .image-text-button.text .h2{ margin-bottom: 0; }

.category-page-container .product-grid-container .content-slot,
.category-page-container .product-grid-container .wrapDyInLi {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 0;
    margin-bottom: 1rem;
}

.pt_category #category-full-slot-header{ margin-bottom: 2rem; }

@media (min-width: 481px) {
	.category-page-container .product-grid-container .content-slot,
	.category-page-container .product-grid-container .wrapDyInLi {
	    -ms-grid-column-span: 2;
	    grid-column: span 2;
	}
}

@media (min-width: 769px) {
	
	/* .pt_category .landing-hero{ max-height: calc(100vh - 351px); height: auto; min-height: unset; display: block; align-items: unset;} */
	
	.category-page-container.product-category-container .product-grid-container{top: auto;}
	.sub-category-sliders-container{ position: relative; top: auto;}
	
	.landing-hero .page-title {
        height: 100%;
	    position: absolute;
	    display: flex;
	    width: 100%;
	    align-items: center;
	}
	
	.landing-hero .page-title .page-title-container{ margin-left: 4rem; width: 100%; }
	
	.category-page-container .product-grid-container .content-slot,
	.category-page-container .product-grid-container .wrapDyInLi {
	    -ms-grid-column-span: 2;
	    grid-column: span 2;
	    margin: 0 0 3rem 0;
	}
	
}

@media (min-width: 992px) {
	/* .pt_category .landing-hero{  min-height: 425px; } */
	.category-page-container.product-category-container .btn.btn-anchor{ display: none; }
	
	.category-page-container.product-category-container .filter-container{ right: -999px; transition: right 1s; }
	
	.category-sorting-container .btn.filter-btn{
	    min-width: auto;
	    width: 155px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 3px;
	    padding: 11px 10px;
	    margin: 0;
	}
	
	.category-sorting-container .btn.filter-btn.open{ background-color: #fff; color: #000;}
	
	.category-sorting-container .btn.filter-btn:focus {
	  outline-width: 0px;
	  outline-color: #000;
	}
	.category-sorting-container .btn:hover {background:#000; color:#fff;}
	.category-sorting-container .btn.filter-btn i{
		font-size: 20px;
    	padding-right: 1rem;
	}
	
	.category-sorting-container .btn.sorting-btn{
		min-width: 155px;
	    width: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 3px;
	    padding: 11px 2rem 11px 11px;
        margin-left: 1rem;
	}
	.category-sorting-container .btn.sorting-btn i{
	    font-size: 24px;
	    position: absolute;
	    right: 1rem;
	    line-height: 12px;
	}
	
	.category-sorting-container .dropdown-menu{
		top: 20px;
	    border-radius: 0;
	    border: none;
	    width: 200px;
	}
	.category-sorting-container .dropdown-menu .dropdown-item{
		font-weight: 500;
    	padding: 0.5rem 1.5rem;
	}
	
	.category-sorting-container .dropdown-menu .dropdown-item.active, .dropdown-item:active{
	    background-color: transparent;
    	color: #000;
    	text-decoration: underline;
	}
	
	.category-sorting-container .sort-by{ margin-left: 1rem; }
	
	#content-container .category-sorting-container.mobile-filters{ display: none; }
	
	.category-page-container .product-grid-container .content-slot,
	.category-page-container .product-grid-container .wrapDyInLi {
	    -ms-grid-column-span: 3;
	    grid-column: span 3;
	}
	
}

@media (max-width: 992px) {
	.pt_category .category-page-container.product-category-container{ /* position: relative; */ padding-top: 2rem; flex-direction: column; }
	.pt_category .category-page-container.product-category-container .results-header-container{ display: flex; align-items: center; justify-content: space-between; position: relative; margin-bottom: 1rem; }
	
    .category-page-container.product-category-container .filter-icon,
    .category-page-container.product-category-container .sort-by-button i{ 
	    display: block;
	    cursor: pointer;
	    font-size: 20px;
	    z-index: 10;
	}
	.category-page-container.product-category-container .sort-by-button i{ transform: rotate(90deg); }
	
    
    
    .category-page-container.product-category-container .product-grid-container {
	    position: relative;
	    width: 100%;
	    
	}
	
	.category-header-details .category-sorting-container.desktop{ display: none; }
	
	.search-result-content #search-result-items { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
   	#product-grid-slot-container{ grid-column: span 2; grid-row: 3/4; }
    
    .pt_category .category-sorting-container .btn.filter-btn,
    .pt_category .category-sorting-container .btn.sort-by-button{ 
        padding: 0;
        margin: 0 0 0 10px;
	    width: 40px;
	    height: 40px;
	    min-width: auto;
	    line-height: normal;
    }
    
    .pt_category .btn.filter-btn text,
    .category-header-content .category-sorting-container,
    .category-sorting-container .sort-by .far.fa-angle-down{ display: none; }
    
    #content-container .category-sorting-container.mobile-filters{ display: flex; align-items: center; justify-content: flex-end; }
    
    .category-sorting-container .sort-by form #grid-sort-header{
    	background-color: #efefef;
    	color: #000;
	}
	
	#product-grid-slot-container .image-text-button.text{
		position: relative;
	    height: auto;
	    width: 90%;
	    padding: 3rem 1rem 2rem 1rem;
	    margin: -1.5rem auto 0 auto;
	}
}

@media (max-width: 768px) {
    
    .category-header-details .category-header-left{ flex-direction: column; align-items: normal; min-width: 0; }
    .category-header-details .header-title{ order: 2; }
    
    .pt_category .nav-breadcrumb .nav-breadcrumb-current{ padding-left: 5px;}
    
    .category-header-details{ margin-bottom: 0; }
    .category-header-details .header-title h1 {font-size:24px; line-height:24px;}
    
    #content-container .category-sorting-container{ margin: 0 1rem; }
    
    .category-page-container .selected-refinements-container.product-grid-refinements{ margin-top: 1rem; padding: 0 1rem;}
    
    .category-page-container.product-category-container .filter-container.open{
    	height: 100vh;
	    width: 100%;
	    max-width: initial;
	    overflow-y: scroll;
	    padding-bottom: 18rem;
    }
    
    .pt_category .category-page-container.product-category-container,
    .pt_category #content-container{ margin-top: 0; }
    
    .pt_category .category-page-container.product-category-container{ padding-top: 1rem; }
    
    .product-tile .swatch-frame{ width: 100%; }
    
    .grid-tile .product-swatches.lory-initialized .swatch-prev, .grid-tile .product-swatches.lory-initialized .swatch-next{ position: absolute; top: -28px; }
    .grid-tile .product-swatches.lory-initialized .swatch-next{ right: 0; }
    .grid-tile .product-swatches.lory-initialized .swatch-prev{ right: 23px; }
    .search-result-content li[class*="col-"]{ grid-column: span 1; grid-row: auto; }
    
    .category-page-container.product-category-container .filter-container .list-group-item.checkbox.selected::after{ top: 0px; }
    
    .category-top-level-container .category-grid .content-square,
	.category-top-level-container #collapse-categories .content-square,
	.content-slot-grid .category-grid .content-square{ margin-bottom: 1rem; }
	
	.content-slot-grid .category-square.col-6:nth-child(odd),
	.featured-products-grid .product-container.col-6:nth-child(odd){ padding-right: 5px; padding-left: 10px;}
	.content-slot-grid .category-square.col-6:nth-child(even),
	.featured-products-grid .product-container.col-6:nth-child(even){ padding-right: 10px; padding-left: 5px;}
    
}

@media (max-width: 480px) {
	.search-result-content #search-result-items { grid-template-columns: repeat(auto-fill, minmax(130px, 2fr)); }
	#product-grid-slot-container{ grid-column: span 2; margin: 0 -15px 2rem -15px;  }
	
	.content-slot-grid .category-grid .content-square .episode-title h4{ font-size: 18px; margin-top: 0; margin-bottom: 2rem; }
}

@media (max-width: 324px) {
	.search-result-content #search-result-items { grid-template-columns: minmax(0, 1fr); }
	#product-grid-slot-container { grid-column: span 1; }
}

/* ODYSSEY SITE SPECIFIC STYLES */
.ody .circles ul li {font-family: 'open-sans-condensed', sans-serif;}
